rpms/kernel/F-7 linux-2.6-input-fix-sync-loss-acer-aspire.patch, NONE, 1.1 kernel-2.6.spec, 1.3413, 1.3414

Chuck Ebbert (cebbert) fedora-extras-commits at redhat.com
Fri Jan 18 21:21:22 UTC 2008


Author: cebbert

Update of /cvs/pkgs/rpms/kernel/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29486

Modified Files:
	kernel-2.6.spec 
Added Files:
	linux-2.6-input-fix-sync-loss-acer-aspire.patch 
Log Message:
* Fri Jan 18 2008 Chuck Ebbert <cebbert at redhat.com> 2.6.23.14-63
- Fix loss of mouse sync on some systems (F8#427697)
- Revert "libata: allow short SCSI commands for ATAPI devices" (#429353)


linux-2.6-input-fix-sync-loss-acer-aspire.patch:

--- NEW FILE linux-2.6-input-fix-sync-loss-acer-aspire.patch ---
Gitweb:     http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=fb49161027e1938c34fc97d1136735e1d4209df6
Commit:     fb49161027e1938c34fc97d1136735e1d4209df6
Parent:     653e91d01fa4d39d2ed06a8c2096fef08b00ee7e
Author:     Dmitry Torokhov <dmitry.torokhov at gmail.com>
AuthorDate: Thu Jan 17 12:01:58 2008 -0500
Committer:  Dmitry Torokhov <dmitry.torokhov at gmail.com>
CommitDate: Thu Jan 17 12:01:58 2008 -0500

    Input: ALPS - fix sync loss on Acer Aspire 5720ZG
    
    The recently added support for Dell Volstro 1400 was causing protocol
    synchronization errors on Acer Aspire 5720ZG, fix it.
    
    Signed-off-by: Dmitry Torokhov <dtor at mail.ru>
---
 drivers/input/mouse/alps.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/input/mouse/alps.c b/drivers/input/mouse/alps.c
index 2b5ed11..b346a3b 100644
--- a/drivers/input/mouse/alps.c
+++ b/drivers/input/mouse/alps.c
@@ -54,7 +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 */
-	{ { 0x73, 0x02, 0x50 }, 0xcf, 0xff, ALPS_FW_BK_1 } /* Dell Vostro 1400 */
+	{ { 0x73, 0x02, 0x50 }, 0xcf, 0xcf, ALPS_FW_BK_1 } /* Dell Vostro 1400 */
 };
 
 /*


Index: kernel-2.6.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/F-7/kernel-2.6.spec,v
retrieving revision 1.3413
retrieving revision 1.3414
diff -u -r1.3413 -r1.3414
--- kernel-2.6.spec	18 Jan 2008 00:14:35 -0000	1.3413
+++ kernel-2.6.spec	18 Jan 2008 21:20:32 -0000	1.3414
@@ -569,6 +569,7 @@
 
 Patch440: linux-2.6-sha_alignment.patch
 Patch450: linux-2.6-input-kill-stupid-messages.patch
+Patch451: linux-2.6-input-fix-sync-loss-acer-aspire.patch
 Patch460: linux-2.6-serial-460800.patch
 Patch461: linux-2.6-serial_pnp-add-new-wacom-ids.patch
 Patch480: linux-2.6-proc-self-maps-fix.patch
@@ -1236,6 +1237,8 @@
 ApplyPatch linux-2.6-sha_alignment.patch
 # The input layer spews crap no-one cares about.
 ApplyPatch linux-2.6-input-kill-stupid-messages.patch
+# Fix loss of sync on some touchpads
+ApplyPatch linux-2.6-input-fix-sync-loss-acer-aspire.patch
 # Allow to use 480600 baud on 16C950 UARTs
 ApplyPatch linux-2.6-serial-460800.patch
 # support new wacom pads
@@ -1293,7 +1296,7 @@
 ApplyPatch linux-2.6-libata-work-around-drq-1-err-1-for-tapes.patch
 ApplyPatch linux-2.6-libata-use-stuck-err-for-tapes.patch
 # allow 12-byte SCSI commands for ATAPI devices
-ApplyPatch linux-2.6-libata-scsi-allow-short-commands.patch
+# ApplyPatch linux-2.6-libata-scsi-allow-short-commands.patch
 # fix ahci reset
 ApplyPatch linux-2.6-libata-ahci-enable-ahci-mode-before-reset.patch
 
@@ -2307,6 +2310,10 @@
 %endif
 
 %changelog
+* Fri Jan 18 2008 Chuck Ebbert <cebbert at redhat.com> 2.6.23.14-63
+- Fix loss of mouse sync on some systems (F8#427697)
+- Revert "libata: allow short SCSI commands for ATAPI devices" (#429353)
+
 * Thu Jan 17 2008 Chuck Ebbert <cebbert at redhat.com> 2.6.23.14-62
 - Set x86 CONFIG_PHYSICAL_START=0x400000 (#309751)
 




More information about the fedora-extras-commits mailing list