Lines Matching +full:usb +full:- +full:c
2 (c) 1999 Vojtech Pavlik <vojtech@suse.cz>
4 ----------------------------------------------------------------------------
20 Temple Place, Suite 330, Boston, MA 02111-1307 USA
22 Should you need to contact me, the author, you can do so either by e-mail
23 - mail your message to <vojtech@suse.cz>, or by paper mail: Vojtech Pavlik,
31 The drivers/usb/class/cdc-acm.c drivers works with USB modems and USB ISDN terminal
33 Abstract Control Model (USB CDC ACM) specification.
49 Some cell phones also connect via USB. I know the following phones work:
59 uhci-hcd.ko ohci-hcd.ko or ehci-hcd.ko
60 cdc-acm.ko
67 The first step would be to check /sys/kernel/debug/usb/devices, it should look
74 S: Product=USB UHCI Root Hub
76 C:* #Ifs= 1 Cfg#= 1 Atr=40 MxPwr= 0mA
85 C: #Ifs= 1 Cfg#= 1 Atr=60 MxPwr= 0mA
90 C:* #Ifs= 2 Cfg#= 2 Atr=60 MxPwr= 0mA
100 of luck, you have a device with vendor specific-interface.
108 usb.c: USB new device connect, assigned device number 2
109 usb.c: kmalloc IF c7691fa0, numif 1
110 usb.c: kmalloc IF c7b5f3e0, numif 2
111 usb.c: skipped 4 class/vendor specific interface descriptors
112 usb.c: new device strings: Mfr=1, Product=2, SerialNumber=3
113 usb.c: USB device number 2 default language ID 0x409
117 acm.c: probing config 1
118 acm.c: probing config 2
119 ttyACM0: USB ACM device
120 acm.c: acm_control_msg: rq: 0x22 val: 0x0 len: 0x0 result: 0
121 acm.c: acm_control_msg: rq: 0x20 val: 0x0 len: 0x7 result: 7
122 usb.c: acm driver claimed interface c7b5f3e0
123 usb.c: acm driver claimed interface c7b5f3f8
124 usb.c: acm driver claimed interface c7691fa0