[kernel] r11892 - in dists/trunk/linux-2.6/debian: . patches/bugfix/all patches/series
Maximilian Attems
maks at alioth.debian.org
Wed Jul 23 22:56:56 UTC 2008
Author: maks
Date: Wed Jul 23 22:56:55 2008
New Revision: 11892
Log:
add input bugfix
Added:
dists/trunk/linux-2.6/debian/patches/bugfix/all/Input-i8042-add-Arima-Rioworks-HDAMB-board-to-nol.patch
Modified:
dists/trunk/linux-2.6/debian/changelog
dists/trunk/linux-2.6/debian/patches/series/1~experimental.1
Modified: dists/trunk/linux-2.6/debian/changelog
==============================================================================
--- dists/trunk/linux-2.6/debian/changelog (original)
+++ dists/trunk/linux-2.6/debian/changelog Wed Jul 23 22:56:55 2008
@@ -75,6 +75,8 @@
* [ALSA] hda - Add ICH9 controller support (8086:2911)
* [ALSA] hda - support intel DG33 motherboards
* HP iLO driver
+ * Input: i8042 - add Arima-Rioworks HDAMB board to noloop list
+ (closes: #489190) thanks Guillaume Morin <guillaume at morinfr.org>
[ Martin Michlmayr ]
* [arm/orion5x] Update the config to reflect upstream renaming this
Added: dists/trunk/linux-2.6/debian/patches/bugfix/all/Input-i8042-add-Arima-Rioworks-HDAMB-board-to-nol.patch
==============================================================================
--- (empty file)
+++ dists/trunk/linux-2.6/debian/patches/bugfix/all/Input-i8042-add-Arima-Rioworks-HDAMB-board-to-nol.patch Wed Jul 23 22:56:55 2008
@@ -0,0 +1,36 @@
+From 87d9173ea0c820021cf49e4c675b3821cfb4f0eb Mon Sep 17 00:00:00 2001
+From: Dmitry Torokhov <dmitry.torokhov at gmail.com>
+Date: Sat, 19 Jul 2008 00:35:43 -0400
+Subject: [PATCH] Input: i8042 - add Arima-Rioworks HDAMB board to noloop list
+
+The board does not raise AUX IRQ in response to AUX LOOP command.
+
+Reported-by: Guillaume Morin <guillaume at morinfr.org>
+Signed-off-by: Dmitry Torokhov <dtor at mail.ru>
+---
+ drivers/input/serio/i8042-x86ia64io.h | 9 +++++++++
+ 1 files changed, 9 insertions(+), 0 deletions(-)
+
+diff --git a/drivers/input/serio/i8042-x86ia64io.h b/drivers/input/serio/i8042-x86ia64io.h
+index 5d46d64..fe732a5 100644
+--- a/drivers/input/serio/i8042-x86ia64io.h
++++ b/drivers/input/serio/i8042-x86ia64io.h
+@@ -70,6 +70,15 @@ static inline void i8042_write_command(int val)
+ static struct dmi_system_id __initdata i8042_dmi_noloop_table[] = {
+ {
+ /* AUX LOOP command does not raise AUX IRQ */
++ .ident = "Arima-Rioworks HDAMB",
++ .matches = {
++ DMI_MATCH(DMI_BOARD_VENDOR, "RIOWORKS"),
++ DMI_MATCH(DMI_BOARD_NAME, "HDAMB"),
++ DMI_MATCH(DMI_BOARD_VERSION, "Rev E"),
++ },
++ },
++ {
++ /* AUX LOOP command does not raise AUX IRQ */
+ .ident = "ASUS P65UP5",
+ .matches = {
+ DMI_MATCH(DMI_BOARD_VENDOR, "ASUSTeK Computer INC."),
+--
+1.5.6.2
+
Modified: dists/trunk/linux-2.6/debian/patches/series/1~experimental.1
==============================================================================
--- dists/trunk/linux-2.6/debian/patches/series/1~experimental.1 (original)
+++ dists/trunk/linux-2.6/debian/patches/series/1~experimental.1 Wed Jul 23 22:56:55 2008
@@ -60,3 +60,4 @@
+ bugfix/all/sound_hda_ich9.patch
+ bugfix/all/sound_hda_intel_dg33.patch
+ features/all/drivers-hp_ilo.patch
++ bugfix/all/Input-i8042-add-Arima-Rioworks-HDAMB-board-to-nol.patch
More information about the Kernel-svn-changes
mailing list