Age | Commit message (Collapse) | Author | |
---|---|---|---|
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> |