Hi,

I have a problem to port my user layer program which works fine on Linux
2.4 to 2.6.10 Fedora. 

On my program, ioctl( fd, USBDEVFS_SUBMITUSB, pURB) call returns error
number 22 ( invalid parameter).

And we found out usbdevfs was not supported on Linux 2.6.10, the mount
-t usbdevfs command failed with Kernel not support usbdevfs message. 

 Then I try to use hiddev, first to create a usb dir under /etc. then
mknod /dev/usb/hiddev0 c 180 96 was OK.
But the open("/dev/usb/hiddev0", O_RDONLY) failed with "no such device".


Could you give me some guidance?

 

Thanks
tclan

*********************************
**** Appended by Interlink Electronics. *****
This e-mail and any attachments may contain information which is confidential, 
proprietary, privileged or otherwise protected by law. The information is 
solely intended for the named addressee (or a person responsible for delivering 
it to the addressee). If you are not the intended recipient of this message, 
you are not authorized to read, print, retain, copy or disseminate this message 
or any part of it. If you have received this e-mail in error, please notify the 
sender immediately by return e-mail and delete it from your computer.


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_ide95&alloc_id396&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