--- /dev/null
+From stable-bounces@linux.kernel.org Wed Dec 21 20:15:40 2005
+Date: Wed, 21 Dec 2005 23:13:17 -0500
+Message-Id: <200512212313.17791.dtor_core@ameritech.net>
+From: Dmitry Torokhov <dtor_core@ameritech.net>
+To: stable@kernel.org
+Subject: [PATCH] Input: fix an OOPS in HID driver
+
+This patch fixes an OOPS in HID driver when connecting simulation
+devices generating unknown simulation events.
+
+Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
+Acked-by: Vojtech Pavlik <vojtech@suse.cz>
+Signed-off-by: Chris Wright <chrisw@redhat.com>
+---
+
+ drivers/usb/input/hid-input.c | 1 +
+ 1 files changed, 1 insertion(+)
+
+Index: linux-2.6.14.y/drivers/usb/input/hid-input.c
+===================================================================
+--- linux-2.6.14.y.orig/drivers/usb/input/hid-input.c
++++ linux-2.6.14.y/drivers/usb/input/hid-input.c
+@@ -137,6 +137,7 @@ static void hidinput_configure_usage(str
+ switch (usage->hid & 0xffff) {
+ case 0xba: map_abs(ABS_RUDDER); break;
+ case 0xbb: map_abs(ABS_THROTTLE); break;
++ default: goto ignore;
+ }
+ break;
+
fix-bridge-nf-ipv6-length-check.patch
ipv6-fix-route-lifetime.patch
ipsec-perform-SA-switchover-immediately.patch
+input-fix-an-OOPS-in-HID-driver.patch