Menu

#39 lsusb and ccid devices

open
nobody
None
5
2010-03-23
2010-03-23
Anonymous
No

Hi,

I have found that in the last builds of usbutils the lsusb software doesn't recognize the ccid descriptor.

I have make a mini-pacth. Is this:

*** lsusb.c 2010-03-23 09:25:51.116206139 +0100
--- lsusb.c.orig 2010-03-23 09:31:11.496206565 +0100
*************** static void dump_altsetting(struct usb_d
*** 604,612 ****
case USB_CLASS_HID:
dump_hid_device(dev, interface, buf);
break;
- case 0x0b: /* chip/smartcard */
- dump_ccid_device(buf);
- break;

default:
goto dump;
--- 604,609 ----

Thanks

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.