|
@@ -42,6 +42,7 @@ void usbhid_submit_report
|
|
|
(struct hid_device *hid, struct hid_report *report, unsigned char dir);
|
|
(struct hid_device *hid, struct hid_report *report, unsigned char dir);
|
|
|
int usbhid_get_power(struct hid_device *hid);
|
|
int usbhid_get_power(struct hid_device *hid);
|
|
|
void usbhid_put_power(struct hid_device *hid);
|
|
void usbhid_put_power(struct hid_device *hid);
|
|
|
|
|
+struct usb_interface *usbhid_find_interface(int minor);
|
|
|
|
|
|
|
|
/* iofl flags */
|
|
/* iofl flags */
|
|
|
#define HID_CTRL_RUNNING 1
|
|
#define HID_CTRL_RUNNING 1
|