hid-input.c 45 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535
  1. /*
  2. * Copyright (c) 2000-2001 Vojtech Pavlik
  3. * Copyright (c) 2006-2010 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. #include "hid-ids.h"
  32. #define unk KEY_UNKNOWN
  33. static const unsigned char hid_keyboard[256] = {
  34. 0, 0, 0, 0, 30, 48, 46, 32, 18, 33, 34, 35, 23, 36, 37, 38,
  35. 50, 49, 24, 25, 16, 19, 31, 20, 22, 47, 17, 45, 21, 44, 2, 3,
  36. 4, 5, 6, 7, 8, 9, 10, 11, 28, 1, 14, 15, 57, 12, 13, 26,
  37. 27, 43, 43, 39, 40, 41, 51, 52, 53, 58, 59, 60, 61, 62, 63, 64,
  38. 65, 66, 67, 68, 87, 88, 99, 70,119,110,102,104,111,107,109,106,
  39. 105,108,103, 69, 98, 55, 74, 78, 96, 79, 80, 81, 75, 76, 77, 71,
  40. 72, 73, 82, 83, 86,127,116,117,183,184,185,186,187,188,189,190,
  41. 191,192,193,194,134,138,130,132,128,129,131,137,133,135,136,113,
  42. 115,114,unk,unk,unk,121,unk, 89, 93,124, 92, 94, 95,unk,unk,unk,
  43. 122,123, 90, 91, 85,unk,unk,unk,unk,unk,unk,unk,111,unk,unk,unk,
  44. unk,unk,unk,unk,unk,unk,unk,unk,unk,unk,unk,unk,unk,unk,unk,unk,
  45. unk,unk,unk,unk,unk,unk,179,180,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,111,unk,unk,unk,unk,unk,unk,unk,
  48. 29, 42, 56,125, 97, 54,100,126,164,166,165,163,161,115,114,113,
  49. 150,158,159,128,136,177,178,176,142,152,173,140,unk,unk,unk,unk
  50. };
  51. static const struct {
  52. __s32 x;
  53. __s32 y;
  54. } hid_hat_to_axis[] = {{ 0, 0}, { 0,-1}, { 1,-1}, { 1, 0}, { 1, 1}, { 0, 1}, {-1, 1}, {-1, 0}, {-1,-1}};
  55. #define map_abs(c) hid_map_usage(hidinput, usage, &bit, &max, EV_ABS, (c))
  56. #define map_rel(c) hid_map_usage(hidinput, usage, &bit, &max, EV_REL, (c))
  57. #define map_key(c) hid_map_usage(hidinput, usage, &bit, &max, EV_KEY, (c))
  58. #define map_led(c) hid_map_usage(hidinput, usage, &bit, &max, EV_LED, (c))
  59. #define map_abs_clear(c) hid_map_usage_clear(hidinput, usage, &bit, \
  60. &max, EV_ABS, (c))
  61. #define map_key_clear(c) hid_map_usage_clear(hidinput, usage, &bit, \
  62. &max, EV_KEY, (c))
  63. static bool match_scancode(struct hid_usage *usage,
  64. unsigned int cur_idx, unsigned int scancode)
  65. {
  66. return (usage->hid & (HID_USAGE_PAGE | HID_USAGE)) == scancode;
  67. }
  68. static bool match_keycode(struct hid_usage *usage,
  69. unsigned int cur_idx, unsigned int keycode)
  70. {
  71. /*
  72. * We should exclude unmapped usages when doing lookup by keycode.
  73. */
  74. return (usage->type == EV_KEY && usage->code == keycode);
  75. }
  76. static bool match_index(struct hid_usage *usage,
  77. unsigned int cur_idx, unsigned int idx)
  78. {
  79. return cur_idx == idx;
  80. }
  81. typedef bool (*hid_usage_cmp_t)(struct hid_usage *usage,
  82. unsigned int cur_idx, unsigned int val);
  83. static struct hid_usage *hidinput_find_key(struct hid_device *hid,
  84. hid_usage_cmp_t match,
  85. unsigned int value,
  86. unsigned int *usage_idx)
  87. {
  88. unsigned int i, j, k, cur_idx = 0;
  89. struct hid_report *report;
  90. struct hid_usage *usage;
  91. for (k = HID_INPUT_REPORT; k <= HID_OUTPUT_REPORT; k++) {
  92. list_for_each_entry(report, &hid->report_enum[k].report_list, list) {
  93. for (i = 0; i < report->maxfield; i++) {
  94. for (j = 0; j < report->field[i]->maxusage; j++) {
  95. usage = report->field[i]->usage + j;
  96. if (usage->type == EV_KEY || usage->type == 0) {
  97. if (match(usage, cur_idx, value)) {
  98. if (usage_idx)
  99. *usage_idx = cur_idx;
  100. return usage;
  101. }
  102. cur_idx++;
  103. }
  104. }
  105. }
  106. }
  107. }
  108. return NULL;
  109. }
  110. static struct hid_usage *hidinput_locate_usage(struct hid_device *hid,
  111. const struct input_keymap_entry *ke,
  112. unsigned int *index)
  113. {
  114. struct hid_usage *usage;
  115. unsigned int scancode;
  116. if (ke->flags & INPUT_KEYMAP_BY_INDEX)
  117. usage = hidinput_find_key(hid, match_index, ke->index, index);
  118. else if (input_scancode_to_scalar(ke, &scancode) == 0)
  119. usage = hidinput_find_key(hid, match_scancode, scancode, index);
  120. else
  121. usage = NULL;
  122. return usage;
  123. }
  124. static int hidinput_getkeycode(struct input_dev *dev,
  125. struct input_keymap_entry *ke)
  126. {
  127. struct hid_device *hid = input_get_drvdata(dev);
  128. struct hid_usage *usage;
  129. unsigned int scancode, index;
  130. usage = hidinput_locate_usage(hid, ke, &index);
  131. if (usage) {
  132. ke->keycode = usage->type == EV_KEY ?
  133. usage->code : KEY_RESERVED;
  134. ke->index = index;
  135. scancode = usage->hid & (HID_USAGE_PAGE | HID_USAGE);
  136. ke->len = sizeof(scancode);
  137. memcpy(ke->scancode, &scancode, sizeof(scancode));
  138. return 0;
  139. }
  140. return -EINVAL;
  141. }
  142. static int hidinput_setkeycode(struct input_dev *dev,
  143. const struct input_keymap_entry *ke,
  144. unsigned int *old_keycode)
  145. {
  146. struct hid_device *hid = input_get_drvdata(dev);
  147. struct hid_usage *usage;
  148. usage = hidinput_locate_usage(hid, ke, NULL);
  149. if (usage) {
  150. *old_keycode = usage->type == EV_KEY ?
  151. usage->code : KEY_RESERVED;
  152. usage->code = ke->keycode;
  153. clear_bit(*old_keycode, dev->keybit);
  154. set_bit(usage->code, dev->keybit);
  155. dbg_hid("Assigned keycode %d to HID usage code %x\n",
  156. usage->code, usage->hid);
  157. /*
  158. * Set the keybit for the old keycode if the old keycode is used
  159. * by another key
  160. */
  161. if (hidinput_find_key(hid, match_keycode, *old_keycode, NULL))
  162. set_bit(*old_keycode, dev->keybit);
  163. return 0;
  164. }
  165. return -EINVAL;
  166. }
  167. /**
  168. * hidinput_calc_abs_res - calculate an absolute axis resolution
  169. * @field: the HID report field to calculate resolution for
  170. * @code: axis code
  171. *
  172. * The formula is:
  173. * (logical_maximum - logical_minimum)
  174. * resolution = ----------------------------------------------------------
  175. * (physical_maximum - physical_minimum) * 10 ^ unit_exponent
  176. *
  177. * as seen in the HID specification v1.11 6.2.2.7 Global Items.
  178. *
  179. * Only exponent 1 length units are processed. Centimeters and inches are
  180. * converted to millimeters. Degrees are converted to radians.
  181. */
  182. __s32 hidinput_calc_abs_res(const struct hid_field *field, __u16 code)
  183. {
  184. __s32 unit_exponent = field->unit_exponent;
  185. __s32 logical_extents = field->logical_maximum -
  186. field->logical_minimum;
  187. __s32 physical_extents = field->physical_maximum -
  188. field->physical_minimum;
  189. __s32 prev;
  190. /* Check if the extents are sane */
  191. if (logical_extents <= 0 || physical_extents <= 0)
  192. return 0;
  193. /*
  194. * Verify and convert units.
  195. * See HID specification v1.11 6.2.2.7 Global Items for unit decoding
  196. */
  197. switch (code) {
  198. case ABS_X:
  199. case ABS_Y:
  200. case ABS_Z:
  201. case ABS_MT_POSITION_X:
  202. case ABS_MT_POSITION_Y:
  203. case ABS_MT_TOOL_X:
  204. case ABS_MT_TOOL_Y:
  205. case ABS_MT_TOUCH_MAJOR:
  206. case ABS_MT_TOUCH_MINOR:
  207. if (field->unit == 0x11) { /* If centimeters */
  208. /* Convert to millimeters */
  209. unit_exponent += 1;
  210. } else if (field->unit == 0x13) { /* If inches */
  211. /* Convert to millimeters */
  212. prev = physical_extents;
  213. physical_extents *= 254;
  214. if (physical_extents < prev)
  215. return 0;
  216. unit_exponent -= 1;
  217. } else {
  218. return 0;
  219. }
  220. break;
  221. case ABS_RX:
  222. case ABS_RY:
  223. case ABS_RZ:
  224. case ABS_TILT_X:
  225. case ABS_TILT_Y:
  226. if (field->unit == 0x14) { /* If degrees */
  227. /* Convert to radians */
  228. prev = logical_extents;
  229. logical_extents *= 573;
  230. if (logical_extents < prev)
  231. return 0;
  232. unit_exponent += 1;
  233. } else if (field->unit != 0x12) { /* If not radians */
  234. return 0;
  235. }
  236. break;
  237. default:
  238. return 0;
  239. }
  240. /* Apply negative unit exponent */
  241. for (; unit_exponent < 0; unit_exponent++) {
  242. prev = logical_extents;
  243. logical_extents *= 10;
  244. if (logical_extents < prev)
  245. return 0;
  246. }
  247. /* Apply positive unit exponent */
  248. for (; unit_exponent > 0; unit_exponent--) {
  249. prev = physical_extents;
  250. physical_extents *= 10;
  251. if (physical_extents < prev)
  252. return 0;
  253. }
  254. /* Calculate resolution */
  255. return DIV_ROUND_CLOSEST(logical_extents, physical_extents);
  256. }
  257. EXPORT_SYMBOL_GPL(hidinput_calc_abs_res);
  258. #ifdef CONFIG_HID_BATTERY_STRENGTH
  259. static enum power_supply_property hidinput_battery_props[] = {
  260. POWER_SUPPLY_PROP_PRESENT,
  261. POWER_SUPPLY_PROP_ONLINE,
  262. POWER_SUPPLY_PROP_CAPACITY,
  263. POWER_SUPPLY_PROP_MODEL_NAME,
  264. POWER_SUPPLY_PROP_STATUS,
  265. POWER_SUPPLY_PROP_SCOPE,
  266. };
  267. #define HID_BATTERY_QUIRK_PERCENT (1 << 0) /* always reports percent */
  268. #define HID_BATTERY_QUIRK_FEATURE (1 << 1) /* ask for feature report */
  269. static const struct hid_device_id hid_battery_quirks[] = {
  270. { HID_BLUETOOTH_DEVICE(USB_VENDOR_ID_APPLE,
  271. USB_DEVICE_ID_APPLE_ALU_WIRELESS_2009_ISO),
  272. HID_BATTERY_QUIRK_PERCENT | HID_BATTERY_QUIRK_FEATURE },
  273. { HID_BLUETOOTH_DEVICE(USB_VENDOR_ID_APPLE,
  274. USB_DEVICE_ID_APPLE_ALU_WIRELESS_2009_ANSI),
  275. HID_BATTERY_QUIRK_PERCENT | HID_BATTERY_QUIRK_FEATURE },
  276. { HID_BLUETOOTH_DEVICE(USB_VENDOR_ID_APPLE,
  277. USB_DEVICE_ID_APPLE_ALU_WIRELESS_2011_ANSI),
  278. HID_BATTERY_QUIRK_PERCENT | HID_BATTERY_QUIRK_FEATURE },
  279. { HID_BLUETOOTH_DEVICE(USB_VENDOR_ID_APPLE,
  280. USB_DEVICE_ID_APPLE_ALU_WIRELESS_2011_ISO),
  281. HID_BATTERY_QUIRK_PERCENT | HID_BATTERY_QUIRK_FEATURE },
  282. { HID_BLUETOOTH_DEVICE(USB_VENDOR_ID_APPLE,
  283. USB_DEVICE_ID_APPLE_ALU_WIRELESS_ANSI),
  284. HID_BATTERY_QUIRK_PERCENT | HID_BATTERY_QUIRK_FEATURE },
  285. {}
  286. };
  287. static unsigned find_battery_quirk(struct hid_device *hdev)
  288. {
  289. unsigned quirks = 0;
  290. const struct hid_device_id *match;
  291. match = hid_match_id(hdev, hid_battery_quirks);
  292. if (match != NULL)
  293. quirks = match->driver_data;
  294. return quirks;
  295. }
  296. static int hidinput_get_battery_property(struct power_supply *psy,
  297. enum power_supply_property prop,
  298. union power_supply_propval *val)
  299. {
  300. struct hid_device *dev = container_of(psy, struct hid_device, battery);
  301. int ret = 0;
  302. __u8 *buf;
  303. switch (prop) {
  304. case POWER_SUPPLY_PROP_PRESENT:
  305. case POWER_SUPPLY_PROP_ONLINE:
  306. val->intval = 1;
  307. break;
  308. case POWER_SUPPLY_PROP_CAPACITY:
  309. buf = kmalloc(2 * sizeof(__u8), GFP_KERNEL);
  310. if (!buf) {
  311. ret = -ENOMEM;
  312. break;
  313. }
  314. ret = hid_hw_raw_request(dev, dev->battery_report_id, buf, 2,
  315. dev->battery_report_type,
  316. HID_REQ_GET_REPORT);
  317. if (ret != 2) {
  318. ret = -ENODATA;
  319. kfree(buf);
  320. break;
  321. }
  322. ret = 0;
  323. if (dev->battery_min < dev->battery_max &&
  324. buf[1] >= dev->battery_min &&
  325. buf[1] <= dev->battery_max)
  326. val->intval = (100 * (buf[1] - dev->battery_min)) /
  327. (dev->battery_max - dev->battery_min);
  328. kfree(buf);
  329. break;
  330. case POWER_SUPPLY_PROP_MODEL_NAME:
  331. val->strval = dev->name;
  332. break;
  333. case POWER_SUPPLY_PROP_STATUS:
  334. val->intval = POWER_SUPPLY_STATUS_DISCHARGING;
  335. break;
  336. case POWER_SUPPLY_PROP_SCOPE:
  337. val->intval = POWER_SUPPLY_SCOPE_DEVICE;
  338. break;
  339. default:
  340. ret = -EINVAL;
  341. break;
  342. }
  343. return ret;
  344. }
  345. static bool hidinput_setup_battery(struct hid_device *dev, unsigned report_type, struct hid_field *field)
  346. {
  347. struct power_supply *battery = &dev->battery;
  348. int ret;
  349. unsigned quirks;
  350. s32 min, max;
  351. if (field->usage->hid != HID_DC_BATTERYSTRENGTH)
  352. return false; /* no match */
  353. if (battery->name != NULL)
  354. goto out; /* already initialized? */
  355. battery->name = kasprintf(GFP_KERNEL, "hid-%s-battery", dev->uniq);
  356. if (battery->name == NULL)
  357. goto out;
  358. battery->type = POWER_SUPPLY_TYPE_BATTERY;
  359. battery->properties = hidinput_battery_props;
  360. battery->num_properties = ARRAY_SIZE(hidinput_battery_props);
  361. battery->use_for_apm = 0;
  362. battery->get_property = hidinput_get_battery_property;
  363. quirks = find_battery_quirk(dev);
  364. hid_dbg(dev, "device %x:%x:%x %d quirks %d\n",
  365. dev->bus, dev->vendor, dev->product, dev->version, quirks);
  366. min = field->logical_minimum;
  367. max = field->logical_maximum;
  368. if (quirks & HID_BATTERY_QUIRK_PERCENT) {
  369. min = 0;
  370. max = 100;
  371. }
  372. if (quirks & HID_BATTERY_QUIRK_FEATURE)
  373. report_type = HID_FEATURE_REPORT;
  374. dev->battery_min = min;
  375. dev->battery_max = max;
  376. dev->battery_report_type = report_type;
  377. dev->battery_report_id = field->report->id;
  378. ret = power_supply_register(&dev->dev, battery);
  379. if (ret != 0) {
  380. hid_warn(dev, "can't register power supply: %d\n", ret);
  381. kfree(battery->name);
  382. battery->name = NULL;
  383. }
  384. power_supply_powers(battery, &dev->dev);
  385. out:
  386. return true;
  387. }
  388. static void hidinput_cleanup_battery(struct hid_device *dev)
  389. {
  390. if (!dev->battery.name)
  391. return;
  392. power_supply_unregister(&dev->battery);
  393. kfree(dev->battery.name);
  394. dev->battery.name = NULL;
  395. }
  396. #else /* !CONFIG_HID_BATTERY_STRENGTH */
  397. static bool hidinput_setup_battery(struct hid_device *dev, unsigned report_type,
  398. struct hid_field *field)
  399. {
  400. return false;
  401. }
  402. static void hidinput_cleanup_battery(struct hid_device *dev)
  403. {
  404. }
  405. #endif /* CONFIG_HID_BATTERY_STRENGTH */
  406. static void hidinput_configure_usage(struct hid_input *hidinput, struct hid_field *field,
  407. struct hid_usage *usage)
  408. {
  409. struct input_dev *input = hidinput->input;
  410. struct hid_device *device = input_get_drvdata(input);
  411. int max = 0, code;
  412. unsigned long *bit = NULL;
  413. field->hidinput = hidinput;
  414. if (field->flags & HID_MAIN_ITEM_CONSTANT)
  415. goto ignore;
  416. /* Ignore if report count is out of bounds. */
  417. if (field->report_count < 1)
  418. goto ignore;
  419. /* only LED usages are supported in output fields */
  420. if (field->report_type == HID_OUTPUT_REPORT &&
  421. (usage->hid & HID_USAGE_PAGE) != HID_UP_LED) {
  422. goto ignore;
  423. }
  424. if (device->driver->input_mapping) {
  425. int ret = device->driver->input_mapping(device, hidinput, field,
  426. usage, &bit, &max);
  427. if (ret > 0)
  428. goto mapped;
  429. if (ret < 0)
  430. goto ignore;
  431. }
  432. switch (usage->hid & HID_USAGE_PAGE) {
  433. case HID_UP_UNDEFINED:
  434. goto ignore;
  435. case HID_UP_KEYBOARD:
  436. set_bit(EV_REP, input->evbit);
  437. if ((usage->hid & HID_USAGE) < 256) {
  438. if (!hid_keyboard[usage->hid & HID_USAGE]) goto ignore;
  439. map_key_clear(hid_keyboard[usage->hid & HID_USAGE]);
  440. } else
  441. map_key(KEY_UNKNOWN);
  442. break;
  443. case HID_UP_BUTTON:
  444. code = ((usage->hid - 1) & HID_USAGE);
  445. switch (field->application) {
  446. case HID_GD_MOUSE:
  447. case HID_GD_POINTER: code += BTN_MOUSE; break;
  448. case HID_GD_JOYSTICK:
  449. if (code <= 0xf)
  450. code += BTN_JOYSTICK;
  451. else
  452. code += BTN_TRIGGER_HAPPY - 0x10;
  453. break;
  454. case HID_GD_GAMEPAD:
  455. if (code <= 0xf)
  456. code += BTN_GAMEPAD;
  457. else
  458. code += BTN_TRIGGER_HAPPY - 0x10;
  459. break;
  460. default:
  461. switch (field->physical) {
  462. case HID_GD_MOUSE:
  463. case HID_GD_POINTER: code += BTN_MOUSE; break;
  464. case HID_GD_JOYSTICK: code += BTN_JOYSTICK; break;
  465. case HID_GD_GAMEPAD: code += BTN_GAMEPAD; break;
  466. default: code += BTN_MISC;
  467. }
  468. }
  469. map_key(code);
  470. break;
  471. case HID_UP_SIMULATION:
  472. switch (usage->hid & 0xffff) {
  473. case 0xba: map_abs(ABS_RUDDER); break;
  474. case 0xbb: map_abs(ABS_THROTTLE); break;
  475. case 0xc4: map_abs(ABS_GAS); break;
  476. case 0xc5: map_abs(ABS_BRAKE); break;
  477. case 0xc8: map_abs(ABS_WHEEL); break;
  478. default: goto ignore;
  479. }
  480. break;
  481. case HID_UP_GENDESK:
  482. if ((usage->hid & 0xf0) == 0x80) { /* SystemControl */
  483. switch (usage->hid & 0xf) {
  484. case 0x1: map_key_clear(KEY_POWER); break;
  485. case 0x2: map_key_clear(KEY_SLEEP); break;
  486. case 0x3: map_key_clear(KEY_WAKEUP); break;
  487. case 0x4: map_key_clear(KEY_CONTEXT_MENU); break;
  488. case 0x5: map_key_clear(KEY_MENU); break;
  489. case 0x6: map_key_clear(KEY_PROG1); break;
  490. case 0x7: map_key_clear(KEY_HELP); break;
  491. case 0x8: map_key_clear(KEY_EXIT); break;
  492. case 0x9: map_key_clear(KEY_SELECT); break;
  493. case 0xa: map_key_clear(KEY_RIGHT); break;
  494. case 0xb: map_key_clear(KEY_LEFT); break;
  495. case 0xc: map_key_clear(KEY_UP); break;
  496. case 0xd: map_key_clear(KEY_DOWN); break;
  497. case 0xe: map_key_clear(KEY_POWER2); break;
  498. case 0xf: map_key_clear(KEY_RESTART); break;
  499. default: goto unknown;
  500. }
  501. break;
  502. }
  503. if ((usage->hid & 0xf0) == 0x90) { /* D-pad */
  504. switch (usage->hid) {
  505. case HID_GD_UP: usage->hat_dir = 1; break;
  506. case HID_GD_DOWN: usage->hat_dir = 5; break;
  507. case HID_GD_RIGHT: usage->hat_dir = 3; break;
  508. case HID_GD_LEFT: usage->hat_dir = 7; break;
  509. default: goto unknown;
  510. }
  511. if (field->dpad) {
  512. map_abs(field->dpad);
  513. goto ignore;
  514. }
  515. map_abs(ABS_HAT0X);
  516. break;
  517. }
  518. switch (usage->hid) {
  519. /* These usage IDs map directly to the usage codes. */
  520. case HID_GD_X: case HID_GD_Y: case HID_GD_Z:
  521. case HID_GD_RX: case HID_GD_RY: case HID_GD_RZ:
  522. if (field->flags & HID_MAIN_ITEM_RELATIVE)
  523. map_rel(usage->hid & 0xf);
  524. else
  525. map_abs_clear(usage->hid & 0xf);
  526. break;
  527. case HID_GD_SLIDER: case HID_GD_DIAL: case HID_GD_WHEEL:
  528. if (field->flags & HID_MAIN_ITEM_RELATIVE)
  529. map_rel(usage->hid & 0xf);
  530. else
  531. map_abs(usage->hid & 0xf);
  532. break;
  533. case HID_GD_HATSWITCH:
  534. usage->hat_min = field->logical_minimum;
  535. usage->hat_max = field->logical_maximum;
  536. map_abs(ABS_HAT0X);
  537. break;
  538. case HID_GD_START: map_key_clear(BTN_START); break;
  539. case HID_GD_SELECT: map_key_clear(BTN_SELECT); break;
  540. default: goto unknown;
  541. }
  542. break;
  543. case HID_UP_LED:
  544. switch (usage->hid & 0xffff) { /* HID-Value: */
  545. case 0x01: map_led (LED_NUML); break; /* "Num Lock" */
  546. case 0x02: map_led (LED_CAPSL); break; /* "Caps Lock" */
  547. case 0x03: map_led (LED_SCROLLL); break; /* "Scroll Lock" */
  548. case 0x04: map_led (LED_COMPOSE); break; /* "Compose" */
  549. case 0x05: map_led (LED_KANA); break; /* "Kana" */
  550. case 0x27: map_led (LED_SLEEP); break; /* "Stand-By" */
  551. case 0x4c: map_led (LED_SUSPEND); break; /* "System Suspend" */
  552. case 0x09: map_led (LED_MUTE); break; /* "Mute" */
  553. case 0x4b: map_led (LED_MISC); break; /* "Generic Indicator" */
  554. case 0x19: map_led (LED_MAIL); break; /* "Message Waiting" */
  555. case 0x4d: map_led (LED_CHARGING); break; /* "External Power Connected" */
  556. default: goto ignore;
  557. }
  558. break;
  559. case HID_UP_DIGITIZER:
  560. switch (usage->hid & 0xff) {
  561. case 0x00: /* Undefined */
  562. goto ignore;
  563. case 0x30: /* TipPressure */
  564. if (!test_bit(BTN_TOUCH, input->keybit)) {
  565. device->quirks |= HID_QUIRK_NOTOUCH;
  566. set_bit(EV_KEY, input->evbit);
  567. set_bit(BTN_TOUCH, input->keybit);
  568. }
  569. map_abs_clear(ABS_PRESSURE);
  570. break;
  571. case 0x32: /* InRange */
  572. switch (field->physical & 0xff) {
  573. case 0x21: map_key(BTN_TOOL_MOUSE); break;
  574. case 0x22: map_key(BTN_TOOL_FINGER); break;
  575. default: map_key(BTN_TOOL_PEN); break;
  576. }
  577. break;
  578. case 0x3c: /* Invert */
  579. map_key_clear(BTN_TOOL_RUBBER);
  580. break;
  581. case 0x3d: /* X Tilt */
  582. map_abs_clear(ABS_TILT_X);
  583. break;
  584. case 0x3e: /* Y Tilt */
  585. map_abs_clear(ABS_TILT_Y);
  586. break;
  587. case 0x33: /* Touch */
  588. case 0x42: /* TipSwitch */
  589. case 0x43: /* TipSwitch2 */
  590. device->quirks &= ~HID_QUIRK_NOTOUCH;
  591. map_key_clear(BTN_TOUCH);
  592. break;
  593. case 0x44: /* BarrelSwitch */
  594. map_key_clear(BTN_STYLUS);
  595. break;
  596. case 0x46: /* TabletPick */
  597. case 0x5a: /* SecondaryBarrelSwitch */
  598. map_key_clear(BTN_STYLUS2);
  599. break;
  600. case 0x5b: /* TransducerSerialNumber */
  601. usage->type = EV_MSC;
  602. usage->code = MSC_SERIAL;
  603. bit = input->mscbit;
  604. max = MSC_MAX;
  605. break;
  606. default: goto unknown;
  607. }
  608. break;
  609. case HID_UP_CONSUMER: /* USB HUT v1.12, pages 75-84 */
  610. switch (usage->hid & HID_USAGE) {
  611. case 0x000: goto ignore;
  612. case 0x030: map_key_clear(KEY_POWER); break;
  613. case 0x031: map_key_clear(KEY_RESTART); break;
  614. case 0x032: map_key_clear(KEY_SLEEP); break;
  615. case 0x034: map_key_clear(KEY_SLEEP); break;
  616. case 0x035: map_key_clear(KEY_KBDILLUMTOGGLE); break;
  617. case 0x036: map_key_clear(BTN_MISC); break;
  618. case 0x040: map_key_clear(KEY_MENU); break; /* Menu */
  619. case 0x041: map_key_clear(KEY_SELECT); break; /* Menu Pick */
  620. case 0x042: map_key_clear(KEY_UP); break; /* Menu Up */
  621. case 0x043: map_key_clear(KEY_DOWN); break; /* Menu Down */
  622. case 0x044: map_key_clear(KEY_LEFT); break; /* Menu Left */
  623. case 0x045: map_key_clear(KEY_RIGHT); break; /* Menu Right */
  624. case 0x046: map_key_clear(KEY_ESC); break; /* Menu Escape */
  625. case 0x047: map_key_clear(KEY_KPPLUS); break; /* Menu Value Increase */
  626. case 0x048: map_key_clear(KEY_KPMINUS); break; /* Menu Value Decrease */
  627. case 0x060: map_key_clear(KEY_INFO); break; /* Data On Screen */
  628. case 0x061: map_key_clear(KEY_SUBTITLE); break; /* Closed Caption */
  629. case 0x063: map_key_clear(KEY_VCR); break; /* VCR/TV */
  630. case 0x065: map_key_clear(KEY_CAMERA); break; /* Snapshot */
  631. case 0x069: map_key_clear(KEY_RED); break;
  632. case 0x06a: map_key_clear(KEY_GREEN); break;
  633. case 0x06b: map_key_clear(KEY_BLUE); break;
  634. case 0x06c: map_key_clear(KEY_YELLOW); break;
  635. case 0x06d: map_key_clear(KEY_ZOOM); break;
  636. case 0x06f: map_key_clear(KEY_BRIGHTNESSUP); break;
  637. case 0x070: map_key_clear(KEY_BRIGHTNESSDOWN); break;
  638. case 0x072: map_key_clear(KEY_BRIGHTNESS_TOGGLE); break;
  639. case 0x073: map_key_clear(KEY_BRIGHTNESS_MIN); break;
  640. case 0x074: map_key_clear(KEY_BRIGHTNESS_MAX); break;
  641. case 0x075: map_key_clear(KEY_BRIGHTNESS_AUTO); break;
  642. case 0x082: map_key_clear(KEY_VIDEO_NEXT); break;
  643. case 0x083: map_key_clear(KEY_LAST); break;
  644. case 0x084: map_key_clear(KEY_ENTER); break;
  645. case 0x088: map_key_clear(KEY_PC); break;
  646. case 0x089: map_key_clear(KEY_TV); break;
  647. case 0x08a: map_key_clear(KEY_WWW); break;
  648. case 0x08b: map_key_clear(KEY_DVD); break;
  649. case 0x08c: map_key_clear(KEY_PHONE); break;
  650. case 0x08d: map_key_clear(KEY_PROGRAM); break;
  651. case 0x08e: map_key_clear(KEY_VIDEOPHONE); break;
  652. case 0x08f: map_key_clear(KEY_GAMES); break;
  653. case 0x090: map_key_clear(KEY_MEMO); break;
  654. case 0x091: map_key_clear(KEY_CD); break;
  655. case 0x092: map_key_clear(KEY_VCR); break;
  656. case 0x093: map_key_clear(KEY_TUNER); break;
  657. case 0x094: map_key_clear(KEY_EXIT); break;
  658. case 0x095: map_key_clear(KEY_HELP); break;
  659. case 0x096: map_key_clear(KEY_TAPE); break;
  660. case 0x097: map_key_clear(KEY_TV2); break;
  661. case 0x098: map_key_clear(KEY_SAT); break;
  662. case 0x09a: map_key_clear(KEY_PVR); break;
  663. case 0x09c: map_key_clear(KEY_CHANNELUP); break;
  664. case 0x09d: map_key_clear(KEY_CHANNELDOWN); break;
  665. case 0x0a0: map_key_clear(KEY_VCR2); break;
  666. case 0x0b0: map_key_clear(KEY_PLAY); break;
  667. case 0x0b1: map_key_clear(KEY_PAUSE); break;
  668. case 0x0b2: map_key_clear(KEY_RECORD); break;
  669. case 0x0b3: map_key_clear(KEY_FASTFORWARD); break;
  670. case 0x0b4: map_key_clear(KEY_REWIND); break;
  671. case 0x0b5: map_key_clear(KEY_NEXTSONG); break;
  672. case 0x0b6: map_key_clear(KEY_PREVIOUSSONG); break;
  673. case 0x0b7: map_key_clear(KEY_STOPCD); break;
  674. case 0x0b8: map_key_clear(KEY_EJECTCD); break;
  675. case 0x0bc: map_key_clear(KEY_MEDIA_REPEAT); break;
  676. case 0x0b9: map_key_clear(KEY_SHUFFLE); break;
  677. case 0x0bf: map_key_clear(KEY_SLOW); break;
  678. case 0x0cd: map_key_clear(KEY_PLAYPAUSE); break;
  679. case 0x0cf: map_key_clear(KEY_VOICECOMMAND); break;
  680. case 0x0e0: map_abs_clear(ABS_VOLUME); break;
  681. case 0x0e2: map_key_clear(KEY_MUTE); break;
  682. case 0x0e5: map_key_clear(KEY_BASSBOOST); break;
  683. case 0x0e9: map_key_clear(KEY_VOLUMEUP); break;
  684. case 0x0ea: map_key_clear(KEY_VOLUMEDOWN); break;
  685. case 0x0f5: map_key_clear(KEY_SLOW); break;
  686. case 0x181: map_key_clear(KEY_BUTTONCONFIG); break;
  687. case 0x182: map_key_clear(KEY_BOOKMARKS); break;
  688. case 0x183: map_key_clear(KEY_CONFIG); break;
  689. case 0x184: map_key_clear(KEY_WORDPROCESSOR); break;
  690. case 0x185: map_key_clear(KEY_EDITOR); break;
  691. case 0x186: map_key_clear(KEY_SPREADSHEET); break;
  692. case 0x187: map_key_clear(KEY_GRAPHICSEDITOR); break;
  693. case 0x188: map_key_clear(KEY_PRESENTATION); break;
  694. case 0x189: map_key_clear(KEY_DATABASE); break;
  695. case 0x18a: map_key_clear(KEY_MAIL); break;
  696. case 0x18b: map_key_clear(KEY_NEWS); break;
  697. case 0x18c: map_key_clear(KEY_VOICEMAIL); break;
  698. case 0x18d: map_key_clear(KEY_ADDRESSBOOK); break;
  699. case 0x18e: map_key_clear(KEY_CALENDAR); break;
  700. case 0x18f: map_key_clear(KEY_TASKMANAGER); break;
  701. case 0x190: map_key_clear(KEY_JOURNAL); break;
  702. case 0x191: map_key_clear(KEY_FINANCE); break;
  703. case 0x192: map_key_clear(KEY_CALC); break;
  704. case 0x193: map_key_clear(KEY_PLAYER); break;
  705. case 0x194: map_key_clear(KEY_FILE); break;
  706. case 0x196: map_key_clear(KEY_WWW); break;
  707. case 0x199: map_key_clear(KEY_CHAT); break;
  708. case 0x19c: map_key_clear(KEY_LOGOFF); break;
  709. case 0x19e: map_key_clear(KEY_COFFEE); break;
  710. case 0x19f: map_key_clear(KEY_CONTROLPANEL); break;
  711. case 0x1a2: map_key_clear(KEY_APPSELECT); break;
  712. case 0x1a3: map_key_clear(KEY_NEXT); break;
  713. case 0x1a4: map_key_clear(KEY_PREVIOUS); break;
  714. case 0x1a6: map_key_clear(KEY_HELP); break;
  715. case 0x1a7: map_key_clear(KEY_DOCUMENTS); break;
  716. case 0x1ab: map_key_clear(KEY_SPELLCHECK); break;
  717. case 0x1ae: map_key_clear(KEY_KEYBOARD); break;
  718. case 0x1b1: map_key_clear(KEY_SCREENSAVER); break;
  719. case 0x1b4: map_key_clear(KEY_FILE); break;
  720. case 0x1b6: map_key_clear(KEY_IMAGES); break;
  721. case 0x1b7: map_key_clear(KEY_AUDIO); break;
  722. case 0x1b8: map_key_clear(KEY_VIDEO); break;
  723. case 0x1bc: map_key_clear(KEY_MESSENGER); break;
  724. case 0x1bd: map_key_clear(KEY_INFO); break;
  725. case 0x201: map_key_clear(KEY_NEW); break;
  726. case 0x202: map_key_clear(KEY_OPEN); break;
  727. case 0x203: map_key_clear(KEY_CLOSE); break;
  728. case 0x204: map_key_clear(KEY_EXIT); break;
  729. case 0x207: map_key_clear(KEY_SAVE); break;
  730. case 0x208: map_key_clear(KEY_PRINT); break;
  731. case 0x209: map_key_clear(KEY_PROPS); break;
  732. case 0x21a: map_key_clear(KEY_UNDO); break;
  733. case 0x21b: map_key_clear(KEY_COPY); break;
  734. case 0x21c: map_key_clear(KEY_CUT); break;
  735. case 0x21d: map_key_clear(KEY_PASTE); break;
  736. case 0x21f: map_key_clear(KEY_FIND); break;
  737. case 0x221: map_key_clear(KEY_SEARCH); break;
  738. case 0x222: map_key_clear(KEY_GOTO); break;
  739. case 0x223: map_key_clear(KEY_HOMEPAGE); break;
  740. case 0x224: map_key_clear(KEY_BACK); break;
  741. case 0x225: map_key_clear(KEY_FORWARD); break;
  742. case 0x226: map_key_clear(KEY_STOP); break;
  743. case 0x227: map_key_clear(KEY_REFRESH); break;
  744. case 0x22a: map_key_clear(KEY_BOOKMARKS); break;
  745. case 0x22d: map_key_clear(KEY_ZOOMIN); break;
  746. case 0x22e: map_key_clear(KEY_ZOOMOUT); break;
  747. case 0x22f: map_key_clear(KEY_ZOOMRESET); break;
  748. case 0x233: map_key_clear(KEY_SCROLLUP); break;
  749. case 0x234: map_key_clear(KEY_SCROLLDOWN); break;
  750. case 0x238: map_rel(REL_HWHEEL); break;
  751. case 0x23d: map_key_clear(KEY_EDIT); break;
  752. case 0x25f: map_key_clear(KEY_CANCEL); break;
  753. case 0x269: map_key_clear(KEY_INSERT); break;
  754. case 0x26a: map_key_clear(KEY_DELETE); break;
  755. case 0x279: map_key_clear(KEY_REDO); break;
  756. case 0x289: map_key_clear(KEY_REPLY); break;
  757. case 0x28b: map_key_clear(KEY_FORWARDMAIL); break;
  758. case 0x28c: map_key_clear(KEY_SEND); break;
  759. case 0x2c7: map_key_clear(KEY_KBDINPUTASSIST_PREV); break;
  760. case 0x2c8: map_key_clear(KEY_KBDINPUTASSIST_NEXT); break;
  761. case 0x2c9: map_key_clear(KEY_KBDINPUTASSIST_PREVGROUP); break;
  762. case 0x2ca: map_key_clear(KEY_KBDINPUTASSIST_NEXTGROUP); break;
  763. case 0x2cb: map_key_clear(KEY_KBDINPUTASSIST_ACCEPT); break;
  764. case 0x2cc: map_key_clear(KEY_KBDINPUTASSIST_CANCEL); break;
  765. default: map_key_clear(KEY_UNKNOWN);
  766. }
  767. break;
  768. case HID_UP_GENDEVCTRLS:
  769. if (hidinput_setup_battery(device, HID_INPUT_REPORT, field))
  770. goto ignore;
  771. else
  772. goto unknown;
  773. break;
  774. case HID_UP_HPVENDOR: /* Reported on a Dutch layout HP5308 */
  775. set_bit(EV_REP, input->evbit);
  776. switch (usage->hid & HID_USAGE) {
  777. case 0x021: map_key_clear(KEY_PRINT); break;
  778. case 0x070: map_key_clear(KEY_HP); break;
  779. case 0x071: map_key_clear(KEY_CAMERA); break;
  780. case 0x072: map_key_clear(KEY_SOUND); break;
  781. case 0x073: map_key_clear(KEY_QUESTION); break;
  782. case 0x080: map_key_clear(KEY_EMAIL); break;
  783. case 0x081: map_key_clear(KEY_CHAT); break;
  784. case 0x082: map_key_clear(KEY_SEARCH); break;
  785. case 0x083: map_key_clear(KEY_CONNECT); break;
  786. case 0x084: map_key_clear(KEY_FINANCE); break;
  787. case 0x085: map_key_clear(KEY_SPORT); break;
  788. case 0x086: map_key_clear(KEY_SHOP); break;
  789. default: goto ignore;
  790. }
  791. break;
  792. case HID_UP_HPVENDOR2:
  793. set_bit(EV_REP, input->evbit);
  794. switch (usage->hid & HID_USAGE) {
  795. case 0x003: map_key_clear(KEY_BRIGHTNESSDOWN); break;
  796. case 0x004: map_key_clear(KEY_BRIGHTNESSUP); break;
  797. default: goto ignore;
  798. }
  799. break;
  800. case HID_UP_MSVENDOR:
  801. goto ignore;
  802. case HID_UP_CUSTOM: /* Reported on Logitech and Apple USB keyboards */
  803. set_bit(EV_REP, input->evbit);
  804. goto ignore;
  805. case HID_UP_LOGIVENDOR:
  806. goto ignore;
  807. case HID_UP_PID:
  808. switch (usage->hid & HID_USAGE) {
  809. case 0xa4: map_key_clear(BTN_DEAD); break;
  810. default: goto ignore;
  811. }
  812. break;
  813. default:
  814. unknown:
  815. if (field->report_size == 1) {
  816. if (field->report->type == HID_OUTPUT_REPORT) {
  817. map_led(LED_MISC);
  818. break;
  819. }
  820. map_key(BTN_MISC);
  821. break;
  822. }
  823. if (field->flags & HID_MAIN_ITEM_RELATIVE) {
  824. map_rel(REL_MISC);
  825. break;
  826. }
  827. map_abs(ABS_MISC);
  828. break;
  829. }
  830. mapped:
  831. if (device->driver->input_mapped && device->driver->input_mapped(device,
  832. hidinput, field, usage, &bit, &max) < 0)
  833. goto ignore;
  834. set_bit(usage->type, input->evbit);
  835. while (usage->code <= max && test_and_set_bit(usage->code, bit))
  836. usage->code = find_next_zero_bit(bit, max + 1, usage->code);
  837. if (usage->code > max)
  838. goto ignore;
  839. if (usage->type == EV_ABS) {
  840. int a = field->logical_minimum;
  841. int b = field->logical_maximum;
  842. if ((device->quirks & HID_QUIRK_BADPAD) && (usage->code == ABS_X || usage->code == ABS_Y)) {
  843. a = field->logical_minimum = 0;
  844. b = field->logical_maximum = 255;
  845. }
  846. if (field->application == HID_GD_GAMEPAD || field->application == HID_GD_JOYSTICK)
  847. input_set_abs_params(input, usage->code, a, b, (b - a) >> 8, (b - a) >> 4);
  848. else input_set_abs_params(input, usage->code, a, b, 0, 0);
  849. input_abs_set_res(input, usage->code,
  850. hidinput_calc_abs_res(field, usage->code));
  851. /* use a larger default input buffer for MT devices */
  852. if (usage->code == ABS_MT_POSITION_X && input->hint_events_per_packet == 0)
  853. input_set_events_per_packet(input, 60);
  854. }
  855. if (usage->type == EV_ABS &&
  856. (usage->hat_min < usage->hat_max || usage->hat_dir)) {
  857. int i;
  858. for (i = usage->code; i < usage->code + 2 && i <= max; i++) {
  859. input_set_abs_params(input, i, -1, 1, 0, 0);
  860. set_bit(i, input->absbit);
  861. }
  862. if (usage->hat_dir && !field->dpad)
  863. field->dpad = usage->code;
  864. }
  865. /* for those devices which produce Consumer volume usage as relative,
  866. * we emulate pressing volumeup/volumedown appropriate number of times
  867. * in hidinput_hid_event()
  868. */
  869. if ((usage->type == EV_ABS) && (field->flags & HID_MAIN_ITEM_RELATIVE) &&
  870. (usage->code == ABS_VOLUME)) {
  871. set_bit(KEY_VOLUMEUP, input->keybit);
  872. set_bit(KEY_VOLUMEDOWN, input->keybit);
  873. }
  874. if (usage->type == EV_KEY) {
  875. set_bit(EV_MSC, input->evbit);
  876. set_bit(MSC_SCAN, input->mscbit);
  877. }
  878. ignore:
  879. return;
  880. }
  881. void hidinput_hid_event(struct hid_device *hid, struct hid_field *field, struct hid_usage *usage, __s32 value)
  882. {
  883. struct input_dev *input;
  884. unsigned *quirks = &hid->quirks;
  885. if (!field->hidinput)
  886. return;
  887. input = field->hidinput->input;
  888. if (!usage->type)
  889. return;
  890. if (usage->hat_min < usage->hat_max || usage->hat_dir) {
  891. int hat_dir = usage->hat_dir;
  892. if (!hat_dir)
  893. hat_dir = (value - usage->hat_min) * 8 / (usage->hat_max - usage->hat_min + 1) + 1;
  894. if (hat_dir < 0 || hat_dir > 8) hat_dir = 0;
  895. input_event(input, usage->type, usage->code , hid_hat_to_axis[hat_dir].x);
  896. input_event(input, usage->type, usage->code + 1, hid_hat_to_axis[hat_dir].y);
  897. return;
  898. }
  899. if (usage->hid == (HID_UP_DIGITIZER | 0x003c)) { /* Invert */
  900. *quirks = value ? (*quirks | HID_QUIRK_INVERT) : (*quirks & ~HID_QUIRK_INVERT);
  901. return;
  902. }
  903. if (usage->hid == (HID_UP_DIGITIZER | 0x0032)) { /* InRange */
  904. if (value) {
  905. input_event(input, usage->type, (*quirks & HID_QUIRK_INVERT) ? BTN_TOOL_RUBBER : usage->code, 1);
  906. return;
  907. }
  908. input_event(input, usage->type, usage->code, 0);
  909. input_event(input, usage->type, BTN_TOOL_RUBBER, 0);
  910. return;
  911. }
  912. if (usage->hid == (HID_UP_DIGITIZER | 0x0030) && (*quirks & HID_QUIRK_NOTOUCH)) { /* Pressure */
  913. int a = field->logical_minimum;
  914. int b = field->logical_maximum;
  915. input_event(input, EV_KEY, BTN_TOUCH, value > a + ((b - a) >> 3));
  916. }
  917. if (usage->hid == (HID_UP_PID | 0x83UL)) { /* Simultaneous Effects Max */
  918. dbg_hid("Maximum Effects - %d\n",value);
  919. return;
  920. }
  921. if (usage->hid == (HID_UP_PID | 0x7fUL)) {
  922. dbg_hid("PID Pool Report\n");
  923. return;
  924. }
  925. if ((usage->type == EV_KEY) && (usage->code == 0)) /* Key 0 is "unassigned", not KEY_UNKNOWN */
  926. return;
  927. if ((usage->type == EV_ABS) && (field->flags & HID_MAIN_ITEM_RELATIVE) &&
  928. (usage->code == ABS_VOLUME)) {
  929. int count = abs(value);
  930. int direction = value > 0 ? KEY_VOLUMEUP : KEY_VOLUMEDOWN;
  931. int i;
  932. for (i = 0; i < count; i++) {
  933. input_event(input, EV_KEY, direction, 1);
  934. input_sync(input);
  935. input_event(input, EV_KEY, direction, 0);
  936. input_sync(input);
  937. }
  938. return;
  939. }
  940. /*
  941. * Ignore out-of-range values as per HID specification,
  942. * section 5.10 and 6.2.25.
  943. *
  944. * The logical_minimum < logical_maximum check is done so that we
  945. * don't unintentionally discard values sent by devices which
  946. * don't specify logical min and max.
  947. */
  948. if ((field->flags & HID_MAIN_ITEM_VARIABLE) &&
  949. (field->logical_minimum < field->logical_maximum) &&
  950. (value < field->logical_minimum ||
  951. value > field->logical_maximum)) {
  952. dbg_hid("Ignoring out-of-range value %x\n", value);
  953. return;
  954. }
  955. /*
  956. * Ignore reports for absolute data if the data didn't change. This is
  957. * not only an optimization but also fixes 'dead' key reports. Some
  958. * RollOver implementations for localized keys (like BACKSLASH/PIPE; HID
  959. * 0x31 and 0x32) report multiple keys, even though a localized keyboard
  960. * can only have one of them physically available. The 'dead' keys
  961. * report constant 0. As all map to the same keycode, they'd confuse
  962. * the input layer. If we filter the 'dead' keys on the HID level, we
  963. * skip the keycode translation and only forward real events.
  964. */
  965. if (!(field->flags & (HID_MAIN_ITEM_RELATIVE |
  966. HID_MAIN_ITEM_BUFFERED_BYTE)) &&
  967. (field->flags & HID_MAIN_ITEM_VARIABLE) &&
  968. usage->usage_index < field->maxusage &&
  969. value == field->value[usage->usage_index])
  970. return;
  971. /* report the usage code as scancode if the key status has changed */
  972. if (usage->type == EV_KEY && !!test_bit(usage->code, input->key) != value)
  973. input_event(input, EV_MSC, MSC_SCAN, usage->hid);
  974. input_event(input, usage->type, usage->code, value);
  975. if ((field->flags & HID_MAIN_ITEM_RELATIVE) && (usage->type == EV_KEY))
  976. input_event(input, usage->type, usage->code, 0);
  977. }
  978. void hidinput_report_event(struct hid_device *hid, struct hid_report *report)
  979. {
  980. struct hid_input *hidinput;
  981. if (hid->quirks & HID_QUIRK_NO_INPUT_SYNC)
  982. return;
  983. list_for_each_entry(hidinput, &hid->inputs, list)
  984. input_sync(hidinput->input);
  985. }
  986. EXPORT_SYMBOL_GPL(hidinput_report_event);
  987. int hidinput_find_field(struct hid_device *hid, unsigned int type, unsigned int code, struct hid_field **field)
  988. {
  989. struct hid_report *report;
  990. int i, j;
  991. list_for_each_entry(report, &hid->report_enum[HID_OUTPUT_REPORT].report_list, list) {
  992. for (i = 0; i < report->maxfield; i++) {
  993. *field = report->field[i];
  994. for (j = 0; j < (*field)->maxusage; j++)
  995. if ((*field)->usage[j].type == type && (*field)->usage[j].code == code)
  996. return j;
  997. }
  998. }
  999. return -1;
  1000. }
  1001. EXPORT_SYMBOL_GPL(hidinput_find_field);
  1002. struct hid_field *hidinput_get_led_field(struct hid_device *hid)
  1003. {
  1004. struct hid_report *report;
  1005. struct hid_field *field;
  1006. int i, j;
  1007. list_for_each_entry(report,
  1008. &hid->report_enum[HID_OUTPUT_REPORT].report_list,
  1009. list) {
  1010. for (i = 0; i < report->maxfield; i++) {
  1011. field = report->field[i];
  1012. for (j = 0; j < field->maxusage; j++)
  1013. if (field->usage[j].type == EV_LED)
  1014. return field;
  1015. }
  1016. }
  1017. return NULL;
  1018. }
  1019. EXPORT_SYMBOL_GPL(hidinput_get_led_field);
  1020. unsigned int hidinput_count_leds(struct hid_device *hid)
  1021. {
  1022. struct hid_report *report;
  1023. struct hid_field *field;
  1024. int i, j;
  1025. unsigned int count = 0;
  1026. list_for_each_entry(report,
  1027. &hid->report_enum[HID_OUTPUT_REPORT].report_list,
  1028. list) {
  1029. for (i = 0; i < report->maxfield; i++) {
  1030. field = report->field[i];
  1031. for (j = 0; j < field->maxusage; j++)
  1032. if (field->usage[j].type == EV_LED &&
  1033. field->value[j])
  1034. count += 1;
  1035. }
  1036. }
  1037. return count;
  1038. }
  1039. EXPORT_SYMBOL_GPL(hidinput_count_leds);
  1040. static void hidinput_led_worker(struct work_struct *work)
  1041. {
  1042. struct hid_device *hid = container_of(work, struct hid_device,
  1043. led_work);
  1044. struct hid_field *field;
  1045. struct hid_report *report;
  1046. int len, ret;
  1047. __u8 *buf;
  1048. field = hidinput_get_led_field(hid);
  1049. if (!field)
  1050. return;
  1051. /*
  1052. * field->report is accessed unlocked regarding HID core. So there might
  1053. * be another incoming SET-LED request from user-space, which changes
  1054. * the LED state while we assemble our outgoing buffer. However, this
  1055. * doesn't matter as hid_output_report() correctly converts it into a
  1056. * boolean value no matter what information is currently set on the LED
  1057. * field (even garbage). So the remote device will always get a valid
  1058. * request.
  1059. * And in case we send a wrong value, a next led worker is spawned
  1060. * for every SET-LED request so the following worker will send the
  1061. * correct value, guaranteed!
  1062. */
  1063. report = field->report;
  1064. /* use custom SET_REPORT request if possible (asynchronous) */
  1065. if (hid->ll_driver->request)
  1066. return hid->ll_driver->request(hid, report, HID_REQ_SET_REPORT);
  1067. /* fall back to generic raw-output-report */
  1068. len = hid_report_len(report);
  1069. buf = hid_alloc_report_buf(report, GFP_KERNEL);
  1070. if (!buf)
  1071. return;
  1072. hid_output_report(report, buf);
  1073. /* synchronous output report */
  1074. ret = hid_hw_output_report(hid, buf, len);
  1075. if (ret == -ENOSYS)
  1076. hid_hw_raw_request(hid, report->id, buf, len, HID_OUTPUT_REPORT,
  1077. HID_REQ_SET_REPORT);
  1078. kfree(buf);
  1079. }
  1080. static int hidinput_input_event(struct input_dev *dev, unsigned int type,
  1081. unsigned int code, int value)
  1082. {
  1083. struct hid_device *hid = input_get_drvdata(dev);
  1084. struct hid_field *field;
  1085. int offset;
  1086. if (type == EV_FF)
  1087. return input_ff_event(dev, type, code, value);
  1088. if (type != EV_LED)
  1089. return -1;
  1090. if ((offset = hidinput_find_field(hid, type, code, &field)) == -1) {
  1091. hid_warn(dev, "event field not found\n");
  1092. return -1;
  1093. }
  1094. hid_set_field(field, offset, value);
  1095. schedule_work(&hid->led_work);
  1096. return 0;
  1097. }
  1098. static int hidinput_open(struct input_dev *dev)
  1099. {
  1100. struct hid_device *hid = input_get_drvdata(dev);
  1101. return hid_hw_open(hid);
  1102. }
  1103. static void hidinput_close(struct input_dev *dev)
  1104. {
  1105. struct hid_device *hid = input_get_drvdata(dev);
  1106. hid_hw_close(hid);
  1107. }
  1108. static void report_features(struct hid_device *hid)
  1109. {
  1110. struct hid_driver *drv = hid->driver;
  1111. struct hid_report_enum *rep_enum;
  1112. struct hid_report *rep;
  1113. int i, j;
  1114. rep_enum = &hid->report_enum[HID_FEATURE_REPORT];
  1115. list_for_each_entry(rep, &rep_enum->report_list, list)
  1116. for (i = 0; i < rep->maxfield; i++) {
  1117. /* Ignore if report count is out of bounds. */
  1118. if (rep->field[i]->report_count < 1)
  1119. continue;
  1120. for (j = 0; j < rep->field[i]->maxusage; j++) {
  1121. /* Verify if Battery Strength feature is available */
  1122. hidinput_setup_battery(hid, HID_FEATURE_REPORT, rep->field[i]);
  1123. if (drv->feature_mapping)
  1124. drv->feature_mapping(hid, rep->field[i],
  1125. rep->field[i]->usage + j);
  1126. }
  1127. }
  1128. }
  1129. static struct hid_input *hidinput_allocate(struct hid_device *hid)
  1130. {
  1131. struct hid_input *hidinput = kzalloc(sizeof(*hidinput), GFP_KERNEL);
  1132. struct input_dev *input_dev = input_allocate_device();
  1133. if (!hidinput || !input_dev) {
  1134. kfree(hidinput);
  1135. input_free_device(input_dev);
  1136. hid_err(hid, "Out of memory during hid input probe\n");
  1137. return NULL;
  1138. }
  1139. input_set_drvdata(input_dev, hid);
  1140. input_dev->event = hidinput_input_event;
  1141. input_dev->open = hidinput_open;
  1142. input_dev->close = hidinput_close;
  1143. input_dev->setkeycode = hidinput_setkeycode;
  1144. input_dev->getkeycode = hidinput_getkeycode;
  1145. input_dev->name = hid->name;
  1146. input_dev->phys = hid->phys;
  1147. input_dev->uniq = hid->uniq;
  1148. input_dev->id.bustype = hid->bus;
  1149. input_dev->id.vendor = hid->vendor;
  1150. input_dev->id.product = hid->product;
  1151. input_dev->id.version = hid->version;
  1152. input_dev->dev.parent = &hid->dev;
  1153. hidinput->input = input_dev;
  1154. list_add_tail(&hidinput->list, &hid->inputs);
  1155. return hidinput;
  1156. }
  1157. static bool hidinput_has_been_populated(struct hid_input *hidinput)
  1158. {
  1159. int i;
  1160. unsigned long r = 0;
  1161. for (i = 0; i < BITS_TO_LONGS(EV_CNT); i++)
  1162. r |= hidinput->input->evbit[i];
  1163. for (i = 0; i < BITS_TO_LONGS(KEY_CNT); i++)
  1164. r |= hidinput->input->keybit[i];
  1165. for (i = 0; i < BITS_TO_LONGS(REL_CNT); i++)
  1166. r |= hidinput->input->relbit[i];
  1167. for (i = 0; i < BITS_TO_LONGS(ABS_CNT); i++)
  1168. r |= hidinput->input->absbit[i];
  1169. for (i = 0; i < BITS_TO_LONGS(MSC_CNT); i++)
  1170. r |= hidinput->input->mscbit[i];
  1171. for (i = 0; i < BITS_TO_LONGS(LED_CNT); i++)
  1172. r |= hidinput->input->ledbit[i];
  1173. for (i = 0; i < BITS_TO_LONGS(SND_CNT); i++)
  1174. r |= hidinput->input->sndbit[i];
  1175. for (i = 0; i < BITS_TO_LONGS(FF_CNT); i++)
  1176. r |= hidinput->input->ffbit[i];
  1177. for (i = 0; i < BITS_TO_LONGS(SW_CNT); i++)
  1178. r |= hidinput->input->swbit[i];
  1179. return !!r;
  1180. }
  1181. static void hidinput_cleanup_hidinput(struct hid_device *hid,
  1182. struct hid_input *hidinput)
  1183. {
  1184. struct hid_report *report;
  1185. int i, k;
  1186. list_del(&hidinput->list);
  1187. input_free_device(hidinput->input);
  1188. for (k = HID_INPUT_REPORT; k <= HID_OUTPUT_REPORT; k++) {
  1189. if (k == HID_OUTPUT_REPORT &&
  1190. hid->quirks & HID_QUIRK_SKIP_OUTPUT_REPORTS)
  1191. continue;
  1192. list_for_each_entry(report, &hid->report_enum[k].report_list,
  1193. list) {
  1194. for (i = 0; i < report->maxfield; i++)
  1195. if (report->field[i]->hidinput == hidinput)
  1196. report->field[i]->hidinput = NULL;
  1197. }
  1198. }
  1199. kfree(hidinput);
  1200. }
  1201. /*
  1202. * Register the input device; print a message.
  1203. * Configure the input layer interface
  1204. * Read all reports and initialize the absolute field values.
  1205. */
  1206. int hidinput_connect(struct hid_device *hid, unsigned int force)
  1207. {
  1208. struct hid_driver *drv = hid->driver;
  1209. struct hid_report *report;
  1210. struct hid_input *hidinput = NULL;
  1211. int i, j, k;
  1212. INIT_LIST_HEAD(&hid->inputs);
  1213. INIT_WORK(&hid->led_work, hidinput_led_worker);
  1214. if (!force) {
  1215. for (i = 0; i < hid->maxcollection; i++) {
  1216. struct hid_collection *col = &hid->collection[i];
  1217. if (col->type == HID_COLLECTION_APPLICATION ||
  1218. col->type == HID_COLLECTION_PHYSICAL)
  1219. if (IS_INPUT_APPLICATION(col->usage))
  1220. break;
  1221. }
  1222. if (i == hid->maxcollection)
  1223. return -1;
  1224. }
  1225. report_features(hid);
  1226. for (k = HID_INPUT_REPORT; k <= HID_OUTPUT_REPORT; k++) {
  1227. if (k == HID_OUTPUT_REPORT &&
  1228. hid->quirks & HID_QUIRK_SKIP_OUTPUT_REPORTS)
  1229. continue;
  1230. list_for_each_entry(report, &hid->report_enum[k].report_list, list) {
  1231. if (!report->maxfield)
  1232. continue;
  1233. if (!hidinput) {
  1234. hidinput = hidinput_allocate(hid);
  1235. if (!hidinput)
  1236. goto out_unwind;
  1237. }
  1238. for (i = 0; i < report->maxfield; i++)
  1239. for (j = 0; j < report->field[i]->maxusage; j++)
  1240. hidinput_configure_usage(hidinput, report->field[i],
  1241. report->field[i]->usage + j);
  1242. if ((hid->quirks & HID_QUIRK_NO_EMPTY_INPUT) &&
  1243. !hidinput_has_been_populated(hidinput))
  1244. continue;
  1245. if (hid->quirks & HID_QUIRK_MULTI_INPUT) {
  1246. /* This will leave hidinput NULL, so that it
  1247. * allocates another one if we have more inputs on
  1248. * the same interface. Some devices (e.g. Happ's
  1249. * UGCI) cram a lot of unrelated inputs into the
  1250. * same interface. */
  1251. hidinput->report = report;
  1252. if (drv->input_configured)
  1253. drv->input_configured(hid, hidinput);
  1254. if (input_register_device(hidinput->input))
  1255. goto out_cleanup;
  1256. hidinput = NULL;
  1257. }
  1258. }
  1259. }
  1260. if (hidinput && (hid->quirks & HID_QUIRK_NO_EMPTY_INPUT) &&
  1261. !hidinput_has_been_populated(hidinput)) {
  1262. /* no need to register an input device not populated */
  1263. hidinput_cleanup_hidinput(hid, hidinput);
  1264. hidinput = NULL;
  1265. }
  1266. if (list_empty(&hid->inputs)) {
  1267. hid_err(hid, "No inputs registered, leaving\n");
  1268. goto out_unwind;
  1269. }
  1270. if (hidinput) {
  1271. if (drv->input_configured)
  1272. drv->input_configured(hid, hidinput);
  1273. if (input_register_device(hidinput->input))
  1274. goto out_cleanup;
  1275. }
  1276. return 0;
  1277. out_cleanup:
  1278. list_del(&hidinput->list);
  1279. input_free_device(hidinput->input);
  1280. kfree(hidinput);
  1281. out_unwind:
  1282. /* unwind the ones we already registered */
  1283. hidinput_disconnect(hid);
  1284. return -1;
  1285. }
  1286. EXPORT_SYMBOL_GPL(hidinput_connect);
  1287. void hidinput_disconnect(struct hid_device *hid)
  1288. {
  1289. struct hid_input *hidinput, *next;
  1290. hidinput_cleanup_battery(hid);
  1291. list_for_each_entry_safe(hidinput, next, &hid->inputs, list) {
  1292. list_del(&hidinput->list);
  1293. input_unregister_device(hidinput->input);
  1294. kfree(hidinput);
  1295. }
  1296. /* led_work is spawned by input_dev callbacks, but doesn't access the
  1297. * parent input_dev at all. Once all input devices are removed, we
  1298. * know that led_work will never get restarted, so we can cancel it
  1299. * synchronously and are safe. */
  1300. cancel_work_sync(&hid->led_work);
  1301. }
  1302. EXPORT_SYMBOL_GPL(hidinput_disconnect);