[kernel] r14086 - in dists/lenny/linux-2.6/debian: . patches/bugfix/all patches/series

Moritz Muehlenhoff jmm at alioth.debian.org
Wed Aug 5 20:18:55 UTC 2009


Author: jmm
Date: Wed Aug  5 20:18:53 2009
New Revision: 14086

Log:
* Input: ALPS - add signature for Toshiba Satellite Pro M10
  (Closes: #434722)

Added:
   dists/lenny/linux-2.6/debian/patches/bugfix/all/input-alps-support-toshiba-satellite-pro-m10.patch
   dists/lenny/linux-2.6/debian/patches/series/19
Modified:
   dists/lenny/linux-2.6/debian/changelog

Modified: dists/lenny/linux-2.6/debian/changelog
==============================================================================
--- dists/lenny/linux-2.6/debian/changelog	Wed Aug  5 13:56:58 2009	(r14085)
+++ dists/lenny/linux-2.6/debian/changelog	Wed Aug  5 20:18:53 2009	(r14086)
@@ -1,3 +1,11 @@
+linux-2.6 (2.6.26-19) stable; urgency=high
+
+  [ Moritz Muehlenhoff ]
+  * Input: ALPS - add signature for Toshiba Satellite Pro M10 
+    (Closes: #434722)
+	
+ -- Moritz Muehlenhoff <jmm at debian.org>  Wed, 05 Aug 2009 22:18:12 +0200
+
 linux-2.6 (2.6.26-18) stable; urgency=high
 
   [ maximilian attems ]

Added: dists/lenny/linux-2.6/debian/patches/bugfix/all/input-alps-support-toshiba-satellite-pro-m10.patch
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ dists/lenny/linux-2.6/debian/patches/bugfix/all/input-alps-support-toshiba-satellite-pro-m10.patch	Wed Aug  5 20:18:53 2009	(r14086)
@@ -0,0 +1,26 @@
+From: Dmitry Torokhov <dmitry.torokhov at gmail.com>
+Date: Fri, 24 Apr 2009 02:25:51 +0000 (-0700)
+Subject: Input: ALPS - add signature for Toshiba Satellite Pro M10
+X-Git-Tag: v2.6.30-rc8~21^2~19
+X-Git-Url: http://git.kernel.org/?p=linux%2Fkernel%2Fgit%2Ftorvalds%2Flinux-2.6.git;a=commitdiff_plain;h=b75d17285b9de74a0f19e64e1389efcc6626d3fc
+
+Input: ALPS - add signature for Toshiba Satellite Pro M10
+
+This toshiba has a touchpad with trackpoint and 2 sets of left
+and right buttons (above and below touchpad).
+
+Signed-off-by: Dmitry Torokhov <dtor at mail.ru>
+---
+
+diff --git a/drivers/input/mouse/alps.c b/drivers/input/mouse/alps.c
+index cbedf95..daecc75 100644
+--- a/drivers/input/mouse/alps.c
++++ b/drivers/input/mouse/alps.c
+@@ -37,6 +37,7 @@
+ #define ALPS_FW_BK_2	0x40
+ 
+ static const struct alps_model_info alps_model_data[] = {
++	{ { 0x32, 0x02, 0x14 },	0xf8, 0xf8, ALPS_PASS | ALPS_DUALPOINT }, /* Toshiba Salellite Pro M10 */
+ 	{ { 0x33, 0x02, 0x0a },	0x88, 0xf8, ALPS_OLDPROTO },		/* UMAX-530T */
+ 	{ { 0x53, 0x02, 0x0a },	0xf8, 0xf8, 0 },
+ 	{ { 0x53, 0x02, 0x14 },	0xf8, 0xf8, 0 },

Added: dists/lenny/linux-2.6/debian/patches/series/19
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ dists/lenny/linux-2.6/debian/patches/series/19	Wed Aug  5 20:18:53 2009	(r14086)
@@ -0,0 +1 @@
++ bugfix/all/input-alps-support-toshiba-satellite-pro-m10.patch



More information about the Kernel-svn-changes mailing list