aboutsummaryrefslogtreecommitdiff
path: root/hardinfo/usb_util.c
AgeCommit message (Collapse)Author
2019-12-29inputdevices: Added new vendor info + info from usb.idsOndrej Čerman
2019-12-27usb: vendor tags in listBurt P
Signed-off-by: Burt P <pburt0@gmail.com>
2019-08-10Always pulse status bar while spawning processes synchronouslyLeandro Pereira
2019-08-10usb: bug fix for usb.ids file searchOndrej Čerman
2019-08-04usb: use sysfs by default (that is usually faster than lsusb)Ondrej Čerman
2019-08-04usb: added more propertiesOndrej Čerman
2019-08-04usb: added usb.ids parsingOndrej Čerman
2019-07-29usb: added interface labelOndrej Čerman
2019-07-29usb: Workaround when lsusb parses same interface multiple timesOndrej Čerman
2019-07-29usb: sorted sysfs usb devices listOndrej Čerman
2019-07-29usb: added info from sysfsOndrej Čerman
2018-11-30devices/usb: Add USB interfaces and device iconsOndrej Čerman
* devices/usb: Added support for USB interfaces * devices/usb: added icons for usb devices * tabs -> spaces
2018-03-12usb: requested changesBurt P
Signed-off-by: Burt P <pburt0@gmail.com>
2018-03-12usb_util.cBurt 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>