2006-12-08 18:41:30 +01:00
#
# HID driver configuration
#
2007-04-30 13:27:48 +02:00
menuconfig HID_SUPPORT
bool "HID Devices"
2006-12-08 18:41:30 +01:00
depends on INPUT
2007-04-30 13:27:48 +02:00
default y
2007-08-18 12:56:21 +02:00
---help---
Say Y here to get to see options for various computer-human interface
device drivers. This option alone does not add any kernel code.
If you say N, all options in this submenu will be skipped and disabled.
2007-04-30 13:27:48 +02:00
if HID_SUPPORT
2006-12-08 18:41:30 +01:00
config HID
tristate "Generic HID support"
2006-12-22 17:09:16 +00:00
depends on INPUT
2006-12-08 18:41:30 +01:00
default y
---help---
2007-01-03 23:03:14 +01:00
A human interface device (HID) is a type of computer device that
interacts directly with and takes input from humans. The term "HID"
most commonly used to refer to the USB-HID specification, but other
devices (such as, but not strictly limited to, Bluetooth) are
designed using HID specification (this involves certain keyboards,
mice, tablets, etc). This option compiles into kernel the generic
HID layer code (parser, usages, etc.), which can then be used by
transport-specific HID implementation (like USB or Bluetooth).
For docs and specs, see http://www.usb.org/developers/hidpage/
2009-01-06 10:15:27 +01:00
If unsure, say Y.
2006-12-08 18:41:30 +01:00
2007-05-14 09:57:40 +02:00
config HIDRAW
bool "/dev/hidraw raw HID device support"
depends on HID
---help---
Say Y here if you want to support HID devices (from the USB
specification standpoint) that aren't strictly user interface
devices, like monitor controls and Uninterruptable Power Supplies.
This module supports these devices separately using a separate
event interface on /dev/hidraw.
There is also a /dev/hiddev configuration option in the USB HID
configuration menu. In comparison to hiddev, this device does not process
the hid events at all (no parsing, no lookups). This lets applications
to work on raw hid events when they want to, and avoid using transport-specific
userspace libhid/libusb libraries.
If unsure, say Y.
2007-03-08 16:47:49 +01:00
source "drivers/hid/usbhid/Kconfig"
2008-05-16 11:49:19 +02:00
menu "Special HID drivers"
depends on HID
2009-12-22 23:04:17 +01:00
config HID_3M_PCT
2009-12-23 13:12:32 +01:00
tristate "3M PCT"
2009-12-22 23:04:17 +01:00
depends on USB_HID
---help---
Support for 3M PCT touch screens.
2008-06-23 23:31:09 +02:00
config HID_A4TECH
2008-10-16 01:18:54 +02:00
tristate "A4 tech" if EMBEDDED
2008-06-23 23:31:09 +02:00
depends on USB_HID
2008-12-11 14:54:07 +01:00
default !EMBEDDED
2008-06-23 23:31:09 +02:00
---help---
Support for A4 tech X5 and WOP-35 / Trust 450L mice.
2008-06-18 23:36:49 +02:00
config HID_APPLE
2008-10-16 01:18:54 +02:00
tristate "Apple" if EMBEDDED
2008-06-18 23:36:49 +02:00
depends on (USB_HID || BT_HIDP)
2008-12-11 14:54:07 +01:00
default !EMBEDDED
2008-06-18 23:36:49 +02:00
---help---
Support for some Apple devices which less or more break
HID specification.
2008-10-16 01:25:15 +02:00
Say Y here if you want support for keyboards of Apple iBooks, PowerBooks,
MacBooks, MacBook Pros and Apple Aluminum.
2008-06-18 23:36:49 +02:00
2008-06-24 23:24:57 +02:00
config HID_BELKIN
2008-10-16 01:18:54 +02:00
tristate "Belkin" if EMBEDDED
2008-06-24 23:24:57 +02:00
depends on USB_HID
2008-12-11 14:54:07 +01:00
default !EMBEDDED
2008-06-24 23:24:57 +02:00
---help---
Support for Belkin Flip KVM and Wireless keyboard.
2008-06-24 20:42:25 +02:00
config HID_CHERRY
2008-10-16 01:18:54 +02:00
tristate "Cherry" if EMBEDDED
2008-06-24 20:42:25 +02:00
depends on USB_HID
2008-12-11 14:54:07 +01:00
default !EMBEDDED
2008-06-24 20:42:25 +02:00
---help---
2008-10-16 01:25:15 +02:00
Support for Cherry Cymotion keyboard.
2008-06-24 20:42:25 +02:00
2008-06-24 22:48:52 +02:00
config HID_CHICONY
2008-10-16 01:18:54 +02:00
tristate "Chicony" if EMBEDDED
2008-06-24 22:48:52 +02:00
depends on USB_HID
2008-12-11 14:54:07 +01:00
default !EMBEDDED
2008-06-24 22:48:52 +02:00
---help---
Support for Chicony Tactical pad.
2008-06-23 22:54:08 +02:00
config HID_CYPRESS
2008-10-16 01:18:54 +02:00
tristate "Cypress" if EMBEDDED
2008-06-23 22:54:08 +02:00
depends on USB_HID
2008-12-11 14:54:07 +01:00
default !EMBEDDED
2008-06-23 22:54:08 +02:00
---help---
2008-10-16 01:25:15 +02:00
Support for cypress mouse and barcode readers.
2008-06-23 22:54:08 +02:00
2009-05-15 15:46:44 +02:00
config HID_DRAGONRISE
tristate "DragonRise Inc. support" if EMBEDDED
2009-03-04 22:12:04 +13:00
depends on USB_HID
2009-05-15 15:46:44 +02:00
default !EMBEDDED
---help---
Say Y here if you have DragonRise Inc.game controllers.
config DRAGONRISE_FF
bool "DragonRise Inc. force feedback support"
depends on HID_DRAGONRISE
2009-03-04 22:12:04 +13:00
select INPUT_FF_MEMLESS
---help---
Say Y here if you want to enable force feedback support for DragonRise Inc.
game controllers.
2008-06-24 21:11:21 +02:00
config HID_EZKEY
2008-10-16 01:18:54 +02:00
tristate "Ezkey" if EMBEDDED
2008-06-24 21:11:21 +02:00
depends on USB_HID
2008-12-11 14:54:07 +01:00
default !EMBEDDED
2008-06-24 21:11:21 +02:00
---help---
2008-10-16 01:25:15 +02:00
Support for Ezkey BTC 8193 keyboard.
2008-06-24 21:11:21 +02:00
2009-03-11 11:43:27 +01:00
config HID_KYE
tristate "Kye" if EMBEDDED
depends on USB_HID
default !EMBEDDED
---help---
Support for Kye/Genius Ergo Mouse.
2008-07-24 23:35:13 +02:00
config HID_GYRATION
2008-10-16 01:18:54 +02:00
tristate "Gyration" if EMBEDDED
2008-07-24 23:35:13 +02:00
depends on USB_HID
2008-12-11 14:54:07 +01:00
default !EMBEDDED
2008-07-24 23:35:13 +02:00
---help---
2008-10-16 01:25:15 +02:00
Support for Gyration remote control.
2008-07-24 23:35:13 +02:00
2009-07-13 14:19:58 +02:00
config HID_TWINHAN
tristate "Twinhan" if EMBEDDED
depends on USB_HID
default !EMBEDDED
---help---
Support for Twinhan IR remote control.
2009-03-04 16:09:40 +01:00
config HID_KENSINGTON
tristate "Kensington" if EMBEDDED
depends on USB_HID
default !EMBEDDED
---help---
Support for Kensington Slimblade Trackball.
2008-05-16 11:49:19 +02:00
config HID_LOGITECH
2008-10-16 01:18:54 +02:00
tristate "Logitech" if EMBEDDED
2008-05-16 11:49:19 +02:00
depends on USB_HID
2008-12-11 14:54:07 +01:00
default !EMBEDDED
2008-05-16 11:49:19 +02:00
---help---
2008-10-16 01:25:15 +02:00
Support for Logitech devices that are not fully compliant with HID standard.
2008-05-16 11:49:19 +02:00
2008-07-04 23:06:45 +02:00
config LOGITECH_FF
2009-05-15 15:46:44 +02:00
bool "Logitech force feedback support"
2008-07-04 23:06:45 +02:00
depends on HID_LOGITECH
select INPUT_FF_MEMLESS
help
Say Y here if you have one of these devices:
- Logitech WingMan Cordless RumblePad
- Logitech WingMan Cordless RumblePad 2
- Logitech WingMan Force 3D
- Logitech Formula Force EX
2009-06-23 12:11:31 +02:00
- Logitech WingMan Formula Force GP
2008-07-04 23:06:45 +02:00
- Logitech MOMO Force wheel
and if you want to enable force feedback for them.
Note: if you say N here, this device will still be supported, but without
force feedback.
config LOGIRUMBLEPAD2_FF
2009-05-15 15:46:44 +02:00
bool "Logitech Rumblepad 2 force feedback support"
2008-07-04 23:06:45 +02:00
depends on HID_LOGITECH
select INPUT_FF_MEMLESS
help
Say Y here if you want to enable force feedback support for Logitech
Rumblepad 2 devices.
2010-01-13 00:25:58 +01:00
config LOGIG940_FF
bool "Logitech Flight System G940 force feedback support"
depends on HID_LOGITECH
select INPUT_FF_MEMLESS
help
Say Y here if you want to enable force feedback support for Logitech
Flight System G940 devices.
2010-02-06 12:24:36 -05:00
config HID_MAGICMOUSE
2010-02-10 14:59:03 +01:00
tristate "Apple MagicMouse multi-touch support"
2010-02-06 12:24:36 -05:00
depends on BT_HIDP
---help---
2010-02-10 14:59:03 +01:00
Support for the Apple Magic Mouse multi-touch.
2010-02-06 12:24:36 -05:00
Say Y here if you want support for the multi-touch features of the
Apple Wireless "Magic" Mouse.
2008-06-20 21:26:11 +02:00
config HID_MICROSOFT
2008-10-16 01:18:54 +02:00
tristate "Microsoft" if EMBEDDED
2008-06-20 21:26:11 +02:00
depends on USB_HID
2008-12-11 14:54:07 +01:00
default !EMBEDDED
2008-06-20 21:26:11 +02:00
---help---
2008-10-16 01:25:15 +02:00
Support for Microsoft devices that are not fully compliant with HID standard.
2008-06-20 21:26:11 +02:00
2010-02-06 15:17:13 +01:00
config HID_MOSART
tristate "MosArt"
depends on USB_HID
---help---
Support for MosArt dual-touch panels.
2008-06-25 00:07:50 +02:00
config HID_MONTEREY
2008-10-16 01:18:54 +02:00
tristate "Monterey" if EMBEDDED
2008-06-25 00:07:50 +02:00
depends on USB_HID
2008-12-11 14:54:07 +01:00
default !EMBEDDED
2008-06-25 00:07:50 +02:00
---help---
Support for Monterey Genius KB29E.
2008-11-19 15:54:46 +01:00
config HID_NTRIG
HID: make full-fledged hid-bus drivers properly selectable
For historical reasons, we don't have most of the in-tree
drivers residing on hid-bus properly selectable in kernel
configuration unless CONFIG_EMBEDDED is set.
This has been introduced on Linus' request from 14 Oct
===
As to the Kconfig options - do they really add so much space that you need to
ask for the quirks? You didn't use to. Can you make the questions depend on
EMBEDDED, or at least on the HID_COMPAT thing or whatever?
===
This still makes perfect sense for small and tiny drivers, which
just fix report descriptors, fix up HID->input mappings that slightly
violates HUT standard, send one extra packet to the device that is
needed before it becomes functional, etc.
Since then, we have been gathering more and more HID-bus drivers,
which are full-fledged drivers. For these, the size argument becomes
more valid. Plus the devices are much more special than "just violates
HID specification in this one or two tiny unimportant points".
Therefore I am marking such drivers as properly selectable no matter
the setting of CONFIG_EMBEDDED, while keeping all the small and tiny
ones compiled by default.
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
2010-02-03 16:11:12 +01:00
tristate "NTrig"
2008-11-19 15:54:46 +01:00
depends on USB_HID
---help---
Support for N-Trig touch screen.
2010-01-21 14:36:52 +00:00
config HID_ORTEK
tristate "Ortek" if EMBEDDED
depends on USB_HID
default !EMBEDDED
---help---
Support for Ortek WKB-2000 wireless keyboard + mouse trackpad.
2009-05-15 15:46:44 +02:00
config HID_PANTHERLORD
tristate "Pantherlord support" if EMBEDDED
depends on USB_HID
default !EMBEDDED
---help---
Say Y here if you have a PantherLord/GreenAsia based game controller
or adapter.
2008-09-18 19:43:32 +02:00
config PANTHERLORD_FF
bool "Pantherlord force feedback support"
depends on HID_PANTHERLORD
select INPUT_FF_MEMLESS
2009-05-15 15:46:44 +02:00
---help---
2008-09-18 19:43:32 +02:00
Say Y here if you have a PantherLord/GreenAsia based game controller
or adapter and want to enable force feedback support for it.
2008-06-24 23:46:21 +02:00
config HID_PETALYNX
2008-10-16 01:18:54 +02:00
tristate "Petalynx" if EMBEDDED
2008-06-24 23:46:21 +02:00
depends on USB_HID
2008-12-11 14:54:07 +01:00
default !EMBEDDED
2008-06-24 23:46:21 +02:00
---help---
2008-10-16 01:25:15 +02:00
Support for Petalynx Maxter remote control.
2008-06-24 23:46:21 +02:00
2010-03-30 22:33:50 +02:00
config HID_PICOLCD
tristate "PicoLCD (graphic version)"
depends on USB_HID
2010-03-30 22:34:30 +02:00
select FB_DEFERRED_IO if FB
select FB_SYS_FILLRECT if FB
select FB_SYS_COPYAREA if FB
select FB_SYS_IMAGEBLIT if FB
select FB_SYS_FOPS if FB
2010-03-30 22:33:50 +02:00
---help---
This provides support for Minibox PicoLCD devices, currently
only the graphical ones are supported.
This includes support for the following device features:
- Keypad
- Switching between Firmware and Flash mode
- Framebuffer for monochrome 256x64 display
2010-03-30 22:36:49 +02:00
- Backlight control (needs CONFIG_BACKLIGHT_CLASS_DEVICE)
- Contrast control (needs CONFIG_LCD_CLASS_DEVICE)
- General purpose outputs (needs CONFIG_LEDS_CLASS)
2010-03-30 22:34:30 +02:00
Features that are not (yet) supported:
2010-03-30 22:33:50 +02:00
- IR
- EEProm / Flash access
2010-01-13 00:29:16 +01:00
config HID_QUANTA
tristate "Quanta Optical Touch"
depends on USB_HID
---help---
Support for Quanta Optical Touch dual-touch panels.
2008-06-25 22:31:48 +02:00
config HID_SAMSUNG
2008-10-16 01:18:54 +02:00
tristate "Samsung" if EMBEDDED
2008-06-25 22:31:48 +02:00
depends on USB_HID
2008-12-11 14:54:07 +01:00
default !EMBEDDED
2008-06-25 22:31:48 +02:00
---help---
2008-10-16 01:25:15 +02:00
Support for Samsung InfraRed remote control.
2008-06-25 22:31:48 +02:00
2008-06-25 23:47:04 +02:00
config HID_SONY
2008-10-16 01:18:54 +02:00
tristate "Sony" if EMBEDDED
2008-06-25 23:47:04 +02:00
depends on USB_HID
2008-12-11 14:54:07 +01:00
default !EMBEDDED
2008-06-25 23:47:04 +02:00
---help---
Support for Sony PS3 controller.
2010-01-04 12:04:08 +01:00
config HID_STANTUM
2010-01-04 12:04:59 +01:00
tristate "Stantum"
2010-01-04 12:04:08 +01:00
depends on USB_HID
---help---
Support for Stantum multitouch panel.
2008-06-23 21:56:07 +02:00
config HID_SUNPLUS
2008-10-16 01:18:54 +02:00
tristate "Sunplus" if EMBEDDED
2008-06-23 21:56:07 +02:00
depends on USB_HID
2008-12-11 14:54:07 +01:00
default !EMBEDDED
2008-06-23 21:56:07 +02:00
---help---
2008-10-16 01:25:15 +02:00
Support for Sunplus wireless desktop.
2008-06-23 21:56:07 +02:00
2009-05-15 15:46:44 +02:00
config HID_GREENASIA
tristate "GreenAsia (Product ID 0x12) support" if EMBEDDED
2008-12-11 22:07:59 +01:00
depends on USB_HID
2009-05-15 15:46:44 +02:00
default !EMBEDDED
---help---
Say Y here if you have a GreenAsia (Product ID 0x12) based game
controller or adapter.
config GREENASIA_FF
bool "GreenAsia (Product ID 0x12) force feedback support"
depends on HID_GREENASIA
2008-12-11 22:07:59 +01:00
select INPUT_FF_MEMLESS
---help---
Say Y here if you have a GreenAsia (Product ID 0x12) based game controller
2009-01-26 11:12:25 +01:00
(like MANTA Warrior MM816 and SpeedLink Strike2 SL-6635) or adapter
2008-12-11 22:07:59 +01:00
and want to enable force feedback support for it.
2009-05-13 11:54:38 +03:00
config HID_SMARTJOYPLUS
tristate "SmartJoy PLUS PS2/USB adapter support" if EMBEDDED
depends on USB_HID
default !EMBEDDED
---help---
Support for SmartJoy PLUS PS2/USB adapter.
config SMARTJOYPLUS_FF
bool "SmartJoy PLUS PS2/USB adapter force feedback support"
depends on HID_SMARTJOYPLUS
select INPUT_FF_MEMLESS
---help---
Say Y here if you have a SmartJoy PLUS PS2/USB adapter and want to
enable force feedback support for it.
2009-01-04 00:36:56 +01:00
config HID_TOPSEED
tristate "TopSeed Cyberlink remote control support" if EMBEDDED
depends on USB_HID
2009-01-04 00:39:08 +01:00
default !EMBEDDED
2009-01-04 00:36:56 +01:00
---help---
Say Y if you have a TopSeed Cyberlink remote control.
2009-05-15 15:46:44 +02:00
config HID_THRUSTMASTER
tristate "ThrustMaster devices support" if EMBEDDED
2008-09-18 12:23:31 +02:00
depends on USB_HID
2009-05-15 15:46:44 +02:00
default !EMBEDDED
---help---
Say Y here if you have a THRUSTMASTER FireStore Dual Power 2 or
a THRUSTMASTER Ferrari GT Rumble Wheel.
config THRUSTMASTER_FF
bool "ThrustMaster devices force feedback support"
depends on HID_THRUSTMASTER
2008-09-18 12:23:31 +02:00
select INPUT_FF_MEMLESS
2009-05-15 15:46:44 +02:00
---help---
2009-06-29 09:41:29 +02:00
Say Y here if you have a THRUSTMASTER FireStore Dual Power 2 or 3,
a THRUSTMASTER Dual Trigger 3-in-1 or a THRUSTMASTER Ferrari GT
Rumble Force or Force Feedback Wheel.
2008-09-18 12:23:31 +02:00
2009-05-11 17:18:12 +02:00
config HID_WACOM
HID: make full-fledged hid-bus drivers properly selectable
For historical reasons, we don't have most of the in-tree
drivers residing on hid-bus properly selectable in kernel
configuration unless CONFIG_EMBEDDED is set.
This has been introduced on Linus' request from 14 Oct
===
As to the Kconfig options - do they really add so much space that you need to
ask for the quirks? You didn't use to. Can you make the questions depend on
EMBEDDED, or at least on the HID_COMPAT thing or whatever?
===
This still makes perfect sense for small and tiny drivers, which
just fix report descriptors, fix up HID->input mappings that slightly
violates HUT standard, send one extra packet to the device that is
needed before it becomes functional, etc.
Since then, we have been gathering more and more HID-bus drivers,
which are full-fledged drivers. For these, the size argument becomes
more valid. Plus the devices are much more special than "just violates
HID specification in this one or two tiny unimportant points".
Therefore I am marking such drivers as properly selectable no matter
the setting of CONFIG_EMBEDDED, while keeping all the small and tiny
ones compiled by default.
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
2010-02-03 16:11:12 +01:00
tristate "Wacom Bluetooth devices support"
2009-05-11 17:18:12 +02:00
depends on BT_HIDP
---help---
Support for Wacom Graphire Bluetooth tablet.
2009-05-15 15:46:44 +02:00
config HID_ZEROPLUS
tristate "Zeroplus based game controller support" if EMBEDDED
2008-09-18 12:23:32 +02:00
depends on USB_HID
2009-05-15 15:46:44 +02:00
default !EMBEDDED
---help---
2008-09-18 12:23:32 +02:00
Say Y here if you have a Zeroplus based game controller.
2009-05-15 15:46:44 +02:00
config ZEROPLUS_FF
bool "Zeroplus based game controller force feedback support"
depends on HID_ZEROPLUS
select INPUT_FF_MEMLESS
---help---
Say Y here if you have a Zeroplus based game controller and want
to have force feedback support for it.
2008-05-16 11:49:19 +02:00
endmenu
2007-04-30 13:27:48 +02:00
endif # HID_SUPPORT