[kernel] r12541 - in dists/sid/linux-2.6/debian: . patches/bugfix/x86 patches/series

Dann Frazier dannf at alioth.debian.org
Tue Dec 30 20:42:31 UTC 2008


Author: dannf
Date: Tue Dec 30 20:42:30 2008
New Revision: 12541

Log:
Register DualPoint model found in Dell Latitude E6500 (Closes: #507958)

Added:
   dists/sid/linux-2.6/debian/patches/bugfix/x86/input-alps-add-dell-latitude-e6500.patch
Modified:
   dists/sid/linux-2.6/debian/changelog
   dists/sid/linux-2.6/debian/patches/series/13

Modified: dists/sid/linux-2.6/debian/changelog
==============================================================================
--- dists/sid/linux-2.6/debian/changelog	(original)
+++ dists/sid/linux-2.6/debian/changelog	Tue Dec 30 20:42:30 2008
@@ -16,8 +16,9 @@
   * Allow booting Mach images in KVM (Closes: #498940)
   * Add workaround for USB storage on Rockchip MP3 player (Closes: #505256)
   * Enable w9968cf driver on all i386 images (Closes: #495698)
+  * Register DualPoint model found in Dell Latitude E6500 (Closes: #507958)
 
- -- dann frazier <dannf at debian.org>  Tue, 30 Dec 2008 12:45:07 -0700
+ -- dann frazier <dannf at debian.org>  Tue, 30 Dec 2008 13:23:09 -0700
 
 linux-2.6 (2.6.26-12) unstable; urgency=high
 

Added: dists/sid/linux-2.6/debian/patches/bugfix/x86/input-alps-add-dell-latitude-e6500.patch
==============================================================================
--- (empty file)
+++ dists/sid/linux-2.6/debian/patches/bugfix/x86/input-alps-add-dell-latitude-e6500.patch	Tue Dec 30 20:42:30 2008
@@ -0,0 +1,21 @@
+commit 0d46ed1c747edfe6476961d4d9f732ceb7a29074
+Author: Elvis Pranskevichus <el at prans.net>
+Date:   Wed Sep 10 10:19:13 2008 -0400
+
+    Input: ALPS - add signature for DualPoint found in Dell Latitude E6500
+    
+    Signed-off-by: Elvis Pranskevichus <el at prans.net>
+    Signed-off-by: Dmitry Torokhov <dtor at mail.ru>
+
+diff --git a/drivers/input/mouse/alps.c b/drivers/input/mouse/alps.c
+index 385e32b..cbedf95 100644
+--- a/drivers/input/mouse/alps.c
++++ b/drivers/input/mouse/alps.c
+@@ -54,6 +54,7 @@ static const struct alps_model_info alps_model_data[] = {
+ 	{ { 0x20, 0x02, 0x0e },	0xf8, 0xf8, ALPS_PASS | ALPS_DUALPOINT }, /* XXX */
+ 	{ { 0x22, 0x02, 0x0a },	0xf8, 0xf8, ALPS_PASS | ALPS_DUALPOINT },
+ 	{ { 0x22, 0x02, 0x14 }, 0xff, 0xff, ALPS_PASS | ALPS_DUALPOINT }, /* Dell Latitude D600 */
++	{ { 0x62, 0x02, 0x14 }, 0xcf, 0xcf, ALPS_PASS | ALPS_DUALPOINT }, /* Dell Latitude E6500 */
+ 	{ { 0x73, 0x02, 0x50 }, 0xcf, 0xcf, ALPS_FW_BK_1 } /* Dell Vostro 1400 */
+ };
+ 

Modified: dists/sid/linux-2.6/debian/patches/series/13
==============================================================================
--- dists/sid/linux-2.6/debian/patches/series/13	(original)
+++ dists/sid/linux-2.6/debian/patches/series/13	Tue Dec 30 20:42:30 2008
@@ -6,3 +6,4 @@
 + bugfix/all/uvcvideo-fix-incomplete-frame-drop.patch
 + bugfix/x86/kvm-pit-support-mode-3.patch
 + bugfix/all/usb-unusual_devs-addition-for-RockChip-MP3-player.patch
++ bugfix/x86/input-alps-add-dell-latitude-e6500.patch



More information about the Kernel-svn-changes mailing list