hgpk.c 27 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067
  1. /*
  2. * OLPC HGPK (XO-1) touchpad PS/2 mouse driver
  3. *
  4. * Copyright (c) 2006-2008 One Laptop Per Child
  5. * Authors:
  6. * Zephaniah E. Hull
  7. * Andres Salomon <dilinger@debian.org>
  8. *
  9. * This driver is partly based on the ALPS driver, which is:
  10. *
  11. * Copyright (c) 2003 Neil Brown <neilb@cse.unsw.edu.au>
  12. * Copyright (c) 2003-2005 Peter Osterlund <petero2@telia.com>
  13. * Copyright (c) 2004 Dmitry Torokhov <dtor@mail.ru>
  14. * Copyright (c) 2005 Vojtech Pavlik <vojtech@suse.cz>
  15. *
  16. * This program is free software; you can redistribute it and/or modify
  17. * it under the terms of the GNU General Public License version 2 as
  18. * published by the Free Software Foundation.
  19. */
  20. /*
  21. * The spec from ALPS is available from
  22. * <http://wiki.laptop.org/go/Touch_Pad/Tablet>. It refers to this
  23. * device as HGPK (Hybrid GS, PT, and Keymatrix).
  24. *
  25. * The earliest versions of the device had simultaneous reporting; that
  26. * was removed. After that, the device used the Advanced Mode GS/PT streaming
  27. * stuff. That turned out to be too buggy to support, so we've finally
  28. * switched to Mouse Mode (which utilizes only the center 1/3 of the touchpad).
  29. */
  30. #define DEBUG
  31. #include <linux/slab.h>
  32. #include <linux/input.h>
  33. #include <linux/module.h>
  34. #include <linux/serio.h>
  35. #include <linux/libps2.h>
  36. #include <linux/delay.h>
  37. #include <asm/olpc.h>
  38. #include "psmouse.h"
  39. #include "hgpk.h"
  40. #define ILLEGAL_XY 999999
  41. static bool tpdebug;
  42. module_param(tpdebug, bool, 0644);
  43. MODULE_PARM_DESC(tpdebug, "enable debugging, dumping packets to KERN_DEBUG.");
  44. static int recalib_delta = 100;
  45. module_param(recalib_delta, int, 0644);
  46. MODULE_PARM_DESC(recalib_delta,
  47. "packets containing a delta this large will be discarded, and a "
  48. "recalibration may be scheduled.");
  49. static int jumpy_delay = 20;
  50. module_param(jumpy_delay, int, 0644);
  51. MODULE_PARM_DESC(jumpy_delay,
  52. "delay (ms) before recal after jumpiness detected");
  53. static int spew_delay = 1;
  54. module_param(spew_delay, int, 0644);
  55. MODULE_PARM_DESC(spew_delay,
  56. "delay (ms) before recal after packet spew detected");
  57. static int recal_guard_time;
  58. module_param(recal_guard_time, int, 0644);
  59. MODULE_PARM_DESC(recal_guard_time,
  60. "interval (ms) during which recal will be restarted if packet received");
  61. static int post_interrupt_delay = 40;
  62. module_param(post_interrupt_delay, int, 0644);
  63. MODULE_PARM_DESC(post_interrupt_delay,
  64. "delay (ms) before recal after recal interrupt detected");
  65. static bool autorecal = true;
  66. module_param(autorecal, bool, 0644);
  67. MODULE_PARM_DESC(autorecal, "enable recalibration in the driver");
  68. static char hgpk_mode_name[16];
  69. module_param_string(hgpk_mode, hgpk_mode_name, sizeof(hgpk_mode_name), 0644);
  70. MODULE_PARM_DESC(hgpk_mode,
  71. "default hgpk mode: mouse, glidesensor or pentablet");
  72. static int hgpk_default_mode = HGPK_MODE_MOUSE;
  73. static const char * const hgpk_mode_names[] = {
  74. [HGPK_MODE_MOUSE] = "Mouse",
  75. [HGPK_MODE_GLIDESENSOR] = "GlideSensor",
  76. [HGPK_MODE_PENTABLET] = "PenTablet",
  77. };
  78. static int hgpk_mode_from_name(const char *buf, int len)
  79. {
  80. int i;
  81. for (i = 0; i < ARRAY_SIZE(hgpk_mode_names); i++) {
  82. const char *name = hgpk_mode_names[i];
  83. if (strlen(name) == len && !strncasecmp(name, buf, len))
  84. return i;
  85. }
  86. return HGPK_MODE_INVALID;
  87. }
  88. /*
  89. * see if new value is within 20% of half of old value
  90. */
  91. static int approx_half(int curr, int prev)
  92. {
  93. int belowhalf, abovehalf;
  94. if (curr < 5 || prev < 5)
  95. return 0;
  96. belowhalf = (prev * 8) / 20;
  97. abovehalf = (prev * 12) / 20;
  98. return belowhalf < curr && curr <= abovehalf;
  99. }
  100. /*
  101. * Throw out oddly large delta packets, and any that immediately follow whose
  102. * values are each approximately half of the previous. It seems that the ALPS
  103. * firmware emits errant packets, and they get averaged out slowly.
  104. */
  105. static int hgpk_discard_decay_hack(struct psmouse *psmouse, int x, int y)
  106. {
  107. struct hgpk_data *priv = psmouse->private;
  108. int avx, avy;
  109. bool do_recal = false;
  110. avx = abs(x);
  111. avy = abs(y);
  112. /* discard if too big, or half that but > 4 times the prev delta */
  113. if (avx > recalib_delta ||
  114. (avx > recalib_delta / 2 && ((avx / 4) > priv->xlast))) {
  115. psmouse_warn(psmouse, "detected %dpx jump in x\n", x);
  116. priv->xbigj = avx;
  117. } else if (approx_half(avx, priv->xbigj)) {
  118. psmouse_warn(psmouse, "detected secondary %dpx jump in x\n", x);
  119. priv->xbigj = avx;
  120. priv->xsaw_secondary++;
  121. } else {
  122. if (priv->xbigj && priv->xsaw_secondary > 1)
  123. do_recal = true;
  124. priv->xbigj = 0;
  125. priv->xsaw_secondary = 0;
  126. }
  127. if (avy > recalib_delta ||
  128. (avy > recalib_delta / 2 && ((avy / 4) > priv->ylast))) {
  129. psmouse_warn(psmouse, "detected %dpx jump in y\n", y);
  130. priv->ybigj = avy;
  131. } else if (approx_half(avy, priv->ybigj)) {
  132. psmouse_warn(psmouse, "detected secondary %dpx jump in y\n", y);
  133. priv->ybigj = avy;
  134. priv->ysaw_secondary++;
  135. } else {
  136. if (priv->ybigj && priv->ysaw_secondary > 1)
  137. do_recal = true;
  138. priv->ybigj = 0;
  139. priv->ysaw_secondary = 0;
  140. }
  141. priv->xlast = avx;
  142. priv->ylast = avy;
  143. if (do_recal && jumpy_delay) {
  144. psmouse_warn(psmouse, "scheduling recalibration\n");
  145. psmouse_queue_work(psmouse, &priv->recalib_wq,
  146. msecs_to_jiffies(jumpy_delay));
  147. }
  148. return priv->xbigj || priv->ybigj;
  149. }
  150. static void hgpk_reset_spew_detection(struct hgpk_data *priv)
  151. {
  152. priv->spew_count = 0;
  153. priv->dupe_count = 0;
  154. priv->x_tally = 0;
  155. priv->y_tally = 0;
  156. priv->spew_flag = NO_SPEW;
  157. }
  158. static void hgpk_reset_hack_state(struct psmouse *psmouse)
  159. {
  160. struct hgpk_data *priv = psmouse->private;
  161. priv->abs_x = priv->abs_y = -1;
  162. priv->xlast = priv->ylast = ILLEGAL_XY;
  163. priv->xbigj = priv->ybigj = 0;
  164. priv->xsaw_secondary = priv->ysaw_secondary = 0;
  165. hgpk_reset_spew_detection(priv);
  166. }
  167. /*
  168. * We have no idea why this particular hardware bug occurs. The touchpad
  169. * will randomly start spewing packets without anything touching the
  170. * pad. This wouldn't necessarily be bad, but it's indicative of a
  171. * severely miscalibrated pad; attempting to use the touchpad while it's
  172. * spewing means the cursor will jump all over the place, and act "drunk".
  173. *
  174. * The packets that are spewed tend to all have deltas between -2 and 2, and
  175. * the cursor will move around without really going very far. It will
  176. * tend to end up in the same location; if we tally up the changes over
  177. * 100 packets, we end up w/ a final delta of close to 0. This happens
  178. * pretty regularly when the touchpad is spewing, and is pretty hard to
  179. * manually trigger (at least for *my* fingers). So, it makes a perfect
  180. * scheme for detecting spews.
  181. */
  182. static void hgpk_spewing_hack(struct psmouse *psmouse,
  183. int l, int r, int x, int y)
  184. {
  185. struct hgpk_data *priv = psmouse->private;
  186. /* ignore button press packets; many in a row could trigger
  187. * a false-positive! */
  188. if (l || r)
  189. return;
  190. /* don't track spew if the workaround feature has been turned off */
  191. if (!spew_delay)
  192. return;
  193. if (abs(x) > 3 || abs(y) > 3) {
  194. /* no spew, or spew ended */
  195. hgpk_reset_spew_detection(priv);
  196. return;
  197. }
  198. /* Keep a tally of the overall delta to the cursor position caused by
  199. * the spew */
  200. priv->x_tally += x;
  201. priv->y_tally += y;
  202. switch (priv->spew_flag) {
  203. case NO_SPEW:
  204. /* we're not spewing, but this packet might be the start */
  205. priv->spew_flag = MAYBE_SPEWING;
  206. /* fall-through */
  207. case MAYBE_SPEWING:
  208. priv->spew_count++;
  209. if (priv->spew_count < SPEW_WATCH_COUNT)
  210. break;
  211. /* excessive spew detected, request recalibration */
  212. priv->spew_flag = SPEW_DETECTED;
  213. /* fall-through */
  214. case SPEW_DETECTED:
  215. /* only recalibrate when the overall delta to the cursor
  216. * is really small. if the spew is causing significant cursor
  217. * movement, it is probably a case of the user moving the
  218. * cursor very slowly across the screen. */
  219. if (abs(priv->x_tally) < 3 && abs(priv->y_tally) < 3) {
  220. psmouse_warn(psmouse, "packet spew detected (%d,%d)\n",
  221. priv->x_tally, priv->y_tally);
  222. priv->spew_flag = RECALIBRATING;
  223. psmouse_queue_work(psmouse, &priv->recalib_wq,
  224. msecs_to_jiffies(spew_delay));
  225. }
  226. break;
  227. case RECALIBRATING:
  228. /* we already detected a spew and requested a recalibration,
  229. * just wait for the queue to kick into action. */
  230. break;
  231. }
  232. }
  233. /*
  234. * HGPK Mouse Mode format (standard mouse format, sans middle button)
  235. *
  236. * byte 0: y-over x-over y-neg x-neg 1 0 swr swl
  237. * byte 1: x7 x6 x5 x4 x3 x2 x1 x0
  238. * byte 2: y7 y6 y5 y4 y3 y2 y1 y0
  239. *
  240. * swr/swl are the left/right buttons.
  241. * x-neg/y-neg are the x and y delta negative bits
  242. * x-over/y-over are the x and y overflow bits
  243. *
  244. * ---
  245. *
  246. * HGPK Advanced Mode - single-mode format
  247. *
  248. * byte 0(PT): 1 1 0 0 1 1 1 1
  249. * byte 0(GS): 1 1 1 1 1 1 1 1
  250. * byte 1: 0 x6 x5 x4 x3 x2 x1 x0
  251. * byte 2(PT): 0 0 x9 x8 x7 ? pt-dsw 0
  252. * byte 2(GS): 0 x10 x9 x8 x7 ? gs-dsw pt-dsw
  253. * byte 3: 0 y9 y8 y7 1 0 swr swl
  254. * byte 4: 0 y6 y5 y4 y3 y2 y1 y0
  255. * byte 5: 0 z6 z5 z4 z3 z2 z1 z0
  256. *
  257. * ?'s are not defined in the protocol spec, may vary between models.
  258. *
  259. * swr/swl are the left/right buttons.
  260. *
  261. * pt-dsw/gs-dsw indicate that the pt/gs sensor is detecting a
  262. * pen/finger
  263. */
  264. static bool hgpk_is_byte_valid(struct psmouse *psmouse, unsigned char *packet)
  265. {
  266. struct hgpk_data *priv = psmouse->private;
  267. int pktcnt = psmouse->pktcnt;
  268. bool valid;
  269. switch (priv->mode) {
  270. case HGPK_MODE_MOUSE:
  271. valid = (packet[0] & 0x0C) == 0x08;
  272. break;
  273. case HGPK_MODE_GLIDESENSOR:
  274. valid = pktcnt == 1 ?
  275. packet[0] == HGPK_GS : !(packet[pktcnt - 1] & 0x80);
  276. break;
  277. case HGPK_MODE_PENTABLET:
  278. valid = pktcnt == 1 ?
  279. packet[0] == HGPK_PT : !(packet[pktcnt - 1] & 0x80);
  280. break;
  281. default:
  282. valid = false;
  283. break;
  284. }
  285. if (!valid)
  286. psmouse_dbg(psmouse,
  287. "bad data, mode %d (%d) %*ph\n",
  288. priv->mode, pktcnt, 6, psmouse->packet);
  289. return valid;
  290. }
  291. static void hgpk_process_advanced_packet(struct psmouse *psmouse)
  292. {
  293. struct hgpk_data *priv = psmouse->private;
  294. struct input_dev *idev = psmouse->dev;
  295. unsigned char *packet = psmouse->packet;
  296. int down = !!(packet[2] & 2);
  297. int left = !!(packet[3] & 1);
  298. int right = !!(packet[3] & 2);
  299. int x = packet[1] | ((packet[2] & 0x78) << 4);
  300. int y = packet[4] | ((packet[3] & 0x70) << 3);
  301. if (priv->mode == HGPK_MODE_GLIDESENSOR) {
  302. int pt_down = !!(packet[2] & 1);
  303. int finger_down = !!(packet[2] & 2);
  304. int z = packet[5];
  305. input_report_abs(idev, ABS_PRESSURE, z);
  306. if (tpdebug)
  307. psmouse_dbg(psmouse, "pd=%d fd=%d z=%d",
  308. pt_down, finger_down, z);
  309. } else {
  310. /*
  311. * PenTablet mode does not report pressure, so we don't
  312. * report it here
  313. */
  314. if (tpdebug)
  315. psmouse_dbg(psmouse, "pd=%d ", down);
  316. }
  317. if (tpdebug)
  318. psmouse_dbg(psmouse, "l=%d r=%d x=%d y=%d\n",
  319. left, right, x, y);
  320. input_report_key(idev, BTN_TOUCH, down);
  321. input_report_key(idev, BTN_LEFT, left);
  322. input_report_key(idev, BTN_RIGHT, right);
  323. /*
  324. * If this packet says that the finger was removed, reset our position
  325. * tracking so that we don't erroneously detect a jump on next press.
  326. */
  327. if (!down) {
  328. hgpk_reset_hack_state(psmouse);
  329. goto done;
  330. }
  331. /*
  332. * Weed out duplicate packets (we get quite a few, and they mess up
  333. * our jump detection)
  334. */
  335. if (x == priv->abs_x && y == priv->abs_y) {
  336. if (++priv->dupe_count > SPEW_WATCH_COUNT) {
  337. if (tpdebug)
  338. psmouse_dbg(psmouse, "hard spew detected\n");
  339. priv->spew_flag = RECALIBRATING;
  340. psmouse_queue_work(psmouse, &priv->recalib_wq,
  341. msecs_to_jiffies(spew_delay));
  342. }
  343. goto done;
  344. }
  345. /* not a duplicate, continue with position reporting */
  346. priv->dupe_count = 0;
  347. /* Don't apply hacks in PT mode, it seems reliable */
  348. if (priv->mode != HGPK_MODE_PENTABLET && priv->abs_x != -1) {
  349. int x_diff = priv->abs_x - x;
  350. int y_diff = priv->abs_y - y;
  351. if (hgpk_discard_decay_hack(psmouse, x_diff, y_diff)) {
  352. if (tpdebug)
  353. psmouse_dbg(psmouse, "discarding\n");
  354. goto done;
  355. }
  356. hgpk_spewing_hack(psmouse, left, right, x_diff, y_diff);
  357. }
  358. input_report_abs(idev, ABS_X, x);
  359. input_report_abs(idev, ABS_Y, y);
  360. priv->abs_x = x;
  361. priv->abs_y = y;
  362. done:
  363. input_sync(idev);
  364. }
  365. static void hgpk_process_simple_packet(struct psmouse *psmouse)
  366. {
  367. struct input_dev *dev = psmouse->dev;
  368. unsigned char *packet = psmouse->packet;
  369. int left = packet[0] & 1;
  370. int right = (packet[0] >> 1) & 1;
  371. int x = packet[1] - ((packet[0] << 4) & 0x100);
  372. int y = ((packet[0] << 3) & 0x100) - packet[2];
  373. if (packet[0] & 0xc0)
  374. psmouse_dbg(psmouse,
  375. "overflow -- 0x%02x 0x%02x 0x%02x\n",
  376. packet[0], packet[1], packet[2]);
  377. if (hgpk_discard_decay_hack(psmouse, x, y)) {
  378. if (tpdebug)
  379. psmouse_dbg(psmouse, "discarding\n");
  380. return;
  381. }
  382. hgpk_spewing_hack(psmouse, left, right, x, y);
  383. if (tpdebug)
  384. psmouse_dbg(psmouse, "l=%d r=%d x=%d y=%d\n",
  385. left, right, x, y);
  386. input_report_key(dev, BTN_LEFT, left);
  387. input_report_key(dev, BTN_RIGHT, right);
  388. input_report_rel(dev, REL_X, x);
  389. input_report_rel(dev, REL_Y, y);
  390. input_sync(dev);
  391. }
  392. static psmouse_ret_t hgpk_process_byte(struct psmouse *psmouse)
  393. {
  394. struct hgpk_data *priv = psmouse->private;
  395. if (!hgpk_is_byte_valid(psmouse, psmouse->packet))
  396. return PSMOUSE_BAD_DATA;
  397. if (psmouse->pktcnt >= psmouse->pktsize) {
  398. if (priv->mode == HGPK_MODE_MOUSE)
  399. hgpk_process_simple_packet(psmouse);
  400. else
  401. hgpk_process_advanced_packet(psmouse);
  402. return PSMOUSE_FULL_PACKET;
  403. }
  404. if (priv->recalib_window) {
  405. if (time_before(jiffies, priv->recalib_window)) {
  406. /*
  407. * ugh, got a packet inside our recalibration
  408. * window, schedule another recalibration.
  409. */
  410. psmouse_dbg(psmouse,
  411. "packet inside calibration window, queueing another recalibration\n");
  412. psmouse_queue_work(psmouse, &priv->recalib_wq,
  413. msecs_to_jiffies(post_interrupt_delay));
  414. }
  415. priv->recalib_window = 0;
  416. }
  417. return PSMOUSE_GOOD_DATA;
  418. }
  419. static int hgpk_select_mode(struct psmouse *psmouse)
  420. {
  421. struct ps2dev *ps2dev = &psmouse->ps2dev;
  422. struct hgpk_data *priv = psmouse->private;
  423. int i;
  424. int cmd;
  425. /*
  426. * 4 disables to enable advanced mode
  427. * then 3 0xf2 bytes as the preamble for GS/PT selection
  428. */
  429. const int advanced_init[] = {
  430. PSMOUSE_CMD_DISABLE, PSMOUSE_CMD_DISABLE,
  431. PSMOUSE_CMD_DISABLE, PSMOUSE_CMD_DISABLE,
  432. 0xf2, 0xf2, 0xf2,
  433. };
  434. switch (priv->mode) {
  435. case HGPK_MODE_MOUSE:
  436. psmouse->pktsize = 3;
  437. break;
  438. case HGPK_MODE_GLIDESENSOR:
  439. case HGPK_MODE_PENTABLET:
  440. psmouse->pktsize = 6;
  441. /* Switch to 'Advanced mode.', four disables in a row. */
  442. for (i = 0; i < ARRAY_SIZE(advanced_init); i++)
  443. if (ps2_command(ps2dev, NULL, advanced_init[i]))
  444. return -EIO;
  445. /* select between GlideSensor (mouse) or PenTablet */
  446. cmd = priv->mode == HGPK_MODE_GLIDESENSOR ?
  447. PSMOUSE_CMD_SETSCALE11 : PSMOUSE_CMD_SETSCALE21;
  448. if (ps2_command(ps2dev, NULL, cmd))
  449. return -EIO;
  450. break;
  451. default:
  452. return -EINVAL;
  453. }
  454. return 0;
  455. }
  456. static void hgpk_setup_input_device(struct input_dev *input,
  457. struct input_dev *old_input,
  458. enum hgpk_mode mode)
  459. {
  460. if (old_input) {
  461. input->name = old_input->name;
  462. input->phys = old_input->phys;
  463. input->id = old_input->id;
  464. input->dev.parent = old_input->dev.parent;
  465. }
  466. memset(input->evbit, 0, sizeof(input->evbit));
  467. memset(input->relbit, 0, sizeof(input->relbit));
  468. memset(input->keybit, 0, sizeof(input->keybit));
  469. /* All modes report left and right buttons */
  470. __set_bit(EV_KEY, input->evbit);
  471. __set_bit(BTN_LEFT, input->keybit);
  472. __set_bit(BTN_RIGHT, input->keybit);
  473. switch (mode) {
  474. case HGPK_MODE_MOUSE:
  475. __set_bit(EV_REL, input->evbit);
  476. __set_bit(REL_X, input->relbit);
  477. __set_bit(REL_Y, input->relbit);
  478. break;
  479. case HGPK_MODE_GLIDESENSOR:
  480. __set_bit(BTN_TOUCH, input->keybit);
  481. __set_bit(BTN_TOOL_FINGER, input->keybit);
  482. __set_bit(EV_ABS, input->evbit);
  483. /* GlideSensor has pressure sensor, PenTablet does not */
  484. input_set_abs_params(input, ABS_PRESSURE, 0, 15, 0, 0);
  485. /* From device specs */
  486. input_set_abs_params(input, ABS_X, 0, 399, 0, 0);
  487. input_set_abs_params(input, ABS_Y, 0, 290, 0, 0);
  488. /* Calculated by hand based on usable size (52mm x 38mm) */
  489. input_abs_set_res(input, ABS_X, 8);
  490. input_abs_set_res(input, ABS_Y, 8);
  491. break;
  492. case HGPK_MODE_PENTABLET:
  493. __set_bit(BTN_TOUCH, input->keybit);
  494. __set_bit(BTN_TOOL_FINGER, input->keybit);
  495. __set_bit(EV_ABS, input->evbit);
  496. /* From device specs */
  497. input_set_abs_params(input, ABS_X, 0, 999, 0, 0);
  498. input_set_abs_params(input, ABS_Y, 5, 239, 0, 0);
  499. /* Calculated by hand based on usable size (156mm x 38mm) */
  500. input_abs_set_res(input, ABS_X, 6);
  501. input_abs_set_res(input, ABS_Y, 8);
  502. break;
  503. default:
  504. BUG();
  505. }
  506. }
  507. static int hgpk_reset_device(struct psmouse *psmouse, bool recalibrate)
  508. {
  509. int err;
  510. psmouse_reset(psmouse);
  511. if (recalibrate) {
  512. struct ps2dev *ps2dev = &psmouse->ps2dev;
  513. /* send the recalibrate request */
  514. if (ps2_command(ps2dev, NULL, 0xf5) ||
  515. ps2_command(ps2dev, NULL, 0xf5) ||
  516. ps2_command(ps2dev, NULL, 0xe6) ||
  517. ps2_command(ps2dev, NULL, 0xf5)) {
  518. return -1;
  519. }
  520. /* according to ALPS, 150mS is required for recalibration */
  521. msleep(150);
  522. }
  523. err = hgpk_select_mode(psmouse);
  524. if (err) {
  525. psmouse_err(psmouse, "failed to select mode\n");
  526. return err;
  527. }
  528. hgpk_reset_hack_state(psmouse);
  529. return 0;
  530. }
  531. static int hgpk_force_recalibrate(struct psmouse *psmouse)
  532. {
  533. struct hgpk_data *priv = psmouse->private;
  534. int err;
  535. /* C-series touchpads added the recalibrate command */
  536. if (psmouse->model < HGPK_MODEL_C)
  537. return 0;
  538. if (!autorecal) {
  539. psmouse_dbg(psmouse, "recalibration disabled, ignoring\n");
  540. return 0;
  541. }
  542. psmouse_dbg(psmouse, "recalibrating touchpad..\n");
  543. /* we don't want to race with the irq handler, nor with resyncs */
  544. psmouse_set_state(psmouse, PSMOUSE_INITIALIZING);
  545. /* start by resetting the device */
  546. err = hgpk_reset_device(psmouse, true);
  547. if (err)
  548. return err;
  549. /*
  550. * XXX: If a finger is down during this delay, recalibration will
  551. * detect capacitance incorrectly. This is a hardware bug, and
  552. * we don't have a good way to deal with it. The 2s window stuff
  553. * (below) is our best option for now.
  554. */
  555. if (psmouse_activate(psmouse))
  556. return -1;
  557. if (tpdebug)
  558. psmouse_dbg(psmouse, "touchpad reactivated\n");
  559. /*
  560. * If we get packets right away after recalibrating, it's likely
  561. * that a finger was on the touchpad. If so, it's probably
  562. * miscalibrated, so we optionally schedule another.
  563. */
  564. if (recal_guard_time)
  565. priv->recalib_window = jiffies +
  566. msecs_to_jiffies(recal_guard_time);
  567. return 0;
  568. }
  569. /*
  570. * This puts the touchpad in a power saving mode; according to ALPS, current
  571. * consumption goes down to 50uA after running this. To turn power back on,
  572. * we drive MS-DAT low. Measuring with a 1mA resolution ammeter says that
  573. * the current on the SUS_3.3V rail drops from 3mA or 4mA to 0 when we do this.
  574. *
  575. * We have no formal spec that details this operation -- the low-power
  576. * sequence came from a long-lost email trail.
  577. */
  578. static int hgpk_toggle_powersave(struct psmouse *psmouse, int enable)
  579. {
  580. struct ps2dev *ps2dev = &psmouse->ps2dev;
  581. int timeo;
  582. int err;
  583. /* Added on D-series touchpads */
  584. if (psmouse->model < HGPK_MODEL_D)
  585. return 0;
  586. if (enable) {
  587. psmouse_set_state(psmouse, PSMOUSE_INITIALIZING);
  588. /*
  589. * Sending a byte will drive MS-DAT low; this will wake up
  590. * the controller. Once we get an ACK back from it, it
  591. * means we can continue with the touchpad re-init. ALPS
  592. * tells us that 1s should be long enough, so set that as
  593. * the upper bound. (in practice, it takes about 3 loops.)
  594. */
  595. for (timeo = 20; timeo > 0; timeo--) {
  596. if (!ps2_sendbyte(&psmouse->ps2dev,
  597. PSMOUSE_CMD_DISABLE, 20))
  598. break;
  599. msleep(25);
  600. }
  601. err = hgpk_reset_device(psmouse, false);
  602. if (err) {
  603. psmouse_err(psmouse, "Failed to reset device!\n");
  604. return err;
  605. }
  606. /* should be all set, enable the touchpad */
  607. psmouse_activate(psmouse);
  608. psmouse_dbg(psmouse, "Touchpad powered up.\n");
  609. } else {
  610. psmouse_dbg(psmouse, "Powering off touchpad.\n");
  611. if (ps2_command(ps2dev, NULL, 0xec) ||
  612. ps2_command(ps2dev, NULL, 0xec) ||
  613. ps2_command(ps2dev, NULL, 0xea)) {
  614. return -1;
  615. }
  616. psmouse_set_state(psmouse, PSMOUSE_IGNORE);
  617. /* probably won't see an ACK, the touchpad will be off */
  618. ps2_sendbyte(&psmouse->ps2dev, 0xec, 20);
  619. }
  620. return 0;
  621. }
  622. static int hgpk_poll(struct psmouse *psmouse)
  623. {
  624. /* We can't poll, so always return failure. */
  625. return -1;
  626. }
  627. static int hgpk_reconnect(struct psmouse *psmouse)
  628. {
  629. struct hgpk_data *priv = psmouse->private;
  630. /*
  631. * During suspend/resume the ps2 rails remain powered. We don't want
  632. * to do a reset because it's flush data out of buffers; however,
  633. * earlier prototypes (B1) had some brokenness that required a reset.
  634. */
  635. if (olpc_board_at_least(olpc_board(0xb2)))
  636. if (psmouse->ps2dev.serio->dev.power.power_state.event !=
  637. PM_EVENT_ON)
  638. return 0;
  639. priv->powered = 1;
  640. return hgpk_reset_device(psmouse, false);
  641. }
  642. static ssize_t hgpk_show_powered(struct psmouse *psmouse, void *data, char *buf)
  643. {
  644. struct hgpk_data *priv = psmouse->private;
  645. return sprintf(buf, "%d\n", priv->powered);
  646. }
  647. static ssize_t hgpk_set_powered(struct psmouse *psmouse, void *data,
  648. const char *buf, size_t count)
  649. {
  650. struct hgpk_data *priv = psmouse->private;
  651. unsigned int value;
  652. int err;
  653. err = kstrtouint(buf, 10, &value);
  654. if (err)
  655. return err;
  656. if (value > 1)
  657. return -EINVAL;
  658. if (value != priv->powered) {
  659. /*
  660. * hgpk_toggle_power will deal w/ state so
  661. * we're not racing w/ irq
  662. */
  663. err = hgpk_toggle_powersave(psmouse, value);
  664. if (!err)
  665. priv->powered = value;
  666. }
  667. return err ? err : count;
  668. }
  669. __PSMOUSE_DEFINE_ATTR(powered, S_IWUSR | S_IRUGO, NULL,
  670. hgpk_show_powered, hgpk_set_powered, false);
  671. static ssize_t attr_show_mode(struct psmouse *psmouse, void *data, char *buf)
  672. {
  673. struct hgpk_data *priv = psmouse->private;
  674. return sprintf(buf, "%s\n", hgpk_mode_names[priv->mode]);
  675. }
  676. static ssize_t attr_set_mode(struct psmouse *psmouse, void *data,
  677. const char *buf, size_t len)
  678. {
  679. struct hgpk_data *priv = psmouse->private;
  680. enum hgpk_mode old_mode = priv->mode;
  681. enum hgpk_mode new_mode = hgpk_mode_from_name(buf, len);
  682. struct input_dev *old_dev = psmouse->dev;
  683. struct input_dev *new_dev;
  684. int err;
  685. if (new_mode == HGPK_MODE_INVALID)
  686. return -EINVAL;
  687. if (old_mode == new_mode)
  688. return len;
  689. new_dev = input_allocate_device();
  690. if (!new_dev)
  691. return -ENOMEM;
  692. psmouse_set_state(psmouse, PSMOUSE_INITIALIZING);
  693. /* Switch device into the new mode */
  694. priv->mode = new_mode;
  695. err = hgpk_reset_device(psmouse, false);
  696. if (err)
  697. goto err_try_restore;
  698. hgpk_setup_input_device(new_dev, old_dev, new_mode);
  699. psmouse_set_state(psmouse, PSMOUSE_CMD_MODE);
  700. err = input_register_device(new_dev);
  701. if (err)
  702. goto err_try_restore;
  703. psmouse->dev = new_dev;
  704. input_unregister_device(old_dev);
  705. return len;
  706. err_try_restore:
  707. input_free_device(new_dev);
  708. priv->mode = old_mode;
  709. hgpk_reset_device(psmouse, false);
  710. return err;
  711. }
  712. PSMOUSE_DEFINE_ATTR(hgpk_mode, S_IWUSR | S_IRUGO, NULL,
  713. attr_show_mode, attr_set_mode);
  714. static ssize_t hgpk_trigger_recal_show(struct psmouse *psmouse,
  715. void *data, char *buf)
  716. {
  717. return -EINVAL;
  718. }
  719. static ssize_t hgpk_trigger_recal(struct psmouse *psmouse, void *data,
  720. const char *buf, size_t count)
  721. {
  722. struct hgpk_data *priv = psmouse->private;
  723. unsigned int value;
  724. int err;
  725. err = kstrtouint(buf, 10, &value);
  726. if (err)
  727. return err;
  728. if (value != 1)
  729. return -EINVAL;
  730. /*
  731. * We queue work instead of doing recalibration right here
  732. * to avoid adding locking to to hgpk_force_recalibrate()
  733. * since workqueue provides serialization.
  734. */
  735. psmouse_queue_work(psmouse, &priv->recalib_wq, 0);
  736. return count;
  737. }
  738. __PSMOUSE_DEFINE_ATTR(recalibrate, S_IWUSR | S_IRUGO, NULL,
  739. hgpk_trigger_recal_show, hgpk_trigger_recal, false);
  740. static void hgpk_disconnect(struct psmouse *psmouse)
  741. {
  742. struct hgpk_data *priv = psmouse->private;
  743. device_remove_file(&psmouse->ps2dev.serio->dev,
  744. &psmouse_attr_powered.dattr);
  745. device_remove_file(&psmouse->ps2dev.serio->dev,
  746. &psmouse_attr_hgpk_mode.dattr);
  747. if (psmouse->model >= HGPK_MODEL_C)
  748. device_remove_file(&psmouse->ps2dev.serio->dev,
  749. &psmouse_attr_recalibrate.dattr);
  750. psmouse_reset(psmouse);
  751. kfree(priv);
  752. }
  753. static void hgpk_recalib_work(struct work_struct *work)
  754. {
  755. struct delayed_work *w = to_delayed_work(work);
  756. struct hgpk_data *priv = container_of(w, struct hgpk_data, recalib_wq);
  757. struct psmouse *psmouse = priv->psmouse;
  758. if (hgpk_force_recalibrate(psmouse))
  759. psmouse_err(psmouse, "recalibration failed!\n");
  760. }
  761. static int hgpk_register(struct psmouse *psmouse)
  762. {
  763. struct hgpk_data *priv = psmouse->private;
  764. int err;
  765. /* register handlers */
  766. psmouse->protocol_handler = hgpk_process_byte;
  767. psmouse->poll = hgpk_poll;
  768. psmouse->disconnect = hgpk_disconnect;
  769. psmouse->reconnect = hgpk_reconnect;
  770. /* Disable the idle resync. */
  771. psmouse->resync_time = 0;
  772. /* Reset after a lot of bad bytes. */
  773. psmouse->resetafter = 1024;
  774. hgpk_setup_input_device(psmouse->dev, NULL, priv->mode);
  775. err = device_create_file(&psmouse->ps2dev.serio->dev,
  776. &psmouse_attr_powered.dattr);
  777. if (err) {
  778. psmouse_err(psmouse, "Failed creating 'powered' sysfs node\n");
  779. return err;
  780. }
  781. err = device_create_file(&psmouse->ps2dev.serio->dev,
  782. &psmouse_attr_hgpk_mode.dattr);
  783. if (err) {
  784. psmouse_err(psmouse,
  785. "Failed creating 'hgpk_mode' sysfs node\n");
  786. goto err_remove_powered;
  787. }
  788. /* C-series touchpads added the recalibrate command */
  789. if (psmouse->model >= HGPK_MODEL_C) {
  790. err = device_create_file(&psmouse->ps2dev.serio->dev,
  791. &psmouse_attr_recalibrate.dattr);
  792. if (err) {
  793. psmouse_err(psmouse,
  794. "Failed creating 'recalibrate' sysfs node\n");
  795. goto err_remove_mode;
  796. }
  797. }
  798. return 0;
  799. err_remove_mode:
  800. device_remove_file(&psmouse->ps2dev.serio->dev,
  801. &psmouse_attr_hgpk_mode.dattr);
  802. err_remove_powered:
  803. device_remove_file(&psmouse->ps2dev.serio->dev,
  804. &psmouse_attr_powered.dattr);
  805. return err;
  806. }
  807. int hgpk_init(struct psmouse *psmouse)
  808. {
  809. struct hgpk_data *priv;
  810. int err;
  811. priv = kzalloc(sizeof(struct hgpk_data), GFP_KERNEL);
  812. if (!priv) {
  813. err = -ENOMEM;
  814. goto alloc_fail;
  815. }
  816. psmouse->private = priv;
  817. priv->psmouse = psmouse;
  818. priv->powered = true;
  819. priv->mode = hgpk_default_mode;
  820. INIT_DELAYED_WORK(&priv->recalib_wq, hgpk_recalib_work);
  821. err = hgpk_reset_device(psmouse, false);
  822. if (err)
  823. goto init_fail;
  824. err = hgpk_register(psmouse);
  825. if (err)
  826. goto init_fail;
  827. return 0;
  828. init_fail:
  829. kfree(priv);
  830. alloc_fail:
  831. return err;
  832. }
  833. static enum hgpk_model_t hgpk_get_model(struct psmouse *psmouse)
  834. {
  835. struct ps2dev *ps2dev = &psmouse->ps2dev;
  836. unsigned char param[3];
  837. /* E7, E7, E7, E9 gets us a 3 byte identifier */
  838. if (ps2_command(ps2dev, NULL, PSMOUSE_CMD_SETSCALE21) ||
  839. ps2_command(ps2dev, NULL, PSMOUSE_CMD_SETSCALE21) ||
  840. ps2_command(ps2dev, NULL, PSMOUSE_CMD_SETSCALE21) ||
  841. ps2_command(ps2dev, param, PSMOUSE_CMD_GETINFO)) {
  842. return -EIO;
  843. }
  844. psmouse_dbg(psmouse, "ID: %*ph\n", 3, param);
  845. /* HGPK signature: 0x67, 0x00, 0x<model> */
  846. if (param[0] != 0x67 || param[1] != 0x00)
  847. return -ENODEV;
  848. psmouse_info(psmouse, "OLPC touchpad revision 0x%x\n", param[2]);
  849. return param[2];
  850. }
  851. int hgpk_detect(struct psmouse *psmouse, bool set_properties)
  852. {
  853. int version;
  854. version = hgpk_get_model(psmouse);
  855. if (version < 0)
  856. return version;
  857. if (set_properties) {
  858. psmouse->vendor = "ALPS";
  859. psmouse->name = "HGPK";
  860. psmouse->model = version;
  861. }
  862. return 0;
  863. }
  864. void hgpk_module_init(void)
  865. {
  866. hgpk_default_mode = hgpk_mode_from_name(hgpk_mode_name,
  867. strlen(hgpk_mode_name));
  868. if (hgpk_default_mode == HGPK_MODE_INVALID) {
  869. hgpk_default_mode = HGPK_MODE_MOUSE;
  870. strlcpy(hgpk_mode_name, hgpk_mode_names[HGPK_MODE_MOUSE],
  871. sizeof(hgpk_mode_name));
  872. }
  873. }