summaryrefslogtreecommitdiffstats
path: root/man/sd_device_get_syspath.xml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* man: fix typoYu Watanabe2024-08-311-1/+1
| | | | Follow-up for 1ff0164be5978b824d2213bc546dac66619e1a48.
* sd-device: make device_get_device_id() publicYu Watanabe2024-08-271-1/+25
| | | | | | We have already exposed sd_device_new_from_device_id(), but we have never provide the way to get device ID from an existing sd_device object.
* sd-device: introduce sd_device_get_driver_subsystem()Yu Watanabe2024-08-271-0/+15
| | | | | | | | | | | To create the sd_device object of a driver, the function sd_device_new_from_subsystem_sysname() requires "drivers" for subsystem and e.g. "pci:iwlwifi" for sysname. Similarly, sd_device_new_from_device_id() also requires driver subsystem. However, we have never provided a way to get the driver subsystem ("pci" for the previous example) from an existing sd_device object. Let's introduce a way to get driver subsystem.
* man: use same version in public and system ident.David Tardon2023-12-251-1/+1
|
* man: condense version information for functionsAbderrahim Kitouni2023-09-191-11/+11
| | | | Use a more compact form like 'a, b, and c were added in version x'
* man: add version information for functionsAbderrahim Kitouni2023-09-041-0/+15
|
* man: add version infoAbderrahim Kitouni2023-08-291-2/+6
| | | | | | | | This tries to add information about when each option was added. It goes back to version 183. The version info is included from a separate file to allow generating it, which would allow more control on the formatting of the final output.
* man: document various sd_device_get_xyz() functionsLennart Poettering2022-04-041-0/+200