Please, don't drop address from CC. It makes relevant people miss your mails.
On Mon, 17 Dec 2007, Graeme Gill wrote: > The Gretag/Pantone Huey > <http://www.pantone.com/pages/products/product.aspx?pid=79>, labels > itself an HID device. It however doesn't use HID standard messages, but > expects the application to be able to compose its own custom messages. > On MSWindows and OS X the HID driver allows this, and this is how the > manufacturers applications talk the Huey. Unfortunately on Linux, there > is no provision for application composed messages, so the Linux HID > driver can't be used, and I've used libusb instead. There are several possibilities: - your application can unbind the HID drvier from the device via 'unbind' file in sysfs - you can use hiddev (or preferably the new 'hidraw' interface), which allow your application to send custom messages to the device, if this is feasible for you - the quirk could be added into the usbhid quirk list, so that it ignores the device (this is what has been currently done for the device in question) [ the libusb-specific part of the mail stripped, please refer with them to libusb developers ] Thanks, -- Jiri Kosina - To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html