Skip to content

Commit 946b960

Browse files
committed
USB: add driver for iowarrior devices.
The ioctl is commented out for now, until we verify some userspace application issues. Cc: Christian Lucht <[email protected]> Cc: Robert Marquardt <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent fd978bf commit 946b960

File tree

4 files changed

+973
-0
lines changed

4 files changed

+973
-0
lines changed

drivers/usb/misc/Kconfig

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,20 @@ config USB_TRANCEVIBRATOR
244244
To compile this driver as a module, choose M here: the
245245
module will be called trancevibrator.
246246

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+
247261
config USB_TEST
248262
tristate "USB testing driver (DEVELOPMENT)"
249263
depends on USB && USB_DEVICEFS && EXPERIMENTAL

drivers/usb/misc/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ obj-$(CONFIG_USB_EMI26) += emi26.o
1313
obj-$(CONFIG_USB_EMI62) += emi62.o
1414
obj-$(CONFIG_USB_FTDI_ELAN) += ftdi-elan.o
1515
obj-$(CONFIG_USB_IDMOUSE) += idmouse.o
16+
obj-$(CONFIG_USB_IOWARRIOR) += iowarrior.o
1617
obj-$(CONFIG_USB_LCD) += usblcd.o
1718
obj-$(CONFIG_USB_LD) += ldusb.o
1819
obj-$(CONFIG_USB_LED) += usbled.o

0 commit comments

Comments
 (0)