Unset CONFIG_USB_{KBD,MOUSE} since the generic HID is used.

svn path=/dists/trunk/linux-2.6/; revision=8519
This commit is contained in:
Martin Michlmayr 2007-04-27 11:21:27 +00:00
parent b560ff4b0c
commit 844e57aa7c
5 changed files with 9 additions and 8 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

1
debian/changelog vendored
View File

@ -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 <maks@debian.org> Tue, 10 Apr 2007 14:42:30 +0200