http://qa.mandrakesoft.com/show_bug.cgi?id=3654
Product: usbutils
Component: program
Summary: syntax error in /usr/share/usb.ids - missing class name
Version: 0.11-2mdk
Platform: PC
OS/Version: All
Status: UNCONFIRMED
Severity: minor
Priority: P2
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]
symptom :
# lsusb
Invalid product/subclass spec at line 2650
Bus 001 Device 001: ID 0000:0000
# rpm -qf /usr/sbin/lsusb
usbutils-0.11-2mdk
# rpm -ql usbutils
/usr/sbin/lsusb
/usr/sbin/usbmodules
/usr/share/man/man8/lsusb.8.bz2
/usr/share/man/man8/usbmodules.8.bz2
/usr/share/usb.ids
Lines around error line 2650 in /usr/share/usb.ids, misses a classname :
# List of known device classes, subclasses and protocols
# Syntax:
# C class class_name
# subclass subclass_name <-- single tab
# protocol protocol_name <-- two tabs
C 00 Interface
00 <<<<<<<<<<<<<<<< missing name here
C 01 Audio
01 Control Device
02 Streaming
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.