I've volunteered to help develop a driver for a USB data acquisition product
(http://www.labjack.com). Labjack (I do not work for them) has opened their
source and is being very helpful in the effort. I've written Linux drivers
before, but never for USB. It is an HID device, which means it gets grabbed by
the HID driver.

I would like to write a userspace driver, but experimentation with usb-robot
shows that the device is already claimed by the HID driver.

Is the correct approach to add this device to the blacklist in hid-core.c and
proceed with the userspace driver?

Or am I missing some fundamentally easier way of doing this?

Thanks,

Steve Conklin

_______________________________________________________________

Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm

_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to