hid-input.c 33 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082
  1. /*
  2. * Copyright (c) 2000-2001 Vojtech Pavlik
  3. * Copyright (c) 2006-2007 Jiri Kosina
  4. *
  5. * HID to Linux Input mapping
  6. */
  7. /*
  8. * This program is free software; you can redistribute it and/or modify
  9. * it under the terms of the GNU General Public License as published by
  10. * the Free Software Foundation; either version 2 of the License, or
  11. * (at your option) any later version.
  12. *
  13. * This program is distributed in the hope that it will be useful,
  14. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  15. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  16. * GNU General Public License for more details.
  17. *
  18. * You should have received a copy of the GNU General Public License
  19. * along with this program; if not, write to the Free Software
  20. * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
  21. *
  22. * Should you need to contact me, the author, you can do so either by
  23. * e-mail - mail your message to <vojtech@ucw.cz>, or by paper mail:
  24. * Vojtech Pavlik, Simunkova 1594, Prague 8, 182 00 Czech Republic
  25. */
  26. #include <linux/module.h>
  27. #include <linux/slab.h>
  28. #include <linux/kernel.h>
  29. #include <linux/hid.h>
  30. #include <linux/hid-debug.h>
  31. static int hid_apple_fnmode = 1;
  32. module_param_named(pb_fnmode, hid_apple_fnmode, int, 0644);
  33. MODULE_PARM_DESC(pb_fnmode,
  34. "Mode of fn key on Apple keyboards (0 = disabled, 1 = fkeyslast, 2 = fkeysfirst)");
  35. #define unk KEY_UNKNOWN
  36. static const unsigned char hid_keyboard[256] = {
  37. 0, 0, 0, 0, 30, 48, 46, 32, 18, 33, 34, 35, 23, 36, 37, 38,
  38. 50, 49, 24, 25, 16, 19, 31, 20, 22, 47, 17, 45, 21, 44, 2, 3,
  39. 4, 5, 6, 7, 8, 9, 10, 11, 28, 1, 14, 15, 57, 12, 13, 26,
  40. 27, 43, 43, 39, 40, 41, 51, 52, 53, 58, 59, 60, 61, 62, 63, 64,
  41. 65, 66, 67, 68, 87, 88, 99, 70,119,110,102,104,111,107,109,106,
  42. 105,108,103, 69, 98, 55, 74, 78, 96, 79, 80, 81, 75, 76, 77, 71,
  43. 72, 73, 82, 83, 86,127,116,117,183,184,185,186,187,188,189,190,
  44. 191,192,193,194,134,138,130,132,128,129,131,137,133,135,136,113,
  45. 115,114,unk,unk,unk,121,unk, 89, 93,124, 92, 94, 95,unk,unk,unk,
  46. 122,123, 90, 91, 85,unk,unk,unk,unk,unk,unk,unk,unk,unk,unk,unk,
  47. unk,unk,unk,unk,unk,unk,unk,unk,unk,unk,unk,unk,unk,unk,unk,unk,
  48. unk,unk,unk,unk,unk,unk,179,180,unk,unk,unk,unk,unk,unk,unk,unk,
  49. unk,unk,unk,unk,unk,unk,unk,unk,unk,unk,unk,unk,unk,unk,unk,unk,
  50. unk,unk,unk,unk,unk,unk,unk,unk,unk,unk,unk,unk,unk,unk,unk,unk,
  51. 29, 42, 56,125, 97, 54,100,126,164,166,165,163,161,115,114,113,
  52. 150,158,159,128,136,177,178,176,142,152,173,140,unk,unk,unk,unk
  53. };
  54. /* extended mapping for certain Logitech hardware (Logitech cordless desktop LX500) */
  55. #define LOGITECH_EXPANDED_KEYMAP_SIZE 80
  56. static int logitech_expanded_keymap[LOGITECH_EXPANDED_KEYMAP_SIZE] = {
  57. 0,216, 0,213,175,156, 0, 0, 0, 0,
  58. 144, 0, 0, 0, 0, 0, 0, 0, 0,212,
  59. 174,167,152,161,112, 0, 0, 0,154, 0,
  60. 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
  61. 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
  62. 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
  63. 0, 0, 0, 0, 0,183,184,185,186,187,
  64. 188,189,190,191,192,193,194, 0, 0, 0
  65. };
  66. static const struct {
  67. __s32 x;
  68. __s32 y;
  69. } hid_hat_to_axis[] = {{ 0, 0}, { 0,-1}, { 1,-1}, { 1, 0}, { 1, 1}, { 0, 1}, {-1, 1}, {-1, 0}, {-1,-1}};
  70. #define map_abs(c) do { usage->code = c; usage->type = EV_ABS; bit = input->absbit; max = ABS_MAX; } while (0)
  71. #define map_rel(c) do { usage->code = c; usage->type = EV_REL; bit = input->relbit; max = REL_MAX; } while (0)
  72. #define map_key(c) do { usage->code = c; usage->type = EV_KEY; bit = input->keybit; max = KEY_MAX; } while (0)
  73. #define map_led(c) do { usage->code = c; usage->type = EV_LED; bit = input->ledbit; max = LED_MAX; } while (0)
  74. #define map_abs_clear(c) do { map_abs(c); clear_bit(c, bit); } while (0)
  75. #define map_key_clear(c) do { map_key(c); clear_bit(c, bit); } while (0)
  76. #ifdef CONFIG_USB_HIDINPUT_POWERBOOK
  77. struct hidinput_key_translation {
  78. u16 from;
  79. u16 to;
  80. u8 flags;
  81. };
  82. #define APPLE_FLAG_FKEY 0x01
  83. static struct hidinput_key_translation apple_fn_keys[] = {
  84. { KEY_BACKSPACE, KEY_DELETE },
  85. { KEY_F1, KEY_BRIGHTNESSDOWN, APPLE_FLAG_FKEY },
  86. { KEY_F2, KEY_BRIGHTNESSUP, APPLE_FLAG_FKEY },
  87. { KEY_F3, KEY_FN_F5, APPLE_FLAG_FKEY }, /* Exposé */
  88. { KEY_F4, KEY_FN_F4, APPLE_FLAG_FKEY }, /* Dashboard */
  89. { KEY_F7, KEY_PREVIOUSSONG, APPLE_FLAG_FKEY },
  90. { KEY_F8, KEY_PLAYPAUSE, APPLE_FLAG_FKEY },
  91. { KEY_F9, KEY_NEXTSONG, APPLE_FLAG_FKEY },
  92. { KEY_F10, KEY_MUTE, APPLE_FLAG_FKEY },
  93. { KEY_F11, KEY_VOLUMEDOWN, APPLE_FLAG_FKEY },
  94. { KEY_F12, KEY_VOLUMEUP, APPLE_FLAG_FKEY },
  95. { KEY_UP, KEY_PAGEUP },
  96. { KEY_DOWN, KEY_PAGEDOWN },
  97. { KEY_LEFT, KEY_HOME },
  98. { KEY_RIGHT, KEY_END },
  99. { }
  100. };
  101. static struct hidinput_key_translation powerbook_fn_keys[] = {
  102. { KEY_BACKSPACE, KEY_DELETE },
  103. { KEY_F1, KEY_BRIGHTNESSDOWN, APPLE_FLAG_FKEY },
  104. { KEY_F2, KEY_BRIGHTNESSUP, APPLE_FLAG_FKEY },
  105. { KEY_F3, KEY_MUTE, APPLE_FLAG_FKEY },
  106. { KEY_F4, KEY_VOLUMEDOWN, APPLE_FLAG_FKEY },
  107. { KEY_F5, KEY_VOLUMEUP, APPLE_FLAG_FKEY },
  108. { KEY_F6, KEY_NUMLOCK, APPLE_FLAG_FKEY },
  109. { KEY_F7, KEY_SWITCHVIDEOMODE, APPLE_FLAG_FKEY },
  110. { KEY_F8, KEY_KBDILLUMTOGGLE, APPLE_FLAG_FKEY },
  111. { KEY_F9, KEY_KBDILLUMDOWN, APPLE_FLAG_FKEY },
  112. { KEY_F10, KEY_KBDILLUMUP, APPLE_FLAG_FKEY },
  113. { KEY_UP, KEY_PAGEUP },
  114. { KEY_DOWN, KEY_PAGEDOWN },
  115. { KEY_LEFT, KEY_HOME },
  116. { KEY_RIGHT, KEY_END },
  117. { }
  118. };
  119. static struct hidinput_key_translation powerbook_numlock_keys[] = {
  120. { KEY_J, KEY_KP1 },
  121. { KEY_K, KEY_KP2 },
  122. { KEY_L, KEY_KP3 },
  123. { KEY_U, KEY_KP4 },
  124. { KEY_I, KEY_KP5 },
  125. { KEY_O, KEY_KP6 },
  126. { KEY_7, KEY_KP7 },
  127. { KEY_8, KEY_KP8 },
  128. { KEY_9, KEY_KP9 },
  129. { KEY_M, KEY_KP0 },
  130. { KEY_DOT, KEY_KPDOT },
  131. { KEY_SLASH, KEY_KPPLUS },
  132. { KEY_SEMICOLON, KEY_KPMINUS },
  133. { KEY_P, KEY_KPASTERISK },
  134. { KEY_MINUS, KEY_KPEQUAL },
  135. { KEY_0, KEY_KPSLASH },
  136. { KEY_F6, KEY_NUMLOCK },
  137. { KEY_KPENTER, KEY_KPENTER },
  138. { KEY_BACKSPACE, KEY_BACKSPACE },
  139. { }
  140. };
  141. static struct hidinput_key_translation apple_iso_keyboard[] = {
  142. { KEY_GRAVE, KEY_102ND },
  143. { KEY_102ND, KEY_GRAVE },
  144. { }
  145. };
  146. static struct hidinput_key_translation *find_translation(struct hidinput_key_translation *table, u16 from)
  147. {
  148. struct hidinput_key_translation *trans;
  149. /* Look for the translation */
  150. for (trans = table; trans->from; trans++)
  151. if (trans->from == from)
  152. return trans;
  153. return NULL;
  154. }
  155. int hidinput_apple_event(struct hid_device *hid, struct input_dev *input,
  156. struct hid_usage *usage, __s32 value)
  157. {
  158. struct hidinput_key_translation *trans;
  159. if (usage->code == KEY_FN) {
  160. if (value) hid->quirks |= HID_QUIRK_APPLE_FN_ON;
  161. else hid->quirks &= ~HID_QUIRK_APPLE_FN_ON;
  162. input_event(input, usage->type, usage->code, value);
  163. return 1;
  164. }
  165. if (hid_apple_fnmode) {
  166. int do_translate;
  167. trans = find_translation((hid->product < 0x220 ||
  168. hid->product >= 0x300) ?
  169. powerbook_fn_keys : apple_fn_keys,
  170. usage->code);
  171. if (trans) {
  172. if (test_bit(usage->code, hid->apple_pressed_fn))
  173. do_translate = 1;
  174. else if (trans->flags & APPLE_FLAG_FKEY)
  175. do_translate =
  176. (hid_apple_fnmode == 2 && (hid->quirks & HID_QUIRK_APPLE_FN_ON)) ||
  177. (hid_apple_fnmode == 1 && !(hid->quirks & HID_QUIRK_APPLE_FN_ON));
  178. else
  179. do_translate = (hid->quirks & HID_QUIRK_APPLE_FN_ON);
  180. if (do_translate) {
  181. if (value)
  182. set_bit(usage->code, hid->apple_pressed_fn);
  183. else
  184. clear_bit(usage->code, hid->apple_pressed_fn);
  185. input_event(input, usage->type, trans->to, value);
  186. return 1;
  187. }
  188. }
  189. if (hid->quirks & HID_QUIRK_APPLE_NUMLOCK_EMULATION && (
  190. test_bit(usage->code, hid->pb_pressed_numlock) ||
  191. test_bit(LED_NUML, input->led))) {
  192. trans = find_translation(powerbook_numlock_keys, usage->code);
  193. if (trans) {
  194. if (value)
  195. set_bit(usage->code, hid->pb_pressed_numlock);
  196. else
  197. clear_bit(usage->code, hid->pb_pressed_numlock);
  198. input_event(input, usage->type, trans->to, value);
  199. }
  200. return 1;
  201. }
  202. }
  203. if (hid->quirks & HID_QUIRK_APPLE_ISO_KEYBOARD) {
  204. trans = find_translation(apple_iso_keyboard, usage->code);
  205. if (trans) {
  206. input_event(input, usage->type, trans->to, value);
  207. return 1;
  208. }
  209. }
  210. return 0;
  211. }
  212. static void hidinput_apple_setup(struct input_dev *input)
  213. {
  214. struct hidinput_key_translation *trans;
  215. set_bit(KEY_NUMLOCK, input->keybit);
  216. /* Enable all needed keys */
  217. for (trans = apple_fn_keys; trans->from; trans++)
  218. set_bit(trans->to, input->keybit);
  219. for (trans = powerbook_fn_keys; trans->from; trans++)
  220. set_bit(trans->to, input->keybit);
  221. for (trans = powerbook_numlock_keys; trans->from; trans++)
  222. set_bit(trans->to, input->keybit);
  223. for (trans = apple_iso_keyboard; trans->from; trans++)
  224. set_bit(trans->to, input->keybit);
  225. }
  226. #else
  227. inline int hidinput_apple_event(struct hid_device *hid,
  228. struct input_dev *input,
  229. struct hid_usage *usage, __s32 value)
  230. {
  231. return 0;
  232. }
  233. static inline void hidinput_apple_setup(struct input_dev *input)
  234. {
  235. }
  236. #endif
  237. static inline int match_scancode(int code, int scancode)
  238. {
  239. if (scancode == 0)
  240. return 1;
  241. return ((code & (HID_USAGE_PAGE | HID_USAGE)) == scancode);
  242. }
  243. static inline int match_keycode(int code, int keycode)
  244. {
  245. if (keycode == 0)
  246. return 1;
  247. return (code == keycode);
  248. }
  249. static struct hid_usage *hidinput_find_key(struct hid_device *hid,
  250. int scancode, int keycode)
  251. {
  252. int i, j, k;
  253. struct hid_report *report;
  254. struct hid_usage *usage;
  255. for (k = HID_INPUT_REPORT; k <= HID_OUTPUT_REPORT; k++) {
  256. list_for_each_entry(report, &hid->report_enum[k].report_list, list) {
  257. for (i = 0; i < report->maxfield; i++) {
  258. for ( j = 0; j < report->field[i]->maxusage; j++) {
  259. usage = report->field[i]->usage + j;
  260. if (usage->type == EV_KEY &&
  261. match_scancode(usage->hid, scancode) &&
  262. match_keycode(usage->code, keycode))
  263. return usage;
  264. }
  265. }
  266. }
  267. }
  268. return NULL;
  269. }
  270. static int hidinput_getkeycode(struct input_dev *dev, int scancode,
  271. int *keycode)
  272. {
  273. struct hid_device *hid = input_get_drvdata(dev);
  274. struct hid_usage *usage;
  275. usage = hidinput_find_key(hid, scancode, 0);
  276. if (usage) {
  277. *keycode = usage->code;
  278. return 0;
  279. }
  280. return -EINVAL;
  281. }
  282. static int hidinput_setkeycode(struct input_dev *dev, int scancode,
  283. int keycode)
  284. {
  285. struct hid_device *hid = input_get_drvdata(dev);
  286. struct hid_usage *usage;
  287. int old_keycode;
  288. if (keycode < 0 || keycode > KEY_MAX)
  289. return -EINVAL;
  290. usage = hidinput_find_key(hid, scancode, 0);
  291. if (usage) {
  292. old_keycode = usage->code;
  293. usage->code = keycode;
  294. clear_bit(old_keycode, dev->keybit);
  295. set_bit(usage->code, dev->keybit);
  296. dbg_hid(KERN_DEBUG "Assigned keycode %d to HID usage code %x\n", keycode, scancode);
  297. /* Set the keybit for the old keycode if the old keycode is used
  298. * by another key */
  299. if (hidinput_find_key (hid, 0, old_keycode))
  300. set_bit(old_keycode, dev->keybit);
  301. return 0;
  302. }
  303. return -EINVAL;
  304. }
  305. static void hidinput_configure_usage(struct hid_input *hidinput, struct hid_field *field,
  306. struct hid_usage *usage)
  307. {
  308. struct input_dev *input = hidinput->input;
  309. struct hid_device *device = input_get_drvdata(input);
  310. int max = 0, code, ret;
  311. unsigned long *bit = NULL;
  312. field->hidinput = hidinput;
  313. dbg_hid("Mapping: ");
  314. hid_resolv_usage(usage->hid);
  315. dbg_hid_line(" ---> ");
  316. if (field->flags & HID_MAIN_ITEM_CONSTANT)
  317. goto ignore;
  318. /* only LED usages are supported in output fields */
  319. if (field->report_type == HID_OUTPUT_REPORT &&
  320. (usage->hid & HID_USAGE_PAGE) != HID_UP_LED) {
  321. dbg_hid_line(" [non-LED output field] ");
  322. goto ignore;
  323. }
  324. /* handle input mappings for quirky devices */
  325. ret = hidinput_mapping_quirks(usage, input, &bit, &max);
  326. if (ret)
  327. goto mapped;
  328. switch (usage->hid & HID_USAGE_PAGE) {
  329. case HID_UP_UNDEFINED:
  330. goto ignore;
  331. case HID_UP_KEYBOARD:
  332. set_bit(EV_REP, input->evbit);
  333. if ((usage->hid & HID_USAGE) < 256) {
  334. if (!hid_keyboard[usage->hid & HID_USAGE]) goto ignore;
  335. map_key_clear(hid_keyboard[usage->hid & HID_USAGE]);
  336. } else
  337. map_key(KEY_UNKNOWN);
  338. break;
  339. case HID_UP_BUTTON:
  340. code = ((usage->hid - 1) & 0xf);
  341. switch (field->application) {
  342. case HID_GD_MOUSE:
  343. case HID_GD_POINTER: code += 0x110; break;
  344. case HID_GD_JOYSTICK: code += 0x120; break;
  345. case HID_GD_GAMEPAD: code += 0x130; break;
  346. default:
  347. switch (field->physical) {
  348. case HID_GD_MOUSE:
  349. case HID_GD_POINTER: code += 0x110; break;
  350. case HID_GD_JOYSTICK: code += 0x120; break;
  351. case HID_GD_GAMEPAD: code += 0x130; break;
  352. default: code += 0x100;
  353. }
  354. }
  355. /* Special handling for Logitech Cordless Desktop */
  356. if (field->application != HID_GD_MOUSE) {
  357. if (device->quirks & HID_QUIRK_LOGITECH_EXPANDED_KEYMAP) {
  358. int hid = usage->hid & HID_USAGE;
  359. if (hid < LOGITECH_EXPANDED_KEYMAP_SIZE && logitech_expanded_keymap[hid] != 0)
  360. code = logitech_expanded_keymap[hid];
  361. }
  362. } else {
  363. if (device->quirks & HID_QUIRK_LOGITECH_IGNORE_DOUBLED_WHEEL) {
  364. int hid = usage->hid & HID_USAGE;
  365. if (hid == 7 || hid == 8)
  366. goto ignore;
  367. }
  368. }
  369. map_key(code);
  370. break;
  371. case HID_UP_SIMULATION:
  372. switch (usage->hid & 0xffff) {
  373. case 0xba: map_abs(ABS_RUDDER); break;
  374. case 0xbb: map_abs(ABS_THROTTLE); break;
  375. case 0xc4: map_abs(ABS_GAS); break;
  376. case 0xc5: map_abs(ABS_BRAKE); break;
  377. case 0xc8: map_abs(ABS_WHEEL); break;
  378. default: goto ignore;
  379. }
  380. break;
  381. case HID_UP_GENDESK:
  382. if ((usage->hid & 0xf0) == 0x80) { /* SystemControl */
  383. switch (usage->hid & 0xf) {
  384. case 0x1: map_key_clear(KEY_POWER); break;
  385. case 0x2: map_key_clear(KEY_SLEEP); break;
  386. case 0x3: map_key_clear(KEY_WAKEUP); break;
  387. default: goto unknown;
  388. }
  389. break;
  390. }
  391. if ((usage->hid & 0xf0) == 0x90) { /* D-pad */
  392. switch (usage->hid) {
  393. case HID_GD_UP: usage->hat_dir = 1; break;
  394. case HID_GD_DOWN: usage->hat_dir = 5; break;
  395. case HID_GD_RIGHT: usage->hat_dir = 3; break;
  396. case HID_GD_LEFT: usage->hat_dir = 7; break;
  397. default: goto unknown;
  398. }
  399. if (field->dpad) {
  400. map_abs(field->dpad);
  401. goto ignore;
  402. }
  403. map_abs(ABS_HAT0X);
  404. break;
  405. }
  406. switch (usage->hid) {
  407. /* These usage IDs map directly to the usage codes. */
  408. case HID_GD_X: case HID_GD_Y: case HID_GD_Z:
  409. case HID_GD_RX: case HID_GD_RY: case HID_GD_RZ:
  410. case HID_GD_SLIDER: case HID_GD_DIAL: case HID_GD_WHEEL:
  411. if (field->flags & HID_MAIN_ITEM_RELATIVE)
  412. map_rel(usage->hid & 0xf);
  413. else
  414. map_abs(usage->hid & 0xf);
  415. break;
  416. case HID_GD_HATSWITCH:
  417. usage->hat_min = field->logical_minimum;
  418. usage->hat_max = field->logical_maximum;
  419. map_abs(ABS_HAT0X);
  420. break;
  421. case HID_GD_START: map_key_clear(BTN_START); break;
  422. case HID_GD_SELECT: map_key_clear(BTN_SELECT); break;
  423. default: goto unknown;
  424. }
  425. break;
  426. case HID_UP_LED:
  427. switch (usage->hid & 0xffff) { /* HID-Value: */
  428. case 0x01: map_led (LED_NUML); break; /* "Num Lock" */
  429. case 0x02: map_led (LED_CAPSL); break; /* "Caps Lock" */
  430. case 0x03: map_led (LED_SCROLLL); break; /* "Scroll Lock" */
  431. case 0x04: map_led (LED_COMPOSE); break; /* "Compose" */
  432. case 0x05: map_led (LED_KANA); break; /* "Kana" */
  433. case 0x27: map_led (LED_SLEEP); break; /* "Stand-By" */
  434. case 0x4c: map_led (LED_SUSPEND); break; /* "System Suspend" */
  435. case 0x09: map_led (LED_MUTE); break; /* "Mute" */
  436. case 0x4b: map_led (LED_MISC); break; /* "Generic Indicator" */
  437. case 0x19: map_led (LED_MAIL); break; /* "Message Waiting" */
  438. case 0x4d: map_led (LED_CHARGING); break; /* "External Power Connected" */
  439. default: goto ignore;
  440. }
  441. break;
  442. case HID_UP_DIGITIZER:
  443. switch (usage->hid & 0xff) {
  444. case 0x30: /* TipPressure */
  445. if (!test_bit(BTN_TOUCH, input->keybit)) {
  446. device->quirks |= HID_QUIRK_NOTOUCH;
  447. set_bit(EV_KEY, input->evbit);
  448. set_bit(BTN_TOUCH, input->keybit);
  449. }
  450. map_abs_clear(ABS_PRESSURE);
  451. break;
  452. case 0x32: /* InRange */
  453. switch (field->physical & 0xff) {
  454. case 0x21: map_key(BTN_TOOL_MOUSE); break;
  455. case 0x22: map_key(BTN_TOOL_FINGER); break;
  456. default: map_key(BTN_TOOL_PEN); break;
  457. }
  458. break;
  459. case 0x3c: /* Invert */
  460. map_key_clear(BTN_TOOL_RUBBER);
  461. break;
  462. case 0x33: /* Touch */
  463. case 0x42: /* TipSwitch */
  464. case 0x43: /* TipSwitch2 */
  465. device->quirks &= ~HID_QUIRK_NOTOUCH;
  466. map_key_clear(BTN_TOUCH);
  467. break;
  468. case 0x44: /* BarrelSwitch */
  469. map_key_clear(BTN_STYLUS);
  470. break;
  471. default: goto unknown;
  472. }
  473. break;
  474. case HID_UP_CONSUMER: /* USB HUT v1.1, pages 56-62 */
  475. switch (usage->hid & HID_USAGE) {
  476. case 0x000: goto ignore;
  477. case 0x034: map_key_clear(KEY_SLEEP); break;
  478. case 0x036: map_key_clear(BTN_MISC); break;
  479. case 0x040: map_key_clear(KEY_MENU); break;
  480. case 0x045: map_key_clear(KEY_RADIO); break;
  481. case 0x083: map_key_clear(KEY_LAST); break;
  482. case 0x088: map_key_clear(KEY_PC); break;
  483. case 0x089: map_key_clear(KEY_TV); break;
  484. case 0x08a: map_key_clear(KEY_WWW); break;
  485. case 0x08b: map_key_clear(KEY_DVD); break;
  486. case 0x08c: map_key_clear(KEY_PHONE); break;
  487. case 0x08d: map_key_clear(KEY_PROGRAM); break;
  488. case 0x08e: map_key_clear(KEY_VIDEOPHONE); break;
  489. case 0x08f: map_key_clear(KEY_GAMES); break;
  490. case 0x090: map_key_clear(KEY_MEMO); break;
  491. case 0x091: map_key_clear(KEY_CD); break;
  492. case 0x092: map_key_clear(KEY_VCR); break;
  493. case 0x093: map_key_clear(KEY_TUNER); break;
  494. case 0x094: map_key_clear(KEY_EXIT); break;
  495. case 0x095: map_key_clear(KEY_HELP); break;
  496. case 0x096: map_key_clear(KEY_TAPE); break;
  497. case 0x097: map_key_clear(KEY_TV2); break;
  498. case 0x098: map_key_clear(KEY_SAT); break;
  499. case 0x09a: map_key_clear(KEY_PVR); break;
  500. case 0x09c: map_key_clear(KEY_CHANNELUP); break;
  501. case 0x09d: map_key_clear(KEY_CHANNELDOWN); break;
  502. case 0x0a0: map_key_clear(KEY_VCR2); break;
  503. case 0x0b0: map_key_clear(KEY_PLAY); break;
  504. case 0x0b1: map_key_clear(KEY_PAUSE); break;
  505. case 0x0b2: map_key_clear(KEY_RECORD); break;
  506. case 0x0b3: map_key_clear(KEY_FASTFORWARD); break;
  507. case 0x0b4: map_key_clear(KEY_REWIND); break;
  508. case 0x0b5: map_key_clear(KEY_NEXTSONG); break;
  509. case 0x0b6: map_key_clear(KEY_PREVIOUSSONG); break;
  510. case 0x0b7: map_key_clear(KEY_STOPCD); break;
  511. case 0x0b8: map_key_clear(KEY_EJECTCD); break;
  512. case 0x0cd: map_key_clear(KEY_PLAYPAUSE); break;
  513. case 0x0e0: map_abs_clear(ABS_VOLUME); break;
  514. case 0x0e2: map_key_clear(KEY_MUTE); break;
  515. case 0x0e5: map_key_clear(KEY_BASSBOOST); break;
  516. case 0x0e9: map_key_clear(KEY_VOLUMEUP); break;
  517. case 0x0ea: map_key_clear(KEY_VOLUMEDOWN); break;
  518. case 0x182: map_key_clear(KEY_BOOKMARKS); break;
  519. case 0x183: map_key_clear(KEY_CONFIG); break;
  520. case 0x184: map_key_clear(KEY_WORDPROCESSOR); break;
  521. case 0x185: map_key_clear(KEY_EDITOR); break;
  522. case 0x186: map_key_clear(KEY_SPREADSHEET); break;
  523. case 0x187: map_key_clear(KEY_GRAPHICSEDITOR); break;
  524. case 0x188: map_key_clear(KEY_PRESENTATION); break;
  525. case 0x189: map_key_clear(KEY_DATABASE); break;
  526. case 0x18a: map_key_clear(KEY_MAIL); break;
  527. case 0x18b: map_key_clear(KEY_NEWS); break;
  528. case 0x18c: map_key_clear(KEY_VOICEMAIL); break;
  529. case 0x18d: map_key_clear(KEY_ADDRESSBOOK); break;
  530. case 0x18e: map_key_clear(KEY_CALENDAR); break;
  531. case 0x191: map_key_clear(KEY_FINANCE); break;
  532. case 0x192: map_key_clear(KEY_CALC); break;
  533. case 0x194: map_key_clear(KEY_FILE); break;
  534. case 0x196: map_key_clear(KEY_WWW); break;
  535. case 0x19c: map_key_clear(KEY_LOGOFF); break;
  536. case 0x19e: map_key_clear(KEY_COFFEE); break;
  537. case 0x1a6: map_key_clear(KEY_HELP); break;
  538. case 0x1a7: map_key_clear(KEY_DOCUMENTS); break;
  539. case 0x1ab: map_key_clear(KEY_SPELLCHECK); break;
  540. case 0x1b6: map_key_clear(KEY_MEDIA); break;
  541. case 0x1b7: map_key_clear(KEY_SOUND); break;
  542. case 0x1bc: map_key_clear(KEY_MESSENGER); break;
  543. case 0x1bd: map_key_clear(KEY_INFO); break;
  544. case 0x201: map_key_clear(KEY_NEW); break;
  545. case 0x202: map_key_clear(KEY_OPEN); break;
  546. case 0x203: map_key_clear(KEY_CLOSE); break;
  547. case 0x204: map_key_clear(KEY_EXIT); break;
  548. case 0x207: map_key_clear(KEY_SAVE); break;
  549. case 0x208: map_key_clear(KEY_PRINT); break;
  550. case 0x209: map_key_clear(KEY_PROPS); break;
  551. case 0x21a: map_key_clear(KEY_UNDO); break;
  552. case 0x21b: map_key_clear(KEY_COPY); break;
  553. case 0x21c: map_key_clear(KEY_CUT); break;
  554. case 0x21d: map_key_clear(KEY_PASTE); break;
  555. case 0x21f: map_key_clear(KEY_FIND); break;
  556. case 0x221: map_key_clear(KEY_SEARCH); break;
  557. case 0x222: map_key_clear(KEY_GOTO); break;
  558. case 0x223: map_key_clear(KEY_HOMEPAGE); break;
  559. case 0x224: map_key_clear(KEY_BACK); break;
  560. case 0x225: map_key_clear(KEY_FORWARD); break;
  561. case 0x226: map_key_clear(KEY_STOP); break;
  562. case 0x227: map_key_clear(KEY_REFRESH); break;
  563. case 0x22a: map_key_clear(KEY_BOOKMARKS); break;
  564. case 0x22d: map_key_clear(KEY_ZOOMIN); break;
  565. case 0x22e: map_key_clear(KEY_ZOOMOUT); break;
  566. case 0x22f: map_key_clear(KEY_ZOOMRESET); break;
  567. case 0x233: map_key_clear(KEY_SCROLLUP); break;
  568. case 0x234: map_key_clear(KEY_SCROLLDOWN); break;
  569. case 0x238: map_rel(REL_HWHEEL); break;
  570. case 0x25f: map_key_clear(KEY_CANCEL); break;
  571. case 0x279: map_key_clear(KEY_REDO); break;
  572. case 0x289: map_key_clear(KEY_REPLY); break;
  573. case 0x28b: map_key_clear(KEY_FORWARDMAIL); break;
  574. case 0x28c: map_key_clear(KEY_SEND); break;
  575. default: goto ignore;
  576. }
  577. break;
  578. case HID_UP_HPVENDOR: /* Reported on a Dutch layout HP5308 */
  579. set_bit(EV_REP, input->evbit);
  580. switch (usage->hid & HID_USAGE) {
  581. case 0x021: map_key_clear(KEY_PRINT); break;
  582. case 0x070: map_key_clear(KEY_HP); break;
  583. case 0x071: map_key_clear(KEY_CAMERA); break;
  584. case 0x072: map_key_clear(KEY_SOUND); break;
  585. case 0x073: map_key_clear(KEY_QUESTION); break;
  586. case 0x080: map_key_clear(KEY_EMAIL); break;
  587. case 0x081: map_key_clear(KEY_CHAT); break;
  588. case 0x082: map_key_clear(KEY_SEARCH); break;
  589. case 0x083: map_key_clear(KEY_CONNECT); break;
  590. case 0x084: map_key_clear(KEY_FINANCE); break;
  591. case 0x085: map_key_clear(KEY_SPORT); break;
  592. case 0x086: map_key_clear(KEY_SHOP); break;
  593. default: goto ignore;
  594. }
  595. break;
  596. case HID_UP_MSVENDOR:
  597. goto ignore;
  598. case HID_UP_CUSTOM: /* Reported on Logitech and Apple USB keyboards */
  599. set_bit(EV_REP, input->evbit);
  600. switch(usage->hid & HID_USAGE) {
  601. case 0x003:
  602. /* The fn key on Apple USB keyboards */
  603. map_key_clear(KEY_FN);
  604. hidinput_apple_setup(input);
  605. break;
  606. default: goto ignore;
  607. }
  608. break;
  609. case HID_UP_LOGIVENDOR:
  610. goto ignore;
  611. case HID_UP_PID:
  612. switch(usage->hid & HID_USAGE) {
  613. case 0xa4: map_key_clear(BTN_DEAD); break;
  614. default: goto ignore;
  615. }
  616. break;
  617. default:
  618. unknown:
  619. if (field->report_size == 1) {
  620. if (field->report->type == HID_OUTPUT_REPORT) {
  621. map_led(LED_MISC);
  622. break;
  623. }
  624. map_key(BTN_MISC);
  625. break;
  626. }
  627. if (field->flags & HID_MAIN_ITEM_RELATIVE) {
  628. map_rel(REL_MISC);
  629. break;
  630. }
  631. map_abs(ABS_MISC);
  632. break;
  633. }
  634. mapped:
  635. if (device->quirks & HID_QUIRK_MIGHTYMOUSE) {
  636. if (usage->hid == HID_GD_Z)
  637. map_rel(REL_HWHEEL);
  638. else if (usage->code == BTN_1)
  639. map_key(BTN_2);
  640. else if (usage->code == BTN_2)
  641. map_key(BTN_1);
  642. }
  643. if ((device->quirks & (HID_QUIRK_2WHEEL_MOUSE_HACK_7 | HID_QUIRK_2WHEEL_MOUSE_HACK_5 |
  644. HID_QUIRK_2WHEEL_MOUSE_HACK_B8)) && (usage->type == EV_REL) &&
  645. (usage->code == REL_WHEEL))
  646. set_bit(REL_HWHEEL, bit);
  647. if (((device->quirks & HID_QUIRK_2WHEEL_MOUSE_HACK_5) && (usage->hid == 0x00090005))
  648. || ((device->quirks & HID_QUIRK_2WHEEL_MOUSE_HACK_7) && (usage->hid == 0x00090007)))
  649. goto ignore;
  650. if ((device->quirks & HID_QUIRK_BAD_RELATIVE_KEYS) &&
  651. usage->type == EV_KEY && (field->flags & HID_MAIN_ITEM_RELATIVE))
  652. field->flags &= ~HID_MAIN_ITEM_RELATIVE;
  653. set_bit(usage->type, input->evbit);
  654. if (device->quirks & HID_QUIRK_DUPLICATE_USAGES &&
  655. (usage->type == EV_KEY ||
  656. usage->type == EV_REL ||
  657. usage->type == EV_ABS))
  658. clear_bit(usage->code, bit);
  659. while (usage->code <= max && test_and_set_bit(usage->code, bit))
  660. usage->code = find_next_zero_bit(bit, max + 1, usage->code);
  661. if (usage->code > max)
  662. goto ignore;
  663. if (usage->type == EV_ABS) {
  664. int a = field->logical_minimum;
  665. int b = field->logical_maximum;
  666. if ((device->quirks & HID_QUIRK_BADPAD) && (usage->code == ABS_X || usage->code == ABS_Y)) {
  667. a = field->logical_minimum = 0;
  668. b = field->logical_maximum = 255;
  669. }
  670. if (field->application == HID_GD_GAMEPAD || field->application == HID_GD_JOYSTICK)
  671. input_set_abs_params(input, usage->code, a, b, (b - a) >> 8, (b - a) >> 4);
  672. else input_set_abs_params(input, usage->code, a, b, 0, 0);
  673. }
  674. if (usage->type == EV_ABS &&
  675. (usage->hat_min < usage->hat_max || usage->hat_dir)) {
  676. int i;
  677. for (i = usage->code; i < usage->code + 2 && i <= max; i++) {
  678. input_set_abs_params(input, i, -1, 1, 0, 0);
  679. set_bit(i, input->absbit);
  680. }
  681. if (usage->hat_dir && !field->dpad)
  682. field->dpad = usage->code;
  683. }
  684. /* for those devices which produce Consumer volume usage as relative,
  685. * we emulate pressing volumeup/volumedown appropriate number of times
  686. * in hidinput_hid_event()
  687. */
  688. if ((usage->type == EV_ABS) && (field->flags & HID_MAIN_ITEM_RELATIVE) &&
  689. (usage->code == ABS_VOLUME)) {
  690. set_bit(KEY_VOLUMEUP, input->keybit);
  691. set_bit(KEY_VOLUMEDOWN, input->keybit);
  692. }
  693. if (usage->type == EV_KEY) {
  694. set_bit(EV_MSC, input->evbit);
  695. set_bit(MSC_SCAN, input->mscbit);
  696. }
  697. hid_resolv_event(usage->type, usage->code);
  698. dbg_hid_line("\n");
  699. return;
  700. ignore:
  701. dbg_hid_line("IGNORED\n");
  702. return;
  703. }
  704. void hidinput_hid_event(struct hid_device *hid, struct hid_field *field, struct hid_usage *usage, __s32 value)
  705. {
  706. struct input_dev *input;
  707. unsigned *quirks = &hid->quirks;
  708. if (!field->hidinput)
  709. return;
  710. input = field->hidinput->input;
  711. if (!usage->type)
  712. return;
  713. /* handle input events for quirky devices */
  714. if (hidinput_event_quirks(hid, field, usage, value))
  715. return;
  716. if (usage->hat_min < usage->hat_max || usage->hat_dir) {
  717. int hat_dir = usage->hat_dir;
  718. if (!hat_dir)
  719. hat_dir = (value - usage->hat_min) * 8 / (usage->hat_max - usage->hat_min + 1) + 1;
  720. if (hat_dir < 0 || hat_dir > 8) hat_dir = 0;
  721. input_event(input, usage->type, usage->code , hid_hat_to_axis[hat_dir].x);
  722. input_event(input, usage->type, usage->code + 1, hid_hat_to_axis[hat_dir].y);
  723. return;
  724. }
  725. if (usage->hid == (HID_UP_DIGITIZER | 0x003c)) { /* Invert */
  726. *quirks = value ? (*quirks | HID_QUIRK_INVERT) : (*quirks & ~HID_QUIRK_INVERT);
  727. return;
  728. }
  729. if (usage->hid == (HID_UP_DIGITIZER | 0x0032)) { /* InRange */
  730. if (value) {
  731. input_event(input, usage->type, (*quirks & HID_QUIRK_INVERT) ? BTN_TOOL_RUBBER : usage->code, 1);
  732. return;
  733. }
  734. input_event(input, usage->type, usage->code, 0);
  735. input_event(input, usage->type, BTN_TOOL_RUBBER, 0);
  736. return;
  737. }
  738. if (usage->hid == (HID_UP_DIGITIZER | 0x0030) && (*quirks & HID_QUIRK_NOTOUCH)) { /* Pressure */
  739. int a = field->logical_minimum;
  740. int b = field->logical_maximum;
  741. input_event(input, EV_KEY, BTN_TOUCH, value > a + ((b - a) >> 3));
  742. }
  743. if (usage->hid == (HID_UP_PID | 0x83UL)) { /* Simultaneous Effects Max */
  744. dbg_hid("Maximum Effects - %d\n",value);
  745. return;
  746. }
  747. if (usage->hid == (HID_UP_PID | 0x7fUL)) {
  748. dbg_hid("PID Pool Report\n");
  749. return;
  750. }
  751. if ((usage->type == EV_KEY) && (usage->code == 0)) /* Key 0 is "unassigned", not KEY_UNKNOWN */
  752. return;
  753. if ((usage->type == EV_ABS) && (field->flags & HID_MAIN_ITEM_RELATIVE) &&
  754. (usage->code == ABS_VOLUME)) {
  755. int count = abs(value);
  756. int direction = value > 0 ? KEY_VOLUMEUP : KEY_VOLUMEDOWN;
  757. int i;
  758. for (i = 0; i < count; i++) {
  759. input_event(input, EV_KEY, direction, 1);
  760. input_sync(input);
  761. input_event(input, EV_KEY, direction, 0);
  762. input_sync(input);
  763. }
  764. return;
  765. }
  766. /* report the usage code as scancode if the key status has changed */
  767. if (usage->type == EV_KEY && !!test_bit(usage->code, input->key) != value)
  768. input_event(input, EV_MSC, MSC_SCAN, usage->hid);
  769. input_event(input, usage->type, usage->code, value);
  770. if ((field->flags & HID_MAIN_ITEM_RELATIVE) && (usage->type == EV_KEY))
  771. input_event(input, usage->type, usage->code, 0);
  772. }
  773. void hidinput_report_event(struct hid_device *hid, struct hid_report *report)
  774. {
  775. struct hid_input *hidinput;
  776. list_for_each_entry(hidinput, &hid->inputs, list)
  777. input_sync(hidinput->input);
  778. }
  779. EXPORT_SYMBOL_GPL(hidinput_report_event);
  780. int hidinput_find_field(struct hid_device *hid, unsigned int type, unsigned int code, struct hid_field **field)
  781. {
  782. struct hid_report *report;
  783. int i, j;
  784. list_for_each_entry(report, &hid->report_enum[HID_OUTPUT_REPORT].report_list, list) {
  785. for (i = 0; i < report->maxfield; i++) {
  786. *field = report->field[i];
  787. for (j = 0; j < (*field)->maxusage; j++)
  788. if ((*field)->usage[j].type == type && (*field)->usage[j].code == code)
  789. return j;
  790. }
  791. }
  792. return -1;
  793. }
  794. EXPORT_SYMBOL_GPL(hidinput_find_field);
  795. static int hidinput_open(struct input_dev *dev)
  796. {
  797. struct hid_device *hid = input_get_drvdata(dev);
  798. return hid->hid_open(hid);
  799. }
  800. static void hidinput_close(struct input_dev *dev)
  801. {
  802. struct hid_device *hid = input_get_drvdata(dev);
  803. hid->hid_close(hid);
  804. }
  805. /*
  806. * Register the input device; print a message.
  807. * Configure the input layer interface
  808. * Read all reports and initialize the absolute field values.
  809. */
  810. int hidinput_connect(struct hid_device *hid)
  811. {
  812. struct hid_report *report;
  813. struct hid_input *hidinput = NULL;
  814. struct input_dev *input_dev;
  815. int i, j, k;
  816. int max_report_type = HID_OUTPUT_REPORT;
  817. if (hid->quirks & HID_QUIRK_IGNORE_HIDINPUT)
  818. return -1;
  819. INIT_LIST_HEAD(&hid->inputs);
  820. for (i = 0; i < hid->maxcollection; i++)
  821. if (hid->collection[i].type == HID_COLLECTION_APPLICATION ||
  822. hid->collection[i].type == HID_COLLECTION_PHYSICAL)
  823. if (IS_INPUT_APPLICATION(hid->collection[i].usage))
  824. break;
  825. if (i == hid->maxcollection && (hid->quirks & HID_QUIRK_HIDINPUT) == 0)
  826. return -1;
  827. if (hid->quirks & HID_QUIRK_SKIP_OUTPUT_REPORTS)
  828. max_report_type = HID_INPUT_REPORT;
  829. for (k = HID_INPUT_REPORT; k <= max_report_type; k++)
  830. list_for_each_entry(report, &hid->report_enum[k].report_list, list) {
  831. if (!report->maxfield)
  832. continue;
  833. if (!hidinput) {
  834. hidinput = kzalloc(sizeof(*hidinput), GFP_KERNEL);
  835. input_dev = input_allocate_device();
  836. if (!hidinput || !input_dev) {
  837. kfree(hidinput);
  838. input_free_device(input_dev);
  839. err_hid("Out of memory during hid input probe");
  840. goto out_unwind;
  841. }
  842. input_set_drvdata(input_dev, hid);
  843. input_dev->event = hid->hidinput_input_event;
  844. input_dev->open = hidinput_open;
  845. input_dev->close = hidinput_close;
  846. input_dev->setkeycode = hidinput_setkeycode;
  847. input_dev->getkeycode = hidinput_getkeycode;
  848. input_dev->name = hid->name;
  849. input_dev->phys = hid->phys;
  850. input_dev->uniq = hid->uniq;
  851. input_dev->id.bustype = hid->bus;
  852. input_dev->id.vendor = hid->vendor;
  853. input_dev->id.product = hid->product;
  854. input_dev->id.version = hid->version;
  855. input_dev->dev.parent = hid->dev;
  856. hidinput->input = input_dev;
  857. list_add_tail(&hidinput->list, &hid->inputs);
  858. }
  859. for (i = 0; i < report->maxfield; i++)
  860. for (j = 0; j < report->field[i]->maxusage; j++)
  861. hidinput_configure_usage(hidinput, report->field[i],
  862. report->field[i]->usage + j);
  863. if (hid->quirks & HID_QUIRK_MULTI_INPUT) {
  864. /* This will leave hidinput NULL, so that it
  865. * allocates another one if we have more inputs on
  866. * the same interface. Some devices (e.g. Happ's
  867. * UGCI) cram a lot of unrelated inputs into the
  868. * same interface. */
  869. hidinput->report = report;
  870. if (input_register_device(hidinput->input))
  871. goto out_cleanup;
  872. hidinput = NULL;
  873. }
  874. }
  875. if (hidinput && input_register_device(hidinput->input))
  876. goto out_cleanup;
  877. return 0;
  878. out_cleanup:
  879. input_free_device(hidinput->input);
  880. kfree(hidinput);
  881. out_unwind:
  882. /* unwind the ones we already registered */
  883. hidinput_disconnect(hid);
  884. return -1;
  885. }
  886. EXPORT_SYMBOL_GPL(hidinput_connect);
  887. void hidinput_disconnect(struct hid_device *hid)
  888. {
  889. struct hid_input *hidinput, *next;
  890. list_for_each_entry_safe(hidinput, next, &hid->inputs, list) {
  891. list_del(&hidinput->list);
  892. input_unregister_device(hidinput->input);
  893. kfree(hidinput);
  894. }
  895. }
  896. EXPORT_SYMBOL_GPL(hidinput_disconnect);