Opened 13 years ago
Closed 11 years ago
#7915 closed enhancement (fixed)
[usb] bus manager should contain usb ids
Reported by: | diver | Owned by: | korli |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | Drivers/USB | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
Currently listusb doesn't show Manufacturer String/Product String/Serial Number/etc for some devices which doesn't provide this information. It would be handy to take this info from usb ids database, similar to pci ids.
Change History (6)
comment:1 by , 13 years ago
Summary: | [usb] bus manager sould contain usb ids → [usb] bus manager should contain usb ids |
---|
comment:3 by , 13 years ago
Added strings display in verbose mode in hrev43749 using usb.ids. Please review this and give me feedback.
comment:4 by , 13 years ago
Sorry for delay. I can see strings in verbose mode now. Could you enable it in non-verbose mode too? It seems that I can't see any usb devices in Devices app, though.
comment:5 by , 13 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
Did so in hrev43861. USB devices are still old driver style.
comment:6 by , 11 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
Two usb ids database are available and both have a correct license.
The second includes a list of HID strings.
Best would be to include pci.ids and usb.ids as is in /system/data and have apps and bus managers use it. Otherwise each component gets it own copy and increase in size. Keep in mind though that some drivers are using the generated header usbdevs.h to reference their devices ids.