[kernel] r19567 - in dists/trunk/linux/debian/patches: . bugfix/all

Ben Hutchings benh at alioth.debian.org
Sun Dec 2 14:34:41 UTC 2012


Author: benh
Date: Sun Dec  2 14:34:41 2012
New Revision: 19567

Log:
HID: Add Apple wireless keyboard 2011 ANSI to special driver list (Closes: #694546)

Added:
   dists/trunk/linux/debian/patches/bugfix/all/hid-add-apple-wireless-keyboard-2011-ansi-to-special-driver-list.patch
Modified:
   dists/trunk/linux/debian/patches/series

Added: dists/trunk/linux/debian/patches/bugfix/all/hid-add-apple-wireless-keyboard-2011-ansi-to-special-driver-list.patch
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ dists/trunk/linux/debian/patches/bugfix/all/hid-add-apple-wireless-keyboard-2011-ansi-to-special-driver-list.patch	Sun Dec  2 14:34:41 2012	(r19567)
@@ -0,0 +1,21 @@
+From: Ben Hutchings <ben at decadent.org.uk>
+Subject: HID: Add Apple wireless keyboard 2011 ANSI to special driver list
+Date: Sun, 02 Dec 2012 14:29:04 +0000
+Bug-Debian: http://bugs.debian.org/694546
+
+Commit 0a97e1e9f9a6 ('HID: apple: Add Apple wireless keyboard 2011 ANSI PID')
+did not update the special driver list in hid-core.c.
+
+Reported-by: Ari Pollak <ari at scvngr.com>
+Signed-off-by: Ben Hutchings <ben at decadent.org.uk>
+---
+--- a/drivers/hid/hid-core.c
++++ b/drivers/hid/hid-core.c
+@@ -1528,6 +1528,7 @@
+ 	{ HID_BLUETOOTH_DEVICE(USB_VENDOR_ID_APPLE, USB_DEVICE_ID_APPLE_ALU_WIRELESS_2009_ANSI) },
+ 	{ HID_BLUETOOTH_DEVICE(USB_VENDOR_ID_APPLE, USB_DEVICE_ID_APPLE_ALU_WIRELESS_2009_ISO) },
+ 	{ HID_BLUETOOTH_DEVICE(USB_VENDOR_ID_APPLE, USB_DEVICE_ID_APPLE_ALU_WIRELESS_2009_JIS) },
++	{ HID_BLUETOOTH_DEVICE(USB_VENDOR_ID_APPLE, USB_DEVICE_ID_APPLE_ALU_WIRELESS_2011_ANSI) },
+ 	{ HID_BLUETOOTH_DEVICE(USB_VENDOR_ID_APPLE, USB_DEVICE_ID_APPLE_ALU_WIRELESS_2011_ISO) },
+ 	{ HID_USB_DEVICE(USB_VENDOR_ID_APPLE, USB_DEVICE_ID_APPLE_FOUNTAIN_TP_ONLY) },
+ 	{ HID_USB_DEVICE(USB_VENDOR_ID_APPLE, USB_DEVICE_ID_APPLE_GEYSER1_TP_ONLY) },

Modified: dists/trunk/linux/debian/patches/series
==============================================================================
--- dists/trunk/linux/debian/patches/series	Sun Dec  2 13:55:49 2012	(r19566)
+++ dists/trunk/linux/debian/patches/series	Sun Dec  2 14:34:41 2012	(r19567)
@@ -48,3 +48,4 @@
 debian/iwlwifi-do-not-request-unreleased-firmware.patch
 debian/cirrus-disable-modeset-by-default.patch
 debian/fs-enable-link-security-restrictions-by-default.patch
+bugfix/all/hid-add-apple-wireless-keyboard-2011-ansi-to-special-driver-list.patch



More information about the Kernel-svn-changes mailing list