Hello,

I am trying to set up several USB HID devices that talk through javax.usb.
I am new at doing this so I apologize if some of my questions are silly.

I have disabled the kernel from claiming the USB HID hotplug interface at
boot time (SUSE has file /etc/hotplug/blacklist), so /proc/bus/usb/devices
now shows the HID device but with no driver assigned.

I would like to be able to claim a UsbInterface from the appropriate
UsbConfiguration of the UsbDevice and perform I/O with the UsbEndpoint
available on the UsbInterface.

But right now traversing the UsbHub shows 0 attached devices.
Is it because no driver is assigned?

Can anyone tell me where can I find information on how to write a HID
driver that works with javax.usb? or maybe point me to an example of how
to do this?

Many thanks in advance-

-George


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
javax-usb-devel mailing list
javax-usb-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/javax-usb-devel

Reply via email to