Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-11-07 | Update copyright information | L Pereira | |
2019-12-29 | inputdevices: Added new vendor info + info from usb.ids | Ondrej Čerman | |
2019-12-27 | usb: vendor tags in list | Burt P | |
Signed-off-by: Burt P <pburt0@gmail.com> | |||
2019-08-04 | usb: added more properties | Ondrej Čerman | |
2019-07-29 | usb: added interface label | Ondrej Čerman | |
2019-07-29 | usb: added info from sysfs | Ondrej Čerman | |
2018-11-30 | devices/usb: Add USB interfaces and device icons | Ondrej Čerman | |
* devices/usb: Added support for USB interfaces * devices/usb: added icons for usb devices * tabs -> spaces | |||
2018-03-12 | usb: requested changes | Burt P | |
Signed-off-by: Burt P <pburt0@gmail.com> | |||
2018-03-12 | usb_util.c | Burt P | |
A set of functions for getting information for a single USB device, or a list of all devices. The only implemented method is using `lsusb`, which is slow. A method using sysfs would be much better. The existing sysfs and procfs methods in devices/usb.c do not appear to work, so it would have to be something new. devices/usb.c modified to use usb_util, but all the old code is still there. Signed-off-by: Burt P <pburt0@gmail.com> |