From 844e57aa7c94c82320d4a5d5f1ed6cb4805735e3 Mon Sep 17 00:00:00 2001 From: Martin Michlmayr Date: Fri, 27 Apr 2007 11:21:27 +0000 Subject: [PATCH] Unset CONFIG_USB_{KBD,MOUSE} since the generic HID is used. svn path=/dists/trunk/linux-2.6/; revision=8519 --- debian/arch/mips/config.sb1-bcm91250a | 4 ++-- debian/arch/mips/config.sb1a-bcm91480b | 4 ++-- debian/arch/mipsel/config.sb1-bcm91250a | 4 ++-- debian/arch/mipsel/config.sb1a-bcm91480b | 4 ++-- debian/changelog | 1 + 5 files changed, 9 insertions(+), 8 deletions(-) diff --git a/debian/arch/mips/config.sb1-bcm91250a b/debian/arch/mips/config.sb1-bcm91250a index 73a2d4104..9ea43819e 100644 --- a/debian/arch/mips/config.sb1-bcm91250a +++ b/debian/arch/mips/config.sb1-bcm91250a @@ -1408,8 +1408,8 @@ CONFIG_USB_HIDDEV=y # # USB HID Boot Protocol drivers # -CONFIG_USB_KBD=m -CONFIG_USB_MOUSE=m +# CONFIG_USB_KBD is not set +# CONFIG_USB_MOUSE is not set # CONFIG_USB_AIPTEK is not set # CONFIG_USB_WACOM is not set # CONFIG_USB_ACECAD is not set diff --git a/debian/arch/mips/config.sb1a-bcm91480b b/debian/arch/mips/config.sb1a-bcm91480b index cae3e7930..ea3ceb1e5 100644 --- a/debian/arch/mips/config.sb1a-bcm91480b +++ b/debian/arch/mips/config.sb1a-bcm91480b @@ -1404,8 +1404,8 @@ CONFIG_USB_HIDDEV=y # # USB HID Boot Protocol drivers # -CONFIG_USB_KBD=m -CONFIG_USB_MOUSE=m +# CONFIG_USB_KBD is not set +# CONFIG_USB_MOUSE is not set # CONFIG_USB_AIPTEK is not set # CONFIG_USB_WACOM is not set # CONFIG_USB_ACECAD is not set diff --git a/debian/arch/mipsel/config.sb1-bcm91250a b/debian/arch/mipsel/config.sb1-bcm91250a index 49b638ecc..b7c2e8e5c 100644 --- a/debian/arch/mipsel/config.sb1-bcm91250a +++ b/debian/arch/mipsel/config.sb1-bcm91250a @@ -1408,8 +1408,8 @@ CONFIG_USB_HIDDEV=y # # USB HID Boot Protocol drivers # -CONFIG_USB_KBD=m -CONFIG_USB_MOUSE=m +# CONFIG_USB_KBD is not set +# CONFIG_USB_MOUSE is not set # CONFIG_USB_AIPTEK is not set # CONFIG_USB_WACOM is not set # CONFIG_USB_ACECAD is not set diff --git a/debian/arch/mipsel/config.sb1a-bcm91480b b/debian/arch/mipsel/config.sb1a-bcm91480b index 80a1f9f6f..8c89da328 100644 --- a/debian/arch/mipsel/config.sb1a-bcm91480b +++ b/debian/arch/mipsel/config.sb1a-bcm91480b @@ -1404,8 +1404,8 @@ CONFIG_USB_HIDDEV=y # # USB HID Boot Protocol drivers # -CONFIG_USB_KBD=m -CONFIG_USB_MOUSE=m +# CONFIG_USB_KBD is not set +# CONFIG_USB_MOUSE is not set # CONFIG_USB_AIPTEK is not set # CONFIG_USB_WACOM is not set # CONFIG_USB_ACECAD is not set diff --git a/debian/changelog b/debian/changelog index 1e1140d4a..2dc845218 100644 --- a/debian/changelog +++ b/debian/changelog @@ -18,6 +18,7 @@ linux-2.6 (2.6.21-1~experimental.1) UNRELEASED; urgency=low * Take arch/arm/tools/mach-types from current git to fix build failure because MACH_TYPE_EP80219 is not defined. * mips/sb1: Don't build CONFIG_ATA into the kernel. + * mips/sb1: Unset CONFIG_USB_{KBD,MOUSE} since the generic HID is used. -- maximilian attems Tue, 10 Apr 2007 14:42:30 +0200