diff options
| author | Vojtech Pavlik <vojtech@suse.cz> | 2002-07-11 21:18:02 -0700 |
|---|---|---|
| committer | Greg Kroah-Hartman <greg@kroah.com> | 2002-07-11 21:18:02 -0700 |
| commit | 445af9950d43101c49d76a2a5b77ee8c009a83dc (patch) | |
| tree | f99fe0cb3fbc178357ff57edc8fc005f67db4444 /drivers/usb/input | |
| parent | 18e3c5ab0ee3f61207ec7c8cc12dc72383f2b512 (diff) | |
[PATCH] Make USB HID ForceFeedback experimental
This one-liner does exactly $SUBJ.
Diffstat (limited to 'drivers/usb/input')
| -rw-r--r-- | drivers/usb/input/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/input/Config.in b/drivers/usb/input/Config.in index c60a3eae88e4..9c354df9e1a1 100644 --- a/drivers/usb/input/Config.in +++ b/drivers/usb/input/Config.in @@ -9,7 +9,7 @@ if [ "$CONFIG_INPUT" = "n" ]; then fi dep_mbool ' HID input layer support' CONFIG_USB_HIDINPUT $CONFIG_INPUT $CONFIG_USB_HID -dep_mbool ' Force feedback support' CONFIG_HID_FF $CONFIG_USB_HIDINPUT +dep_mbool ' Force feedback support (EXPERIMENTAL)' CONFIG_HID_FF $CONFIG_USB_HIDINPUT $CONFIG_EXPERIMENTAL dep_mbool ' PID Devices' CONFIG_HID_PID $CONFIG_USB_HID $CONFIG_HID_FF dep_mbool ' Logitech RumblePad support' CONFIG_LOGITECH_RUMBLE $CONFIG_USB_HID $CONFIG_HID_FF dep_mbool ' Logitech WingMan Force 3D support' CONFIG_LOGITECH_3D $CONFIG_USB_HID $CONFIG_HID_FF |
