| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Follow-up for 1ff0164be5978b824d2213bc546dac66619e1a48.
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
| |
Use a more compact form like 'a, b, and c were added in version x'
|
| |
|
|
|
|
|
|
|
|
| |
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.
|
|
|