Hi,

- After connecting my usb cable to the port
- output of the usb skeleton
Feb 15 18:54:23 localhost kernel: usb-uhci.c: ENXIO
80000b80, flags 0, urb cde73560, burb cde735e0

Feb 15 18:54:23 localhost kernel: usb-uhci.c: ENXIO
80000b80, flags 0, urb cde738e0, burb cde735e0

Feb 15 18:54:23 localhost kernel: usb-uhci.c: ENXIO
80000b80, flags 0, urb cde73c60, burb cde735e0

- the corresponding output of my driver
Feb 15 19:15:27 localhost kernel: usb.c: USB device 13
(vend/prod 0x123/0x2) is not claimed by any active
driver.

- what is the mean of the active driver?
- what are the meanings of skeleton outputs?
- Why is my driver's output different?
- info: my driver is a module and I have introduced it
to the usb subsytem with insmod, sequences are
gcc -c -Wall -O my_driver.c
insmod my_driver.o
- info: also I have used mknod to get my special file
mknod /dev/usb/mydevice0 180 160

thanks in advance

__________________________________
Do you Yahoo!?
Yahoo! Finance: Get your refund fast by filing online.
http://taxes.yahoo.com/filing.html


-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to