Re: [PATCH] drivers/usb/Config.in

From: Matthew Dharm (mdharm-kernel@one-eyed-alien.net)
Date: Mon Oct 09 2000 - 19:19:37 EST


I'm not sure this is correct -- the options that this if conditional
controls are the Keyboard and Mouse _Boot_Protocol_ support, which is
separate form the regular HID support -- I believe it's for motherboards
which can boot from a USB keyboard.

Can somone on the linux-usb-devel mailinglist comment? (I've CC'ed them)

Matt

On Tue, Oct 10, 2000 at 12:14:11AM -0700, James Simmons wrote:
>
> This patch fixes a minor config error for drivers/usb/Config.in. When you
> select USB Human Interface Device (HID) support I assume you should be
> able to select a USB mouse and/or USB keyboard. With the current Config.in
> you can't.
>
> --- Config.in.orig Tue Oct 10 00:10:06 2000
> +++ Config.in Tue Oct 10 00:10:27 2000
> @@ -80,7 +80,7 @@
> comment ' Input core support is needed for USB HID'
> else
> dep_tristate ' USB Human Interface Device (HID) support' CONFIG_USB_HID $CONFIG_USB $CONFIG_INPUT
> - if [ "$CONFIG_USB_HID" != "y" ]; then
> + if [ "$CONFIG_USB_HID" = "y" ]; then
> dep_tristate ' USB HIDBP Keyboard support' CONFIG_USB_KBD $CONFIG_USB $CONFIG_INPUT
> dep_tristate ' USB HIDBP Mouse support' CONFIG_USB_MOUSE $CONFIG_USB $CONFIG_INPUT
> fi
>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> Please read the FAQ at http://www.tux.org/lkml/

-- 
Matthew Dharm                              Home: mdharm-usb@one-eyed-alien.net 
Maintainer, Linux USB Mass Storage Driver

C: They kicked your ass, didn't they? S: They were cheating! -- The Chief and Stef User Friendly, 11/19/1997


- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Sun Oct 15 2000 - 21:00:14 EST