diff options
| -rw-r--r-- | drivers/hid/usbhid/usbhid.h | 10 | ||||
| -rw-r--r-- | include/linux/hid.h | 9 |
2 files changed, 10 insertions, 9 deletions
diff --git a/drivers/hid/usbhid/usbhid.h b/drivers/hid/usbhid/usbhid.h index 332abcdf9956..9eb30564be9c 100644 --- a/drivers/hid/usbhid/usbhid.h +++ b/drivers/hid/usbhid/usbhid.h | |||
| @@ -40,6 +40,16 @@ int usbhid_open(struct hid_device *hid); | |||
| 40 | void usbhid_init_reports(struct hid_device *hid); | 40 | void usbhid_init_reports(struct hid_device *hid); |
| 41 | void usbhid_submit_report(struct hid_device *hid, struct hid_report *report, unsigned char dir); | 41 | void usbhid_submit_report(struct hid_device *hid, struct hid_report *report, unsigned char dir); |
| 42 | 42 | ||
| 43 | /* iofl flags */ | ||
| 44 | #define HID_CTRL_RUNNING 1 | ||
| 45 | #define HID_OUT_RUNNING 2 | ||
| 46 | #define HID_IN_RUNNING 3 | ||
| 47 | #define HID_RESET_PENDING 4 | ||
| 48 | #define HID_SUSPENDED 5 | ||
| 49 | #define HID_CLEAR_HALT 6 | ||
| 50 | #define HID_DISCONNECTED 7 | ||
| 51 | #define HID_STARTED 8 | ||
| 52 | |||
| 43 | /* | 53 | /* |
| 44 | * USB-specific HID struct, to be pointed to | 54 | * USB-specific HID struct, to be pointed to |
| 45 | * from struct hid_device->driver_data | 55 | * from struct hid_device->driver_data |
diff --git a/include/linux/hid.h b/include/linux/hid.h index e5780f8c934a..2c20f20283b2 100644 --- a/include/linux/hid.h +++ b/include/linux/hid.h | |||
| @@ -403,15 +403,6 @@ struct hid_output_fifo { | |||
| 403 | #define HID_STAT_ADDED 1 | 403 | #define HID_STAT_ADDED 1 |
| 404 | #define HID_STAT_PARSED 2 | 404 | #define HID_STAT_PARSED 2 |
| 405 | 405 | ||
| 406 | #define HID_CTRL_RUNNING 1 | ||
| 407 | #define HID_OUT_RUNNING 2 | ||
| 408 | #define HID_IN_RUNNING 3 | ||
| 409 | #define HID_RESET_PENDING 4 | ||
| 410 | #define HID_SUSPENDED 5 | ||
| 411 | #define HID_CLEAR_HALT 6 | ||
| 412 | #define HID_DISCONNECTED 7 | ||
| 413 | #define HID_STARTED 8 | ||
| 414 | |||
| 415 | struct hid_input { | 406 | struct hid_input { |
| 416 | struct list_head list; | 407 | struct list_head list; |
| 417 | struct hid_report *report; | 408 | struct hid_report *report; |
