hid-quirks.c 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418
  1. /*
  2. * USB HID quirks support for Linux
  3. *
  4. * Copyright (c) 1999 Andreas Gal
  5. * Copyright (c) 2000-2005 Vojtech Pavlik <vojtech@suse.cz>
  6. * Copyright (c) 2005 Michael Haboustak <mike-@cinci.rr.com> for Concept2, Inc
  7. * Copyright (c) 2006-2007 Jiri Kosina
  8. * Copyright (c) 2007 Paul Walmsley
  9. */
  10. /*
  11. * This program is free software; you can redistribute it and/or modify it
  12. * under the terms of the GNU General Public License as published by the Free
  13. * Software Foundation; either version 2 of the License, or (at your option)
  14. * any later version.
  15. */
  16. #include <linux/hid.h>
  17. #include "../hid-ids.h"
  18. /*
  19. * Alphabetically sorted blacklist by quirk type.
  20. */
  21. static const struct hid_blacklist {
  22. __u16 idVendor;
  23. __u16 idProduct;
  24. __u32 quirks;
  25. } hid_blacklist[] = {
  26. { USB_VENDOR_ID_AASHIMA, USB_DEVICE_ID_AASHIMA_GAMEPAD, HID_QUIRK_BADPAD },
  27. { USB_VENDOR_ID_AASHIMA, USB_DEVICE_ID_AASHIMA_PREDATOR, HID_QUIRK_BADPAD },
  28. { USB_VENDOR_ID_ALPS, USB_DEVICE_ID_IBM_GAMEPAD, HID_QUIRK_BADPAD },
  29. { USB_VENDOR_ID_CHIC, USB_DEVICE_ID_CHIC_GAMEPAD, HID_QUIRK_BADPAD },
  30. { USB_VENDOR_ID_GAMERON, USB_DEVICE_ID_GAMERON_DUAL_PSX_ADAPTOR, HID_QUIRK_MULTI_INPUT },
  31. { USB_VENDOR_ID_HAPP, USB_DEVICE_ID_UGCI_DRIVING, HID_QUIRK_BADPAD | HID_QUIRK_MULTI_INPUT },
  32. { USB_VENDOR_ID_HAPP, USB_DEVICE_ID_UGCI_FLYING, HID_QUIRK_BADPAD | HID_QUIRK_MULTI_INPUT },
  33. { USB_VENDOR_ID_HAPP, USB_DEVICE_ID_UGCI_FIGHTING, HID_QUIRK_BADPAD | HID_QUIRK_MULTI_INPUT },
  34. { USB_VENDOR_ID_NATSU, USB_DEVICE_ID_NATSU_GAMEPAD, HID_QUIRK_BADPAD },
  35. { USB_VENDOR_ID_NEC, USB_DEVICE_ID_NEC_USB_GAME_PAD, HID_QUIRK_BADPAD },
  36. { USB_VENDOR_ID_SAITEK, USB_DEVICE_ID_SAITEK_RUMBLEPAD, HID_QUIRK_BADPAD },
  37. { USB_VENDOR_ID_TOPMAX, USB_DEVICE_ID_TOPMAX_COBRAPAD, HID_QUIRK_BADPAD },
  38. { USB_VENDOR_ID_AFATECH, USB_DEVICE_ID_AFATECH_AF9016, HID_QUIRK_FULLSPEED_INTERVAL },
  39. { USB_VENDOR_ID_BELKIN, USB_DEVICE_ID_FLIP_KVM, HID_QUIRK_HIDDEV },
  40. { USB_VENDOR_ID_SAMSUNG, USB_DEVICE_ID_SAMSUNG_IR_REMOTE, HID_QUIRK_HIDDEV | HID_QUIRK_IGNORE_HIDINPUT },
  41. { USB_VENDOR_ID_EZKEY, USB_DEVICE_ID_BTC_8193, HID_QUIRK_HWHEEL_WHEEL_INVERT },
  42. { USB_VENDOR_ID_PANTHERLORD, USB_DEVICE_ID_PANTHERLORD_TWIN_USB_JOYSTICK, HID_QUIRK_MULTI_INPUT | HID_QUIRK_SKIP_OUTPUT_REPORTS },
  43. { USB_VENDOR_ID_PLAYDOTCOM, USB_DEVICE_ID_PLAYDOTCOM_EMS_USBII, HID_QUIRK_MULTI_INPUT },
  44. { USB_VENDOR_ID_SONY, USB_DEVICE_ID_SONY_PS3_CONTROLLER, HID_QUIRK_SONY_PS3_CONTROLLER | HID_QUIRK_HIDDEV },
  45. { USB_VENDOR_ID_ATEN, USB_DEVICE_ID_ATEN_UC100KM, HID_QUIRK_NOGET },
  46. { USB_VENDOR_ID_ATEN, USB_DEVICE_ID_ATEN_CS124U, HID_QUIRK_NOGET },
  47. { USB_VENDOR_ID_ATEN, USB_DEVICE_ID_ATEN_2PORTKVM, HID_QUIRK_NOGET },
  48. { USB_VENDOR_ID_ATEN, USB_DEVICE_ID_ATEN_4PORTKVM, HID_QUIRK_NOGET },
  49. { USB_VENDOR_ID_ATEN, USB_DEVICE_ID_ATEN_4PORTKVMC, HID_QUIRK_NOGET },
  50. { USB_VENDOR_ID_DMI, USB_DEVICE_ID_DMI_ENC, HID_QUIRK_NOGET },
  51. { USB_VENDOR_ID_ELO, USB_DEVICE_ID_ELO_TS2700, HID_QUIRK_NOGET },
  52. { USB_VENDOR_ID_PETALYNX, USB_DEVICE_ID_PETALYNX_MAXTER_REMOTE, HID_QUIRK_NOGET },
  53. { USB_VENDOR_ID_SUN, USB_DEVICE_ID_RARITAN_KVM_DONGLE, HID_QUIRK_NOGET },
  54. { USB_VENDOR_ID_TURBOX, USB_DEVICE_ID_TURBOX_KEYBOARD, HID_QUIRK_NOGET },
  55. { USB_VENDOR_ID_WISEGROUP, USB_DEVICE_ID_DUAL_USB_JOYPAD, HID_QUIRK_NOGET | HID_QUIRK_MULTI_INPUT | HID_QUIRK_SKIP_OUTPUT_REPORTS },
  56. { USB_VENDOR_ID_WISEGROUP, USB_DEVICE_ID_QUAD_USB_JOYPAD, HID_QUIRK_NOGET | HID_QUIRK_MULTI_INPUT },
  57. { USB_VENDOR_ID_WISEGROUP_LTD, USB_DEVICE_ID_SMARTJOY_DUAL_PLUS, HID_QUIRK_NOGET | HID_QUIRK_MULTI_INPUT },
  58. { USB_VENDOR_ID_DELL, USB_DEVICE_ID_DELL_W7658, HID_QUIRK_RESET_LEDS },
  59. { 0, 0 }
  60. };
  61. /* Quirks for devices which require report descriptor fixup go here */
  62. static const struct hid_rdesc_blacklist {
  63. __u16 idVendor;
  64. __u16 idProduct;
  65. __u32 quirks;
  66. } hid_rdesc_blacklist[] = {
  67. { USB_VENDOR_ID_MONTEREY, USB_DEVICE_ID_GENIUS_KB29E, HID_QUIRK_RDESC_BUTTON_CONSUMER },
  68. { USB_VENDOR_ID_PETALYNX, USB_DEVICE_ID_PETALYNX_MAXTER_REMOTE, HID_QUIRK_RDESC_PETALYNX },
  69. { USB_VENDOR_ID_SAMSUNG, USB_DEVICE_ID_SAMSUNG_IR_REMOTE, HID_QUIRK_RDESC_SAMSUNG_REMOTE },
  70. { 0, 0 }
  71. };
  72. /* Dynamic HID quirks list - specified at runtime */
  73. struct quirks_list_struct {
  74. struct hid_blacklist hid_bl_item;
  75. struct list_head node;
  76. };
  77. static LIST_HEAD(dquirks_list);
  78. static DECLARE_RWSEM(dquirks_rwsem);
  79. /* Runtime ("dynamic") quirks manipulation functions */
  80. /**
  81. * usbhid_exists_dquirk: find any dynamic quirks for a USB HID device
  82. * @idVendor: the 16-bit USB vendor ID, in native byteorder
  83. * @idProduct: the 16-bit USB product ID, in native byteorder
  84. *
  85. * Description:
  86. * Scans dquirks_list for a matching dynamic quirk and returns
  87. * the pointer to the relevant struct hid_blacklist if found.
  88. * Must be called with a read lock held on dquirks_rwsem.
  89. *
  90. * Returns: NULL if no quirk found, struct hid_blacklist * if found.
  91. */
  92. static struct hid_blacklist *usbhid_exists_dquirk(const u16 idVendor,
  93. const u16 idProduct)
  94. {
  95. struct quirks_list_struct *q;
  96. struct hid_blacklist *bl_entry = NULL;
  97. list_for_each_entry(q, &dquirks_list, node) {
  98. if (q->hid_bl_item.idVendor == idVendor &&
  99. q->hid_bl_item.idProduct == idProduct) {
  100. bl_entry = &q->hid_bl_item;
  101. break;
  102. }
  103. }
  104. if (bl_entry != NULL)
  105. dbg_hid("Found dynamic quirk 0x%x for USB HID vendor 0x%hx prod 0x%hx\n",
  106. bl_entry->quirks, bl_entry->idVendor,
  107. bl_entry->idProduct);
  108. return bl_entry;
  109. }
  110. /**
  111. * usbhid_modify_dquirk: add/replace a HID quirk
  112. * @idVendor: the 16-bit USB vendor ID, in native byteorder
  113. * @idProduct: the 16-bit USB product ID, in native byteorder
  114. * @quirks: the u32 quirks value to add/replace
  115. *
  116. * Description:
  117. * If an dynamic quirk exists in memory for this (idVendor,
  118. * idProduct) pair, replace its quirks value with what was
  119. * provided. Otherwise, add the quirk to the dynamic quirks list.
  120. *
  121. * Returns: 0 OK, -error on failure.
  122. */
  123. static int usbhid_modify_dquirk(const u16 idVendor, const u16 idProduct,
  124. const u32 quirks)
  125. {
  126. struct quirks_list_struct *q_new, *q;
  127. int list_edited = 0;
  128. if (!idVendor) {
  129. dbg_hid("Cannot add a quirk with idVendor = 0\n");
  130. return -EINVAL;
  131. }
  132. q_new = kmalloc(sizeof(struct quirks_list_struct), GFP_KERNEL);
  133. if (!q_new) {
  134. dbg_hid("Could not allocate quirks_list_struct\n");
  135. return -ENOMEM;
  136. }
  137. q_new->hid_bl_item.idVendor = idVendor;
  138. q_new->hid_bl_item.idProduct = idProduct;
  139. q_new->hid_bl_item.quirks = quirks;
  140. down_write(&dquirks_rwsem);
  141. list_for_each_entry(q, &dquirks_list, node) {
  142. if (q->hid_bl_item.idVendor == idVendor &&
  143. q->hid_bl_item.idProduct == idProduct) {
  144. list_replace(&q->node, &q_new->node);
  145. kfree(q);
  146. list_edited = 1;
  147. break;
  148. }
  149. }
  150. if (!list_edited)
  151. list_add_tail(&q_new->node, &dquirks_list);
  152. up_write(&dquirks_rwsem);
  153. return 0;
  154. }
  155. /**
  156. * usbhid_remove_all_dquirks: remove all runtime HID quirks from memory
  157. *
  158. * Description:
  159. * Free all memory associated with dynamic quirks - called before
  160. * module unload.
  161. *
  162. */
  163. static void usbhid_remove_all_dquirks(void)
  164. {
  165. struct quirks_list_struct *q, *temp;
  166. down_write(&dquirks_rwsem);
  167. list_for_each_entry_safe(q, temp, &dquirks_list, node) {
  168. list_del(&q->node);
  169. kfree(q);
  170. }
  171. up_write(&dquirks_rwsem);
  172. }
  173. /**
  174. * usbhid_quirks_init: apply USB HID quirks specified at module load time
  175. */
  176. int usbhid_quirks_init(char **quirks_param)
  177. {
  178. u16 idVendor, idProduct;
  179. u32 quirks;
  180. int n = 0, m;
  181. for (; quirks_param[n] && n < MAX_USBHID_BOOT_QUIRKS; n++) {
  182. m = sscanf(quirks_param[n], "0x%hx:0x%hx:0x%x",
  183. &idVendor, &idProduct, &quirks);
  184. if (m != 3 ||
  185. usbhid_modify_dquirk(idVendor, idProduct, quirks) != 0) {
  186. printk(KERN_WARNING
  187. "Could not parse HID quirk module param %s\n",
  188. quirks_param[n]);
  189. }
  190. }
  191. return 0;
  192. }
  193. /**
  194. * usbhid_quirks_exit: release memory associated with dynamic_quirks
  195. *
  196. * Description:
  197. * Release all memory associated with dynamic quirks. Called upon
  198. * module unload.
  199. *
  200. * Returns: nothing
  201. */
  202. void usbhid_quirks_exit(void)
  203. {
  204. usbhid_remove_all_dquirks();
  205. }
  206. /**
  207. * usbhid_exists_squirk: return any static quirks for a USB HID device
  208. * @idVendor: the 16-bit USB vendor ID, in native byteorder
  209. * @idProduct: the 16-bit USB product ID, in native byteorder
  210. *
  211. * Description:
  212. * Given a USB vendor ID and product ID, return a pointer to
  213. * the hid_blacklist entry associated with that device.
  214. *
  215. * Returns: pointer if quirk found, or NULL if no quirks found.
  216. */
  217. static const struct hid_blacklist *usbhid_exists_squirk(const u16 idVendor,
  218. const u16 idProduct)
  219. {
  220. const struct hid_blacklist *bl_entry = NULL;
  221. int n = 0;
  222. for (; hid_blacklist[n].idVendor; n++)
  223. if (hid_blacklist[n].idVendor == idVendor &&
  224. hid_blacklist[n].idProduct == idProduct)
  225. bl_entry = &hid_blacklist[n];
  226. if (bl_entry != NULL)
  227. dbg_hid("Found squirk 0x%x for USB HID vendor 0x%hx prod 0x%hx\n",
  228. bl_entry->quirks, bl_entry->idVendor,
  229. bl_entry->idProduct);
  230. return bl_entry;
  231. }
  232. /**
  233. * usbhid_lookup_quirk: return any quirks associated with a USB HID device
  234. * @idVendor: the 16-bit USB vendor ID, in native byteorder
  235. * @idProduct: the 16-bit USB product ID, in native byteorder
  236. *
  237. * Description:
  238. * Given a USB vendor ID and product ID, return any quirks associated
  239. * with that device.
  240. *
  241. * Returns: a u32 quirks value.
  242. */
  243. u32 usbhid_lookup_quirk(const u16 idVendor, const u16 idProduct)
  244. {
  245. u32 quirks = 0;
  246. const struct hid_blacklist *bl_entry = NULL;
  247. /* NCR devices must not be queried for reports */
  248. if (idVendor == USB_VENDOR_ID_NCR &&
  249. idProduct >= USB_DEVICE_ID_NCR_FIRST &&
  250. idProduct <= USB_DEVICE_ID_NCR_LAST)
  251. return HID_QUIRK_NOGET;
  252. down_read(&dquirks_rwsem);
  253. bl_entry = usbhid_exists_dquirk(idVendor, idProduct);
  254. if (!bl_entry)
  255. bl_entry = usbhid_exists_squirk(idVendor, idProduct);
  256. if (bl_entry)
  257. quirks = bl_entry->quirks;
  258. up_read(&dquirks_rwsem);
  259. return quirks;
  260. }
  261. EXPORT_SYMBOL_GPL(usbhid_lookup_quirk);
  262. /*
  263. * Samsung IrDA remote controller (reports as Cypress USB Mouse).
  264. *
  265. * Vendor specific report #4 has a size of 48 bit,
  266. * and therefore is not accepted when inspecting the descriptors.
  267. * As a workaround we reinterpret the report as:
  268. * Variable type, count 6, size 8 bit, log. maximum 255
  269. * The burden to reconstruct the data is moved into user space.
  270. */
  271. static void usbhid_fixup_samsung_irda_descriptor(unsigned char *rdesc,
  272. int rsize)
  273. {
  274. if (rsize >= 182 && rdesc[175] == 0x25
  275. && rdesc[176] == 0x40
  276. && rdesc[177] == 0x75
  277. && rdesc[178] == 0x30
  278. && rdesc[179] == 0x95
  279. && rdesc[180] == 0x01
  280. && rdesc[182] == 0x40) {
  281. printk(KERN_INFO "Fixing up Samsung IrDA report descriptor\n");
  282. rdesc[176] = 0xff;
  283. rdesc[178] = 0x08;
  284. rdesc[180] = 0x06;
  285. rdesc[182] = 0x42;
  286. }
  287. }
  288. /* Petalynx Maxter Remote has maximum for consumer page set too low */
  289. static void usbhid_fixup_petalynx_descriptor(unsigned char *rdesc, int rsize)
  290. {
  291. if (rsize >= 60 && rdesc[39] == 0x2a
  292. && rdesc[40] == 0xf5
  293. && rdesc[41] == 0x00
  294. && rdesc[59] == 0x26
  295. && rdesc[60] == 0xf9
  296. && rdesc[61] == 0x00) {
  297. printk(KERN_INFO "Fixing up Petalynx Maxter Remote report descriptor\n");
  298. rdesc[60] = 0xfa;
  299. rdesc[40] = 0xfa;
  300. }
  301. }
  302. static void usbhid_fixup_button_consumer_descriptor(unsigned char *rdesc, int rsize)
  303. {
  304. if (rsize >= 30 && rdesc[29] == 0x05
  305. && rdesc[30] == 0x09) {
  306. printk(KERN_INFO "Fixing up button/consumer in HID report descriptor\n");
  307. rdesc[30] = 0x0c;
  308. }
  309. }
  310. static void __usbhid_fixup_report_descriptor(__u32 quirks, char *rdesc, unsigned rsize)
  311. {
  312. if (quirks & HID_QUIRK_RDESC_PETALYNX)
  313. usbhid_fixup_petalynx_descriptor(rdesc, rsize);
  314. if (quirks & HID_QUIRK_RDESC_BUTTON_CONSUMER)
  315. usbhid_fixup_button_consumer_descriptor(rdesc, rsize);
  316. if (quirks & HID_QUIRK_RDESC_SAMSUNG_REMOTE)
  317. usbhid_fixup_samsung_irda_descriptor(rdesc, rsize);
  318. }
  319. /**
  320. * usbhid_fixup_report_descriptor: check if report descriptor needs fixup
  321. *
  322. * Description:
  323. * Walks the hid_rdesc_blacklist[] array and checks whether the device
  324. * is known to have broken report descriptor that needs to be fixed up
  325. * prior to entering the HID parser
  326. *
  327. * Returns: nothing
  328. */
  329. void usbhid_fixup_report_descriptor(const u16 idVendor, const u16 idProduct,
  330. char *rdesc, unsigned rsize, char **quirks_param)
  331. {
  332. int n, m;
  333. u16 paramVendor, paramProduct;
  334. u32 quirks;
  335. /* static rdesc quirk entries */
  336. for (n = 0; hid_rdesc_blacklist[n].idVendor; n++)
  337. if (hid_rdesc_blacklist[n].idVendor == idVendor &&
  338. hid_rdesc_blacklist[n].idProduct == idProduct)
  339. __usbhid_fixup_report_descriptor(hid_rdesc_blacklist[n].quirks,
  340. rdesc, rsize);
  341. /* runtime rdesc quirk entries handling */
  342. for (n = 0; quirks_param[n] && n < MAX_USBHID_BOOT_QUIRKS; n++) {
  343. m = sscanf(quirks_param[n], "0x%hx:0x%hx:0x%x",
  344. &paramVendor, &paramProduct, &quirks);
  345. if (m != 3)
  346. printk(KERN_WARNING
  347. "Could not parse HID quirk module param %s\n",
  348. quirks_param[n]);
  349. else if (paramVendor == idVendor && paramProduct == idProduct)
  350. __usbhid_fixup_report_descriptor(quirks, rdesc, rsize);
  351. }
  352. }