diff options
Diffstat (limited to 'drivers/input/touchscreen/usbtouchscreen.c')
| -rw-r--r-- | drivers/input/touchscreen/usbtouchscreen.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/input/touchscreen/usbtouchscreen.c b/drivers/input/touchscreen/usbtouchscreen.c index 09a5e7341bd5..b1b99e931f80 100644 --- a/drivers/input/touchscreen/usbtouchscreen.c +++ b/drivers/input/touchscreen/usbtouchscreen.c | |||
| @@ -144,7 +144,7 @@ enum { | |||
| 144 | .bInterfaceClass = USB_INTERFACE_CLASS_HID, \ | 144 | .bInterfaceClass = USB_INTERFACE_CLASS_HID, \ |
| 145 | .bInterfaceProtocol = USB_INTERFACE_PROTOCOL_MOUSE | 145 | .bInterfaceProtocol = USB_INTERFACE_PROTOCOL_MOUSE |
| 146 | 146 | ||
| 147 | static struct usb_device_id usbtouch_devices[] = { | 147 | static const struct usb_device_id usbtouch_devices[] = { |
| 148 | #ifdef CONFIG_TOUCHSCREEN_USB_EGALAX | 148 | #ifdef CONFIG_TOUCHSCREEN_USB_EGALAX |
| 149 | /* ignore the HID capable devices, handled by usbhid */ | 149 | /* ignore the HID capable devices, handled by usbhid */ |
| 150 | {USB_DEVICE_HID_CLASS(0x0eef, 0x0001), .driver_info = DEVTYPE_IGNORE}, | 150 | {USB_DEVICE_HID_CLASS(0x0eef, 0x0001), .driver_info = DEVTYPE_IGNORE}, |
