hid-input.c 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868
  1. /*
  2. * $Id: hid-input.c,v 1.2 2002/04/23 00:59:25 rdamazio Exp $
  3. *
  4. * Copyright (c) 2000-2001 Vojtech Pavlik
  5. *
  6. * USB HID to Linux Input mapping
  7. */
  8. /*
  9. * This program is free software; you can redistribute it and/or modify
  10. * it under the terms of the GNU General Public License as published by
  11. * the Free Software Foundation; either version 2 of the License, or
  12. * (at your option) any later version.
  13. *
  14. * This program is distributed in the hope that it will be useful,
  15. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  16. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  17. * GNU General Public License for more details.
  18. *
  19. * You should have received a copy of the GNU General Public License
  20. * along with this program; if not, write to the Free Software
  21. * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
  22. *
  23. * Should you need to contact me, the author, you can do so either by
  24. * e-mail - mail your message to <vojtech@ucw.cz>, or by paper mail:
  25. * Vojtech Pavlik, Simunkova 1594, Prague 8, 182 00 Czech Republic
  26. */
  27. #include <linux/module.h>
  28. #include <linux/slab.h>
  29. #include <linux/kernel.h>
  30. #include <linux/usb/input.h>
  31. #undef DEBUG
  32. #include "hid.h"
  33. #define unk KEY_UNKNOWN
  34. static const unsigned char hid_keyboard[256] = {
  35. 0, 0, 0, 0, 30, 48, 46, 32, 18, 33, 34, 35, 23, 36, 37, 38,
  36. 50, 49, 24, 25, 16, 19, 31, 20, 22, 47, 17, 45, 21, 44, 2, 3,
  37. 4, 5, 6, 7, 8, 9, 10, 11, 28, 1, 14, 15, 57, 12, 13, 26,
  38. 27, 43, 43, 39, 40, 41, 51, 52, 53, 58, 59, 60, 61, 62, 63, 64,
  39. 65, 66, 67, 68, 87, 88, 99, 70,119,110,102,104,111,107,109,106,
  40. 105,108,103, 69, 98, 55, 74, 78, 96, 79, 80, 81, 75, 76, 77, 71,
  41. 72, 73, 82, 83, 86,127,116,117,183,184,185,186,187,188,189,190,
  42. 191,192,193,194,134,138,130,132,128,129,131,137,133,135,136,113,
  43. 115,114,unk,unk,unk,121,unk, 89, 93,124, 92, 94, 95,unk,unk,unk,
  44. 122,123, 90, 91, 85,unk,unk,unk,unk,unk,unk,unk,unk,unk,unk,unk,
  45. unk,unk,unk,unk,unk,unk,unk,unk,unk,unk,unk,unk,unk,unk,unk,unk,
  46. unk,unk,unk,unk,unk,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,unk,unk,unk,unk,unk,unk,unk,unk,unk,unk,
  49. 29, 42, 56,125, 97, 54,100,126,164,166,165,163,161,115,114,113,
  50. 150,158,159,128,136,177,178,176,142,152,173,140,unk,unk,unk,unk
  51. };
  52. static const struct {
  53. __s32 x;
  54. __s32 y;
  55. } hid_hat_to_axis[] = {{ 0, 0}, { 0,-1}, { 1,-1}, { 1, 0}, { 1, 1}, { 0, 1}, {-1, 1}, {-1, 0}, {-1,-1}};
  56. #define map_abs(c) do { usage->code = c; usage->type = EV_ABS; bit = input->absbit; max = ABS_MAX; } while (0)
  57. #define map_rel(c) do { usage->code = c; usage->type = EV_REL; bit = input->relbit; max = REL_MAX; } while (0)
  58. #define map_key(c) do { usage->code = c; usage->type = EV_KEY; bit = input->keybit; max = KEY_MAX; } while (0)
  59. #define map_led(c) do { usage->code = c; usage->type = EV_LED; bit = input->ledbit; max = LED_MAX; } while (0)
  60. #define map_abs_clear(c) do { map_abs(c); clear_bit(c, bit); } while (0)
  61. #define map_key_clear(c) do { map_key(c); clear_bit(c, bit); } while (0)
  62. #ifdef CONFIG_USB_HIDINPUT_POWERBOOK
  63. struct hidinput_key_translation {
  64. u16 from;
  65. u16 to;
  66. u8 flags;
  67. };
  68. #define POWERBOOK_FLAG_FKEY 0x01
  69. static struct hidinput_key_translation powerbook_fn_keys[] = {
  70. { KEY_BACKSPACE, KEY_DELETE },
  71. { KEY_F1, KEY_BRIGHTNESSDOWN, POWERBOOK_FLAG_FKEY },
  72. { KEY_F2, KEY_BRIGHTNESSUP, POWERBOOK_FLAG_FKEY },
  73. { KEY_F3, KEY_MUTE, POWERBOOK_FLAG_FKEY },
  74. { KEY_F4, KEY_VOLUMEDOWN, POWERBOOK_FLAG_FKEY },
  75. { KEY_F5, KEY_VOLUMEUP, POWERBOOK_FLAG_FKEY },
  76. { KEY_F6, KEY_NUMLOCK, POWERBOOK_FLAG_FKEY },
  77. { KEY_F7, KEY_SWITCHVIDEOMODE, POWERBOOK_FLAG_FKEY },
  78. { KEY_F8, KEY_KBDILLUMTOGGLE, POWERBOOK_FLAG_FKEY },
  79. { KEY_F9, KEY_KBDILLUMDOWN, POWERBOOK_FLAG_FKEY },
  80. { KEY_F10, KEY_KBDILLUMUP, POWERBOOK_FLAG_FKEY },
  81. { KEY_UP, KEY_PAGEUP },
  82. { KEY_DOWN, KEY_PAGEDOWN },
  83. { KEY_LEFT, KEY_HOME },
  84. { KEY_RIGHT, KEY_END },
  85. { }
  86. };
  87. static struct hidinput_key_translation powerbook_numlock_keys[] = {
  88. { KEY_J, KEY_KP1 },
  89. { KEY_K, KEY_KP2 },
  90. { KEY_L, KEY_KP3 },
  91. { KEY_U, KEY_KP4 },
  92. { KEY_I, KEY_KP5 },
  93. { KEY_O, KEY_KP6 },
  94. { KEY_7, KEY_KP7 },
  95. { KEY_8, KEY_KP8 },
  96. { KEY_9, KEY_KP9 },
  97. { KEY_M, KEY_KP0 },
  98. { KEY_DOT, KEY_KPDOT },
  99. { KEY_SLASH, KEY_KPPLUS },
  100. { KEY_SEMICOLON, KEY_KPMINUS },
  101. { KEY_P, KEY_KPASTERISK },
  102. { KEY_MINUS, KEY_KPEQUAL },
  103. { KEY_0, KEY_KPSLASH },
  104. { KEY_F6, KEY_NUMLOCK },
  105. { KEY_KPENTER, KEY_KPENTER },
  106. { KEY_BACKSPACE, KEY_BACKSPACE },
  107. { }
  108. };
  109. static struct hidinput_key_translation powerbook_iso_keyboard[] = {
  110. { KEY_GRAVE, KEY_102ND },
  111. { KEY_102ND, KEY_GRAVE },
  112. { }
  113. };
  114. static int usbhid_pb_fnmode = 1;
  115. module_param_named(pb_fnmode, usbhid_pb_fnmode, int, 0644);
  116. MODULE_PARM_DESC(pb_fnmode,
  117. "Mode of fn key on PowerBooks (0 = disabled, 1 = fkeyslast, 2 = fkeysfirst)");
  118. static struct hidinput_key_translation *find_translation(struct hidinput_key_translation *table, u16 from)
  119. {
  120. struct hidinput_key_translation *trans;
  121. /* Look for the translation */
  122. for (trans = table; trans->from; trans++)
  123. if (trans->from == from)
  124. return trans;
  125. return NULL;
  126. }
  127. static int hidinput_pb_event(struct hid_device *hid, struct input_dev *input,
  128. struct hid_usage *usage, __s32 value)
  129. {
  130. struct hidinput_key_translation *trans;
  131. if (usage->code == KEY_FN) {
  132. if (value) hid->quirks |= HID_QUIRK_POWERBOOK_FN_ON;
  133. else hid->quirks &= ~HID_QUIRK_POWERBOOK_FN_ON;
  134. input_event(input, usage->type, usage->code, value);
  135. return 1;
  136. }
  137. if (usbhid_pb_fnmode) {
  138. int do_translate;
  139. trans = find_translation(powerbook_fn_keys, usage->code);
  140. if (trans) {
  141. if (test_bit(usage->code, hid->pb_pressed_fn))
  142. do_translate = 1;
  143. else if (trans->flags & POWERBOOK_FLAG_FKEY)
  144. do_translate =
  145. (usbhid_pb_fnmode == 2 && (hid->quirks & HID_QUIRK_POWERBOOK_FN_ON)) ||
  146. (usbhid_pb_fnmode == 1 && !(hid->quirks & HID_QUIRK_POWERBOOK_FN_ON));
  147. else
  148. do_translate = (hid->quirks & HID_QUIRK_POWERBOOK_FN_ON);
  149. if (do_translate) {
  150. if (value)
  151. set_bit(usage->code, hid->pb_pressed_fn);
  152. else
  153. clear_bit(usage->code, hid->pb_pressed_fn);
  154. input_event(input, usage->type, trans->to, value);
  155. return 1;
  156. }
  157. }
  158. if (test_bit(usage->code, hid->pb_pressed_numlock) ||
  159. test_bit(LED_NUML, input->led)) {
  160. trans = find_translation(powerbook_numlock_keys, usage->code);
  161. if (trans) {
  162. if (value)
  163. set_bit(usage->code, hid->pb_pressed_numlock);
  164. else
  165. clear_bit(usage->code, hid->pb_pressed_numlock);
  166. input_event(input, usage->type, trans->to, value);
  167. }
  168. return 1;
  169. }
  170. }
  171. if (hid->quirks & HID_QUIRK_POWERBOOK_ISO_KEYBOARD) {
  172. trans = find_translation(powerbook_iso_keyboard, usage->code);
  173. if (trans) {
  174. input_event(input, usage->type, trans->to, value);
  175. return 1;
  176. }
  177. }
  178. return 0;
  179. }
  180. static void hidinput_pb_setup(struct input_dev *input)
  181. {
  182. struct hidinput_key_translation *trans;
  183. set_bit(KEY_NUMLOCK, input->keybit);
  184. /* Enable all needed keys */
  185. for (trans = powerbook_fn_keys; trans->from; trans++)
  186. set_bit(trans->to, input->keybit);
  187. for (trans = powerbook_numlock_keys; trans->from; trans++)
  188. set_bit(trans->to, input->keybit);
  189. for (trans = powerbook_iso_keyboard; trans->from; trans++)
  190. set_bit(trans->to, input->keybit);
  191. }
  192. #else
  193. static inline int hidinput_pb_event(struct hid_device *hid, struct input_dev *input,
  194. struct hid_usage *usage, __s32 value)
  195. {
  196. return 0;
  197. }
  198. static inline void hidinput_pb_setup(struct input_dev *input)
  199. {
  200. }
  201. #endif
  202. static void hidinput_configure_usage(struct hid_input *hidinput, struct hid_field *field,
  203. struct hid_usage *usage)
  204. {
  205. struct input_dev *input = hidinput->input;
  206. struct hid_device *device = input->private;
  207. int max = 0, code;
  208. unsigned long *bit = NULL;
  209. field->hidinput = hidinput;
  210. #ifdef DEBUG
  211. printk(KERN_DEBUG "Mapping: ");
  212. resolv_usage(usage->hid);
  213. printk(" ---> ");
  214. #endif
  215. if (field->flags & HID_MAIN_ITEM_CONSTANT)
  216. goto ignore;
  217. switch (usage->hid & HID_USAGE_PAGE) {
  218. case HID_UP_UNDEFINED:
  219. goto ignore;
  220. case HID_UP_KEYBOARD:
  221. set_bit(EV_REP, input->evbit);
  222. if ((usage->hid & HID_USAGE) < 256) {
  223. if (!hid_keyboard[usage->hid & HID_USAGE]) goto ignore;
  224. map_key_clear(hid_keyboard[usage->hid & HID_USAGE]);
  225. } else
  226. map_key(KEY_UNKNOWN);
  227. break;
  228. case HID_UP_BUTTON:
  229. code = ((usage->hid - 1) & 0xf);
  230. switch (field->application) {
  231. case HID_GD_MOUSE:
  232. case HID_GD_POINTER: code += 0x110; break;
  233. case HID_GD_JOYSTICK: code += 0x120; break;
  234. case HID_GD_GAMEPAD: code += 0x130; break;
  235. default:
  236. switch (field->physical) {
  237. case HID_GD_MOUSE:
  238. case HID_GD_POINTER: code += 0x110; break;
  239. case HID_GD_JOYSTICK: code += 0x120; break;
  240. case HID_GD_GAMEPAD: code += 0x130; break;
  241. default: code += 0x100;
  242. }
  243. }
  244. map_key(code);
  245. break;
  246. case HID_UP_SIMULATION:
  247. switch (usage->hid & 0xffff) {
  248. case 0xba: map_abs(ABS_RUDDER); break;
  249. case 0xbb: map_abs(ABS_THROTTLE); break;
  250. case 0xc4: map_abs(ABS_GAS); break;
  251. case 0xc5: map_abs(ABS_BRAKE); break;
  252. case 0xc8: map_abs(ABS_WHEEL); break;
  253. default: goto ignore;
  254. }
  255. break;
  256. case HID_UP_GENDESK:
  257. if ((usage->hid & 0xf0) == 0x80) { /* SystemControl */
  258. switch (usage->hid & 0xf) {
  259. case 0x1: map_key_clear(KEY_POWER); break;
  260. case 0x2: map_key_clear(KEY_SLEEP); break;
  261. case 0x3: map_key_clear(KEY_WAKEUP); break;
  262. default: goto unknown;
  263. }
  264. break;
  265. }
  266. if ((usage->hid & 0xf0) == 0x90) { /* D-pad */
  267. switch (usage->hid) {
  268. case HID_GD_UP: usage->hat_dir = 1; break;
  269. case HID_GD_DOWN: usage->hat_dir = 5; break;
  270. case HID_GD_RIGHT: usage->hat_dir = 3; break;
  271. case HID_GD_LEFT: usage->hat_dir = 7; break;
  272. default: goto unknown;
  273. }
  274. if (field->dpad) {
  275. map_abs(field->dpad);
  276. goto ignore;
  277. }
  278. map_abs(ABS_HAT0X);
  279. break;
  280. }
  281. switch (usage->hid) {
  282. /* These usage IDs map directly to the usage codes. */
  283. case HID_GD_X: case HID_GD_Y: case HID_GD_Z:
  284. case HID_GD_RX: case HID_GD_RY: case HID_GD_RZ:
  285. case HID_GD_SLIDER: case HID_GD_DIAL: case HID_GD_WHEEL:
  286. if (field->flags & HID_MAIN_ITEM_RELATIVE)
  287. map_rel(usage->hid & 0xf);
  288. else
  289. map_abs(usage->hid & 0xf);
  290. break;
  291. case HID_GD_HATSWITCH:
  292. usage->hat_min = field->logical_minimum;
  293. usage->hat_max = field->logical_maximum;
  294. map_abs(ABS_HAT0X);
  295. break;
  296. case HID_GD_START: map_key_clear(BTN_START); break;
  297. case HID_GD_SELECT: map_key_clear(BTN_SELECT); break;
  298. default: goto unknown;
  299. }
  300. break;
  301. case HID_UP_LED:
  302. if (((usage->hid - 1) & 0xffff) >= LED_MAX)
  303. goto ignore;
  304. map_led((usage->hid - 1) & 0xffff);
  305. break;
  306. case HID_UP_DIGITIZER:
  307. switch (usage->hid & 0xff) {
  308. case 0x30: /* TipPressure */
  309. if (!test_bit(BTN_TOUCH, input->keybit)) {
  310. device->quirks |= HID_QUIRK_NOTOUCH;
  311. set_bit(EV_KEY, input->evbit);
  312. set_bit(BTN_TOUCH, input->keybit);
  313. }
  314. map_abs_clear(ABS_PRESSURE);
  315. break;
  316. case 0x32: /* InRange */
  317. switch (field->physical & 0xff) {
  318. case 0x21: map_key(BTN_TOOL_MOUSE); break;
  319. case 0x22: map_key(BTN_TOOL_FINGER); break;
  320. default: map_key(BTN_TOOL_PEN); break;
  321. }
  322. break;
  323. case 0x3c: /* Invert */
  324. map_key_clear(BTN_TOOL_RUBBER);
  325. break;
  326. case 0x33: /* Touch */
  327. case 0x42: /* TipSwitch */
  328. case 0x43: /* TipSwitch2 */
  329. device->quirks &= ~HID_QUIRK_NOTOUCH;
  330. map_key_clear(BTN_TOUCH);
  331. break;
  332. case 0x44: /* BarrelSwitch */
  333. map_key_clear(BTN_STYLUS);
  334. break;
  335. default: goto unknown;
  336. }
  337. break;
  338. case HID_UP_CONSUMER: /* USB HUT v1.1, pages 56-62 */
  339. switch (usage->hid & HID_USAGE) {
  340. case 0x000: goto ignore;
  341. case 0x034: map_key_clear(KEY_SLEEP); break;
  342. case 0x036: map_key_clear(BTN_MISC); break;
  343. case 0x045: map_key_clear(KEY_RADIO); break;
  344. case 0x08a: map_key_clear(KEY_WWW); break;
  345. case 0x08d: map_key_clear(KEY_PROGRAM); break;
  346. case 0x095: map_key_clear(KEY_HELP); break;
  347. case 0x09c: map_key_clear(KEY_CHANNELUP); break;
  348. case 0x09d: map_key_clear(KEY_CHANNELDOWN); break;
  349. case 0x0b0: map_key_clear(KEY_PLAY); break;
  350. case 0x0b1: map_key_clear(KEY_PAUSE); break;
  351. case 0x0b2: map_key_clear(KEY_RECORD); break;
  352. case 0x0b3: map_key_clear(KEY_FASTFORWARD); break;
  353. case 0x0b4: map_key_clear(KEY_REWIND); break;
  354. case 0x0b5: map_key_clear(KEY_NEXTSONG); break;
  355. case 0x0b6: map_key_clear(KEY_PREVIOUSSONG); break;
  356. case 0x0b7: map_key_clear(KEY_STOPCD); break;
  357. case 0x0b8: map_key_clear(KEY_EJECTCD); break;
  358. case 0x0cd: map_key_clear(KEY_PLAYPAUSE); break;
  359. case 0x0e0: map_abs_clear(ABS_VOLUME); break;
  360. case 0x0e2: map_key_clear(KEY_MUTE); break;
  361. case 0x0e5: map_key_clear(KEY_BASSBOOST); break;
  362. case 0x0e9: map_key_clear(KEY_VOLUMEUP); break;
  363. case 0x0ea: map_key_clear(KEY_VOLUMEDOWN); break;
  364. case 0x183: map_key_clear(KEY_CONFIG); break;
  365. case 0x18a: map_key_clear(KEY_MAIL); break;
  366. case 0x192: map_key_clear(KEY_CALC); break;
  367. case 0x194: map_key_clear(KEY_FILE); break;
  368. case 0x1a7: map_key_clear(KEY_DOCUMENTS); break;
  369. case 0x201: map_key_clear(KEY_NEW); break;
  370. case 0x207: map_key_clear(KEY_SAVE); break;
  371. case 0x208: map_key_clear(KEY_PRINT); break;
  372. case 0x209: map_key_clear(KEY_PROPS); break;
  373. case 0x21a: map_key_clear(KEY_UNDO); break;
  374. case 0x21b: map_key_clear(KEY_COPY); break;
  375. case 0x21c: map_key_clear(KEY_CUT); break;
  376. case 0x21d: map_key_clear(KEY_PASTE); break;
  377. case 0x221: map_key_clear(KEY_FIND); break;
  378. case 0x223: map_key_clear(KEY_HOMEPAGE); break;
  379. case 0x224: map_key_clear(KEY_BACK); break;
  380. case 0x225: map_key_clear(KEY_FORWARD); break;
  381. case 0x226: map_key_clear(KEY_STOP); break;
  382. case 0x227: map_key_clear(KEY_REFRESH); break;
  383. case 0x22a: map_key_clear(KEY_BOOKMARKS); break;
  384. case 0x233: map_key_clear(KEY_SCROLLUP); break;
  385. case 0x234: map_key_clear(KEY_SCROLLDOWN); break;
  386. case 0x238: map_rel(REL_HWHEEL); break;
  387. case 0x279: map_key_clear(KEY_REDO); break;
  388. case 0x289: map_key_clear(KEY_REPLY); break;
  389. case 0x28b: map_key_clear(KEY_FORWARDMAIL); break;
  390. case 0x28c: map_key_clear(KEY_SEND); break;
  391. /* Reported on a Cherry Cymotion keyboard */
  392. case 0x301: map_key_clear(KEY_PROG1); break;
  393. case 0x302: map_key_clear(KEY_PROG2); break;
  394. case 0x303: map_key_clear(KEY_PROG3); break;
  395. default: goto ignore;
  396. }
  397. break;
  398. case HID_UP_HPVENDOR: /* Reported on a Dutch layout HP5308 */
  399. set_bit(EV_REP, input->evbit);
  400. switch (usage->hid & HID_USAGE) {
  401. case 0x021: map_key_clear(KEY_PRINT); break;
  402. case 0x070: map_key_clear(KEY_HP); break;
  403. case 0x071: map_key_clear(KEY_CAMERA); break;
  404. case 0x072: map_key_clear(KEY_SOUND); break;
  405. case 0x073: map_key_clear(KEY_QUESTION); break;
  406. case 0x080: map_key_clear(KEY_EMAIL); break;
  407. case 0x081: map_key_clear(KEY_CHAT); break;
  408. case 0x082: map_key_clear(KEY_SEARCH); break;
  409. case 0x083: map_key_clear(KEY_CONNECT); break;
  410. case 0x084: map_key_clear(KEY_FINANCE); break;
  411. case 0x085: map_key_clear(KEY_SPORT); break;
  412. case 0x086: map_key_clear(KEY_SHOP); break;
  413. default: goto ignore;
  414. }
  415. break;
  416. case HID_UP_MSVENDOR:
  417. goto ignore;
  418. case HID_UP_CUSTOM: /* Reported on Logitech and Powerbook USB keyboards */
  419. set_bit(EV_REP, input->evbit);
  420. switch(usage->hid & HID_USAGE) {
  421. case 0x003:
  422. /* The fn key on Apple PowerBooks */
  423. map_key_clear(KEY_FN);
  424. hidinput_pb_setup(input);
  425. break;
  426. default: goto ignore;
  427. }
  428. break;
  429. case HID_UP_LOGIVENDOR: /* Reported on Logitech Ultra X Media Remote */
  430. set_bit(EV_REP, input->evbit);
  431. switch(usage->hid & HID_USAGE) {
  432. case 0x004: map_key_clear(KEY_AGAIN); break;
  433. case 0x00d: map_key_clear(KEY_HOME); break;
  434. case 0x024: map_key_clear(KEY_SHUFFLE); break;
  435. case 0x025: map_key_clear(KEY_TV); break;
  436. case 0x026: map_key_clear(KEY_MENU); break;
  437. case 0x031: map_key_clear(KEY_AUDIO); break;
  438. case 0x032: map_key_clear(KEY_TEXT); break;
  439. case 0x033: map_key_clear(KEY_LAST); break;
  440. case 0x047: map_key_clear(KEY_MP3); break;
  441. case 0x048: map_key_clear(KEY_DVD); break;
  442. case 0x049: map_key_clear(KEY_MEDIA); break;
  443. case 0x04a: map_key_clear(KEY_VIDEO); break;
  444. case 0x04b: map_key_clear(KEY_ANGLE); break;
  445. case 0x04c: map_key_clear(KEY_LANGUAGE); break;
  446. case 0x04d: map_key_clear(KEY_SUBTITLE); break;
  447. case 0x051: map_key_clear(KEY_RED); break;
  448. case 0x052: map_key_clear(KEY_CLOSE); break;
  449. default: goto ignore;
  450. }
  451. break;
  452. case HID_UP_PID:
  453. switch(usage->hid & HID_USAGE) {
  454. case 0xa4: map_key_clear(BTN_DEAD); break;
  455. default: goto ignore;
  456. }
  457. break;
  458. default:
  459. unknown:
  460. if (field->report_size == 1) {
  461. if (field->report->type == HID_OUTPUT_REPORT) {
  462. map_led(LED_MISC);
  463. break;
  464. }
  465. map_key(BTN_MISC);
  466. break;
  467. }
  468. if (field->flags & HID_MAIN_ITEM_RELATIVE) {
  469. map_rel(REL_MISC);
  470. break;
  471. }
  472. map_abs(ABS_MISC);
  473. break;
  474. }
  475. if (device->quirks & HID_QUIRK_MIGHTYMOUSE) {
  476. if (usage->hid == HID_GD_Z)
  477. map_rel(REL_HWHEEL);
  478. else if (usage->code == BTN_1)
  479. map_key(BTN_2);
  480. else if (usage->code == BTN_2)
  481. map_key(BTN_1);
  482. }
  483. if ((device->quirks & (HID_QUIRK_2WHEEL_MOUSE_HACK_7 | HID_QUIRK_2WHEEL_MOUSE_HACK_5)) &&
  484. (usage->type == EV_REL) && (usage->code == REL_WHEEL))
  485. set_bit(REL_HWHEEL, bit);
  486. if (((device->quirks & HID_QUIRK_2WHEEL_MOUSE_HACK_5) && (usage->hid == 0x00090005))
  487. || ((device->quirks & HID_QUIRK_2WHEEL_MOUSE_HACK_7) && (usage->hid == 0x00090007)))
  488. goto ignore;
  489. set_bit(usage->type, input->evbit);
  490. while (usage->code <= max && test_and_set_bit(usage->code, bit))
  491. usage->code = find_next_zero_bit(bit, max + 1, usage->code);
  492. if (usage->code > max)
  493. goto ignore;
  494. if (usage->type == EV_ABS) {
  495. int a = field->logical_minimum;
  496. int b = field->logical_maximum;
  497. if ((device->quirks & HID_QUIRK_BADPAD) && (usage->code == ABS_X || usage->code == ABS_Y)) {
  498. a = field->logical_minimum = 0;
  499. b = field->logical_maximum = 255;
  500. }
  501. if (field->application == HID_GD_GAMEPAD || field->application == HID_GD_JOYSTICK)
  502. input_set_abs_params(input, usage->code, a, b, (b - a) >> 8, (b - a) >> 4);
  503. else input_set_abs_params(input, usage->code, a, b, 0, 0);
  504. }
  505. if (usage->type == EV_ABS &&
  506. (usage->hat_min < usage->hat_max || usage->hat_dir)) {
  507. int i;
  508. for (i = usage->code; i < usage->code + 2 && i <= max; i++) {
  509. input_set_abs_params(input, i, -1, 1, 0, 0);
  510. set_bit(i, input->absbit);
  511. }
  512. if (usage->hat_dir && !field->dpad)
  513. field->dpad = usage->code;
  514. }
  515. #ifdef DEBUG
  516. resolv_event(usage->type, usage->code);
  517. printk("\n");
  518. #endif
  519. return;
  520. ignore:
  521. #ifdef DEBUG
  522. printk("IGNORED\n");
  523. #endif
  524. return;
  525. }
  526. void hidinput_hid_event(struct hid_device *hid, struct hid_field *field, struct hid_usage *usage, __s32 value)
  527. {
  528. struct input_dev *input;
  529. int *quirks = &hid->quirks;
  530. if (!field->hidinput)
  531. return;
  532. input = field->hidinput->input;
  533. if (!usage->type)
  534. return;
  535. if (((hid->quirks & HID_QUIRK_2WHEEL_MOUSE_HACK_5) && (usage->hid == 0x00090005))
  536. || ((hid->quirks & HID_QUIRK_2WHEEL_MOUSE_HACK_7) && (usage->hid == 0x00090007))) {
  537. if (value) hid->quirks |= HID_QUIRK_2WHEEL_MOUSE_HACK_ON;
  538. else hid->quirks &= ~HID_QUIRK_2WHEEL_MOUSE_HACK_ON;
  539. return;
  540. }
  541. if ((hid->quirks & HID_QUIRK_INVERT_HWHEEL) && (usage->code == REL_HWHEEL)) {
  542. input_event(input, usage->type, usage->code, -value);
  543. return;
  544. }
  545. if ((hid->quirks & HID_QUIRK_2WHEEL_MOUSE_HACK_ON) && (usage->code == REL_WHEEL)) {
  546. input_event(input, usage->type, REL_HWHEEL, value);
  547. return;
  548. }
  549. if ((hid->quirks & HID_QUIRK_POWERBOOK_HAS_FN) && hidinput_pb_event(hid, input, usage, value))
  550. return;
  551. if (usage->hat_min < usage->hat_max || usage->hat_dir) {
  552. int hat_dir = usage->hat_dir;
  553. if (!hat_dir)
  554. hat_dir = (value - usage->hat_min) * 8 / (usage->hat_max - usage->hat_min + 1) + 1;
  555. if (hat_dir < 0 || hat_dir > 8) hat_dir = 0;
  556. input_event(input, usage->type, usage->code , hid_hat_to_axis[hat_dir].x);
  557. input_event(input, usage->type, usage->code + 1, hid_hat_to_axis[hat_dir].y);
  558. return;
  559. }
  560. if (usage->hid == (HID_UP_DIGITIZER | 0x003c)) { /* Invert */
  561. *quirks = value ? (*quirks | HID_QUIRK_INVERT) : (*quirks & ~HID_QUIRK_INVERT);
  562. return;
  563. }
  564. if (usage->hid == (HID_UP_DIGITIZER | 0x0032)) { /* InRange */
  565. if (value) {
  566. input_event(input, usage->type, (*quirks & HID_QUIRK_INVERT) ? BTN_TOOL_RUBBER : usage->code, 1);
  567. return;
  568. }
  569. input_event(input, usage->type, usage->code, 0);
  570. input_event(input, usage->type, BTN_TOOL_RUBBER, 0);
  571. return;
  572. }
  573. if (usage->hid == (HID_UP_DIGITIZER | 0x0030) && (*quirks & HID_QUIRK_NOTOUCH)) { /* Pressure */
  574. int a = field->logical_minimum;
  575. int b = field->logical_maximum;
  576. input_event(input, EV_KEY, BTN_TOUCH, value > a + ((b - a) >> 3));
  577. }
  578. if (usage->hid == (HID_UP_PID | 0x83UL)) { /* Simultaneous Effects Max */
  579. dbg("Maximum Effects - %d",value);
  580. return;
  581. }
  582. if (usage->hid == (HID_UP_PID | 0x7fUL)) {
  583. dbg("PID Pool Report\n");
  584. return;
  585. }
  586. if ((usage->type == EV_KEY) && (usage->code == 0)) /* Key 0 is "unassigned", not KEY_UNKNOWN */
  587. return;
  588. input_event(input, usage->type, usage->code, value);
  589. if ((field->flags & HID_MAIN_ITEM_RELATIVE) && (usage->type == EV_KEY))
  590. input_event(input, usage->type, usage->code, 0);
  591. }
  592. void hidinput_report_event(struct hid_device *hid, struct hid_report *report)
  593. {
  594. struct hid_input *hidinput;
  595. list_for_each_entry(hidinput, &hid->inputs, list)
  596. input_sync(hidinput->input);
  597. }
  598. static int hidinput_find_field(struct hid_device *hid, unsigned int type, unsigned int code, struct hid_field **field)
  599. {
  600. struct hid_report *report;
  601. int i, j;
  602. list_for_each_entry(report, &hid->report_enum[HID_OUTPUT_REPORT].report_list, list) {
  603. for (i = 0; i < report->maxfield; i++) {
  604. *field = report->field[i];
  605. for (j = 0; j < (*field)->maxusage; j++)
  606. if ((*field)->usage[j].type == type && (*field)->usage[j].code == code)
  607. return j;
  608. }
  609. }
  610. return -1;
  611. }
  612. static int hidinput_input_event(struct input_dev *dev, unsigned int type, unsigned int code, int value)
  613. {
  614. struct hid_device *hid = dev->private;
  615. struct hid_field *field;
  616. int offset;
  617. if (type == EV_FF)
  618. return input_ff_event(dev, type, code, value);
  619. if (type != EV_LED)
  620. return -1;
  621. if ((offset = hidinput_find_field(hid, type, code, &field)) == -1) {
  622. warn("event field not found");
  623. return -1;
  624. }
  625. hid_set_field(field, offset, value);
  626. hid_submit_report(hid, field->report, USB_DIR_OUT);
  627. return 0;
  628. }
  629. static int hidinput_open(struct input_dev *dev)
  630. {
  631. struct hid_device *hid = dev->private;
  632. return hid_open(hid);
  633. }
  634. static void hidinput_close(struct input_dev *dev)
  635. {
  636. struct hid_device *hid = dev->private;
  637. hid_close(hid);
  638. }
  639. /*
  640. * Register the input device; print a message.
  641. * Configure the input layer interface
  642. * Read all reports and initialize the absolute field values.
  643. */
  644. int hidinput_connect(struct hid_device *hid)
  645. {
  646. struct usb_device *dev = hid->dev;
  647. struct hid_report *report;
  648. struct hid_input *hidinput = NULL;
  649. struct input_dev *input_dev;
  650. int i, j, k;
  651. INIT_LIST_HEAD(&hid->inputs);
  652. for (i = 0; i < hid->maxcollection; i++)
  653. if (hid->collection[i].type == HID_COLLECTION_APPLICATION ||
  654. hid->collection[i].type == HID_COLLECTION_PHYSICAL)
  655. if (IS_INPUT_APPLICATION(hid->collection[i].usage))
  656. break;
  657. if (i == hid->maxcollection)
  658. return -1;
  659. for (k = HID_INPUT_REPORT; k <= HID_OUTPUT_REPORT; k++)
  660. list_for_each_entry(report, &hid->report_enum[k].report_list, list) {
  661. if (!report->maxfield)
  662. continue;
  663. if (!hidinput) {
  664. hidinput = kzalloc(sizeof(*hidinput), GFP_KERNEL);
  665. input_dev = input_allocate_device();
  666. if (!hidinput || !input_dev) {
  667. kfree(hidinput);
  668. input_free_device(input_dev);
  669. err("Out of memory during hid input probe");
  670. return -1;
  671. }
  672. input_dev->private = hid;
  673. input_dev->event = hidinput_input_event;
  674. input_dev->open = hidinput_open;
  675. input_dev->close = hidinput_close;
  676. input_dev->name = hid->name;
  677. input_dev->phys = hid->phys;
  678. input_dev->uniq = hid->uniq;
  679. usb_to_input_id(dev, &input_dev->id);
  680. input_dev->cdev.dev = &hid->intf->dev;
  681. hidinput->input = input_dev;
  682. list_add_tail(&hidinput->list, &hid->inputs);
  683. }
  684. for (i = 0; i < report->maxfield; i++)
  685. for (j = 0; j < report->field[i]->maxusage; j++)
  686. hidinput_configure_usage(hidinput, report->field[i],
  687. report->field[i]->usage + j);
  688. if (hid->quirks & HID_QUIRK_MULTI_INPUT) {
  689. /* This will leave hidinput NULL, so that it
  690. * allocates another one if we have more inputs on
  691. * the same interface. Some devices (e.g. Happ's
  692. * UGCI) cram a lot of unrelated inputs into the
  693. * same interface. */
  694. hidinput->report = report;
  695. input_register_device(hidinput->input);
  696. hidinput = NULL;
  697. }
  698. }
  699. /* This only gets called when we are a single-input (most of the
  700. * time). IOW, not a HID_QUIRK_MULTI_INPUT. The hid_ff_init() is
  701. * only useful in this case, and not for multi-input quirks. */
  702. if (hidinput) {
  703. hid_ff_init(hid);
  704. input_register_device(hidinput->input);
  705. }
  706. return 0;
  707. }
  708. void hidinput_disconnect(struct hid_device *hid)
  709. {
  710. struct hid_input *hidinput, *next;
  711. list_for_each_entry_safe(hidinput, next, &hid->inputs, list) {
  712. list_del(&hidinput->list);
  713. input_unregister_device(hidinput->input);
  714. kfree(hidinput);
  715. }
  716. }