diff options
author | Greg Kroah-Hartman <gregkh@suse.de> | 2007-02-14 16:40:14 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2007-02-23 18:03:45 -0500 |
commit | 946b960d13c15f050a3b848987aaca79f6a459b7 (patch) | |
tree | 7e2aafc311f399f74325730fb76191a4d5c0aa67 /drivers/usb/misc/Kconfig | |
parent | fd978bfa127a0b8c0bdbbbc9d64f3c73bf080f61 (diff) |
USB: add driver for iowarrior devices.
The ioctl is commented out for now, until we verify some userspace
application issues.
Cc: Christian Lucht <lucht@codemercs.com>
Cc: Robert Marquardt <marquardt@codemercs.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/usb/misc/Kconfig')
-rw-r--r-- | drivers/usb/misc/Kconfig | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/drivers/usb/misc/Kconfig b/drivers/usb/misc/Kconfig index 4907e8b80070..9c7eb6144d02 100644 --- a/drivers/usb/misc/Kconfig +++ b/drivers/usb/misc/Kconfig | |||
@@ -244,6 +244,20 @@ config USB_TRANCEVIBRATOR | |||
244 | To compile this driver as a module, choose M here: the | 244 | To compile this driver as a module, choose M here: the |
245 | module will be called trancevibrator. | 245 | module will be called trancevibrator. |
246 | 246 | ||
247 | config USB_IOWARRIOR | ||
248 | tristate "IO Warrior driver support" | ||
249 | depends on USB | ||
250 | help | ||
251 | Say Y here if you want to support the IO Warrior devices from Code | ||
252 | Mercenaries. This includes support for the following devices: | ||
253 | IO Warrior 40 | ||
254 | IO Warrior 24 | ||
255 | IO Warrior 56 | ||
256 | IO Warrior 24 Power Vampire | ||
257 | |||
258 | To compile this driver as a module, choose M here: the | ||
259 | module will be called iowarrior. | ||
260 | |||
247 | config USB_TEST | 261 | config USB_TEST |
248 | tristate "USB testing driver (DEVELOPMENT)" | 262 | tristate "USB testing driver (DEVELOPMENT)" |
249 | depends on USB && USB_DEVICEFS && EXPERIMENTAL | 263 | depends on USB && USB_DEVICEFS && EXPERIMENTAL |