summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
authorHenrik Rydberg <rydberg@euromail.se>2010-11-11 14:19:09 +0100
committerHenrik Rydberg <rydberg@euromail.se>2010-11-11 14:20:34 +0100
commit287b84bd847d9de0b941f845baaa205242fcaaa3 (patch)
treeec8cddda359ef6c0e5a78e82b18c54b5a5f56d89 /debian/changelog
parentac71d2327135ad0d313397305a841dbfc34abb92 (diff)
Fix for single-touch firmware
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>
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog6
1 files changed, 6 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 58d1fd3..c06ba1c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
1hid-ntrig-dkms (1.1.1) maverick; urgency=low
2
3 * Fix for single touch firmware
4
5 -- Henrik Rydberg <rydberg@bitmath.org> Thu, 11 Nov 2010 14:12:32 +0100
6
1hid-ntrig-dkms (1.1.0) maverick; urgency=low 7hid-ntrig-dkms (1.1.0) maverick; urgency=low
2 8
3 * New driver for maverick, works on Dell, HP and Lenovo. 9 * New driver for maverick, works on Dell, HP and Lenovo.