summaryrefslogtreecommitdiff
path: root/usr/src
Commit message (Collapse)AuthorAgeFilesLines
* Fix suspend/resume on recent modelsv1.1.4Henrik Rydberg2011-03-231-16/+33
|
* * Update to natty (2.6.38-7) base * Add support for 0006 modelHenrik Rydberg2011-03-221-1/+1
|
* HID: hid-ntrig: add support for 1b96:0006 modelHenrik Rydberg2011-03-221-0/+1
| | | | | | | This patch adds support for 1b96:0006 with firmware version 1.12.1.41.0. Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
* HID: hid-ntrig: init settle and mode checkRafi Rubin2011-03-221-2/+43
| | | | | | | | | | | | | | | | Adding a wait before the wakeup signal. As a precautionary measure sanity check the current sensor mode. If needed reset it to "dual". When the device is responding poorly and needs the wakeup call, it was missing it. Giving it a chance to settle first improves the chances that signal gets through. Signed-off-by: Rafi Rubin <rafi@seas.upenn.edu> Tested-by: Peter Hutterer <peter.hutterer@who-t.net> Signed-off-by: Jiri Kosina <jkosina@suse.cz> Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
* HID: ntrig: apply NO_INIT_REPORTS quirkRafi Rubin2011-03-221-0/+2
| | | | | | | | | | Probing reports does bad things with some ntrig firmwares, better to just leave them alone. [rydberg@euromail.se: wiggled for natty] Signed-off-by: Rafi Rubin <rafi@seas.upenn.edu> Signed-off-by: Jiri Kosina <jkosina@suse.cz> Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
* HID: ntrig don't dereference unclaimed hidinputRafi Rubin2011-03-221-1/+14
| | | | | | | | | Check before dereferencing field->hidinput to fix a reported invalid deference bug. Signed-off-by: Rafi Rubin <rafi@seas.upenn.edu> Signed-off-by: Jiri Kosina <jkosina@suse.cz> Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
* Update to natty (2.6.38-7) baseHenrik Rydberg2011-03-222-26/+124
| | | | Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
* Release version v1.1.2Henrik Rydberg2010-11-111-1/+1
| | | | Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
* Mask pen switch eventsHenrik Rydberg2010-11-111-0/+4
| | | | | | | | | When the pen comes in proximity, special packets appear on the multitouch device. This confuses userland which misinterprets the touch state. This patch masks the special pen packets consisting of a single finger of width 10, thereby fixing the problem. Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
* Fix for single-touch firmwareHenrik Rydberg2010-11-111-4/+21
| | | | | | | | | | | The current driver does not work for single-touch firmware, and the driver occasionally crashes. The HID report which resets the array index is never received, resulting in out-of-range memory access. This patch restores functionality by detecting the presence of the multitouch firmware, and adds a range check to make the driver resilient against additional unknown firmware versions. Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
* New driver for maverickHenrik Rydberg2010-09-101-1/+1
| | | | | | Reported to work well on Dell Studio 17, Dell XT2, HP TX2 and Lenovo T410s. Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
* Update to maverick driver versionHenrik Rydberg2010-09-101-110/+229
| | | | Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
* works well for one fingerHenrik Rydberg2010-08-251-28/+24
|
* try thisHenrik Rydberg2010-08-251-7/+11
|
* initial version with Dell XT2 support onlyHenrik Rydberg2010-08-255-0/+908