Re: How to use an usb interface than is claimed by HID?

2007-01-21 Thread Ivan Ukhov
s? I'm afraid it wouldn't. Thank you very much. -- Regards, Ivan Ukhov. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

Re: How to use an usb interface than is claimed by HID?

2007-01-21 Thread Ivan Ukhov
this function looks like: static void hid_disconnect(struct usb_device *dev, void *ptr); ptr is a pointer to the struct hid_device structure, which is created and initialized in the probe function. Do you offer me to set up this structure myself Thank you. Ivan Ukhov. - To unsubscribe from

Re: How to use an usb interface than is claimed by HID?

2007-01-21 Thread Ivan Ukhov
Could I ask you what precisely is the driver you are talking about doing? Why is it not going to be a part of mainline kernel (i.e. being able to be put on blacklist easily). It's a tiny driver and it hardy can be a part of the mainline kernel because of its useless for everyone but me, bes

Re: How to use an usb interface than is claimed by HID?

2007-01-20 Thread Ivan Ukhov
Jiri Kosina wrote: On Sat, 20 Jan 2007, Ivan Ukhov wrote: I'm writing a driver for an USB device that has one configuration with several interfacies and one of them is a HID interface. So when I check this interface whether it's claimed (usb_interface_claimed), I find out that

How to use an usb interface than is claimed by HID?

2007-01-20 Thread Ivan Ukhov
So here is the question: how can I ask the HID driver to unclaim this very interface for me so that I can use it? The HID driver is needed for some other devices, so I can't just rmmod it. Thanks in advice. Regards, Ivan Ukhov. - To unsubscribe from this list: send the line "unsubscribe