Advertisement
Guest User

q11k patch

a guest
Sep 13th, 2018
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.52 KB | None | 0 0
  1. --- a/drivers/hid/hid-core.c    2017-11-12 18:46:13.000000000 +0000
  2. +++ b/drivers/hid/hid-core.c    2018-09-13 16:46:25.788498700 +0100
  3. @@ -1875,6 +1875,9 @@
  4.   * used as a driver. See hid_scan_report().
  5.   */
  6.  static const struct hid_device_id hid_have_special_driver[] = {
  7. +
  8. +   { HID_USB_DEVICE(USB_VENDOR_ID_HUION, USB_DEVICE_ID_HUION_TABLET) },
  9. +
  10.  #if IS_ENABLED(CONFIG_HID_A4TECH)
  11.     { HID_USB_DEVICE(USB_VENDOR_ID_A4TECH, USB_DEVICE_ID_A4TECH_WCP32PU) },
  12.     { HID_USB_DEVICE(USB_VENDOR_ID_A4TECH, USB_DEVICE_ID_A4TECH_X5_005D) },
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement