hid-input.c 38 KB

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