rpms/kernel/F-13 linux-2.6-input-hid-quirk-egalax.patch, 1.1, 1.2 kernel.spec, 1.2023, 1.2024

Ben Skeggs bskeggs at fedoraproject.org
Mon May 10 06:26:25 UTC 2010


Author: bskeggs

Update of /cvs/pkgs/rpms/kernel/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv10017

Modified Files:
	kernel.spec 
Added Files:
	linux-2.6-input-hid-quirk-egalax.patch 
Log Message:
* Mon May 10 2010 Ben Skeggs <bskeggs at redhat.com>
- add linux-2.6-input-hid-quirk-egalax.patch, missed from F-12, requested
  by Peter Hutterer.



linux-2.6-input-hid-quirk-egalax.patch:
 hid-ids.h           |    3 +++
 usbhid/hid-quirks.c |    2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

Index: linux-2.6-input-hid-quirk-egalax.patch
===================================================================
RCS file: linux-2.6-input-hid-quirk-egalax.patch
diff -N linux-2.6-input-hid-quirk-egalax.patch
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ linux-2.6-input-hid-quirk-egalax.patch	10 May 2010 06:26:25 -0000	1.2
@@ -0,0 +1,41 @@
+Date: Mon, 1 Feb 2010 12:53:47 +1300
+From: Peter Hutterer <peter.hutterer at redhat.com>
+To: Dave Airlie <airlied at redhat.com>
+Subject: [PATCH] HID: add multi-input quirk for eGalax Touchcontroller
+
+Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>
+Tested-by: Alfred Broda <guaranga at wp.pl>
+---
+ drivers/hid/hid-ids.h           |    3 +++
+ drivers/hid/usbhid/hid-quirks.c |    1 +
+ 2 files changed, 4 insertions(+), 0 deletions(-)
+
+diff --git a/drivers/hid/hid-ids.h b/drivers/hid/hid-ids.h
+index f5144b8..2e698a2 100644
+--- a/drivers/hid/hid-ids.h
++++ b/drivers/hid/hid-ids.h
+@@ -158,6 +158,9 @@
+ 
+ #define USB_VENDOR_ID_DRAGONRISE	0x0079
+ 
++#define USB_VENDOR_ID_EGALAX		0x0EEF
++#define USB_DEVICE_ID_EGALAX_TOUCHCONTROLLER	0x0001
++
+ #define USB_VENDOR_ID_ELO		0x04E7
+ #define USB_DEVICE_ID_ELO_TS2700	0x0020
+ 
+diff --git a/drivers/hid/usbhid/hid-quirks.c b/drivers/hid/usbhid/hid-quirks.c
+index e987562..dc27d74 100644
+--- a/drivers/hid/usbhid/hid-quirks.c
++++ b/drivers/hid/usbhid/hid-quirks.c
+@@ -32,6 +32,7 @@ static const struct hid_blacklist {
+ 	{ USB_VENDOR_ID_AASHIMA, USB_DEVICE_ID_AASHIMA_PREDATOR, HID_QUIRK_BADPAD },
+ 	{ USB_VENDOR_ID_ALPS, USB_DEVICE_ID_IBM_GAMEPAD, HID_QUIRK_BADPAD },
+ 	{ USB_VENDOR_ID_CHIC, USB_DEVICE_ID_CHIC_GAMEPAD, HID_QUIRK_BADPAD },
++	{ USB_VENDOR_ID_EGALAX, USB_DEVICE_ID_EGALAX_TOUCHCONTROLLER, HID_QUIRK_MULTI_INPUT },
+ 	{ USB_VENDOR_ID_HAPP, USB_DEVICE_ID_UGCI_DRIVING, HID_QUIRK_BADPAD | HID_QUIRK_MULTI_INPUT },
+ 	{ USB_VENDOR_ID_HAPP, USB_DEVICE_ID_UGCI_FLYING, HID_QUIRK_BADPAD | HID_QUIRK_MULTI_INPUT },
+ 	{ USB_VENDOR_ID_HAPP, USB_DEVICE_ID_UGCI_FIGHTING, HID_QUIRK_BADPAD | HID_QUIRK_MULTI_INPUT },
+-- 
+1.6.5.2
+


Index: kernel.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/F-13/kernel.spec,v
retrieving revision 1.2023
retrieving revision 1.2024
diff -u -p -r1.2023 -r1.2024
--- kernel.spec	9 May 2010 18:43:23 -0000	1.2023
+++ kernel.spec	10 May 2010 06:26:24 -0000	1.2024
@@ -674,6 +674,7 @@ Patch450: linux-2.6-input-kill-stupid-me
 Patch451: linux-2.6-input-fix-toshiba-hotkeys.patch
 Patch452: linux-2.6.30-no-pcspkr-modalias.patch
 Patch453: thinkpad-acpi-add-x100e.patch
+Patch454: linux-2.6-input-hid-quirk-egalax.patch
 
 Patch460: linux-2.6-serial-460800.patch
 
@@ -1378,6 +1379,8 @@ ApplyPatch die-floppy-die.patch
 #ApplyPatch linux-2.6-input-fix-toshiba-hotkeys.patch
 
 ApplyPatch linux-2.6.30-no-pcspkr-modalias.patch
+
+ApplyPatch linux-2.6-input-hid-quirk-egalax.patch
 ApplyPatch thinkpad-acpi-add-x100e.patch
 
 # Allow to use 480600 baud on 16C950 UARTs
@@ -2195,6 +2198,10 @@ fi
 # and build.
 
 %changelog
+* Mon May 10 2010 Ben Skeggs <bskeggs at redhat.com>
+- add linux-2.6-input-hid-quirk-egalax.patch, missed from F-12, requested
+  by Peter Hutterer.
+
 * Sun May 09 2010 Kyle McMartin <kyle at redhat.com>
 - fs-explicitly-pass-in-whether-sb-is-pinned-or-not.patch (rhbz#588930)
 



More information about the scm-commits mailing list