xref: /linux/drivers/hid/Kconfig (revision 49904a0ebf23b15aad288a10f5354e7cd8193121)
1ec8f24b7SThomas Gleixner# SPDX-License-Identifier: GPL-2.0-only
263f3861dSJiri Kosina#
363f3861dSJiri Kosina# HID driver configuration
463f3861dSJiri Kosina#
525621bccSBenjamin Tissoiresmenuconfig HID_SUPPORT
625621bccSBenjamin Tissoires	bool "HID bus support"
725621bccSBenjamin Tissoires	default y
863f3861dSJiri Kosina	depends on INPUT
925621bccSBenjamin Tissoires	help
1025621bccSBenjamin Tissoires	  This option adds core support for human interface device (HID).
1125621bccSBenjamin Tissoires	  You will also need drivers from the following menu to make use of it.
1225621bccSBenjamin Tissoires
1325621bccSBenjamin Tissoiresif HID_SUPPORT
1463f3861dSJiri Kosina
1563f3861dSJiri Kosinaconfig HID
1625621bccSBenjamin Tissoires	tristate "HID bus core support"
1763f3861dSJiri Kosina	default y
187e41b2e9SBenjamin Tissoires	depends on INPUT
19a7f7f624SMasahiro Yamada	help
2069e4d948SJiri Kosina	  A human interface device (HID) is a type of computer device that
2169e4d948SJiri Kosina	  interacts directly with and takes input from humans. The term "HID"
2269e4d948SJiri Kosina	  most commonly used to refer to the USB-HID specification, but other
2369e4d948SJiri Kosina	  devices (such as, but not strictly limited to, Bluetooth) are
2469e4d948SJiri Kosina	  designed using HID specification (this involves certain keyboards,
251f41a6a9SHenrik Rydberg	  mice, tablets, etc). This option adds the HID bus to the kernel,
261f41a6a9SHenrik Rydberg	  together with generic HID layer code. The HID devices are added and
271f41a6a9SHenrik Rydberg	  removed from the HID bus by the transport-layer drivers, such as
281f41a6a9SHenrik Rydberg	  usbhid (USB_HID) and hidp (BT_HIDP).
2969e4d948SJiri Kosina
30b1631b84SAlexander A. Klimov	  For docs and specs, see https://www.usb.org/developers/hidpage/
3169e4d948SJiri Kosina
32205adbecSPavel Machek	  If unsure, say Y.
3363f3861dSJiri Kosina
341f41a6a9SHenrik Rydbergif HID
351f41a6a9SHenrik Rydberg
364f5ca836SJeremy Fitzhardingeconfig HID_BATTERY_STRENGTH
37692d30d6SJiri Kosina	bool "Battery level reporting for HID devices"
38060c9982SDaniel Nicoletti	select POWER_SUPPLY
392198edddSJosh Boyer	default n
40a7f7f624SMasahiro Yamada	help
41692d30d6SJiri Kosina	This option adds support of reporting battery strength (for HID devices
42692d30d6SJiri Kosina	that support this feature) through power_supply class so that userspace
43692d30d6SJiri Kosina	tools, such as upower, can display it.
444f5ca836SJeremy Fitzhardinge
4586166b7bSJiri Kosinaconfig HIDRAW
4686166b7bSJiri Kosina	bool "/dev/hidraw raw HID device support"
47a7f7f624SMasahiro Yamada	help
4886166b7bSJiri Kosina	Say Y here if you want to support HID devices (from the USB
4986166b7bSJiri Kosina	specification standpoint) that aren't strictly user interface
5016863fbcSChristophe JAILLET	devices, like monitor controls and Uninterruptible Power Supplies.
5186166b7bSJiri Kosina
5286166b7bSJiri Kosina	This module supports these devices separately using a separate
5386166b7bSJiri Kosina	event interface on /dev/hidraw.
5486166b7bSJiri Kosina
5586166b7bSJiri Kosina	There is also a /dev/hiddev configuration option in the USB HID
5686166b7bSJiri Kosina	configuration menu. In comparison to hiddev, this device does not process
5786166b7bSJiri Kosina	the hid events at all (no parsing, no lookups). This lets applications
5886166b7bSJiri Kosina	to work on raw hid events when they want to, and avoid using transport-specific
5986166b7bSJiri Kosina	userspace libhid/libusb libraries.
6086166b7bSJiri Kosina
6186166b7bSJiri Kosina	If unsure, say Y.
6286166b7bSJiri Kosina
631ccd7a2aSDavid Herrmannconfig UHID
641ccd7a2aSDavid Herrmann	tristate "User-space I/O driver support for HID subsystem"
651ccd7a2aSDavid Herrmann	default n
66a7f7f624SMasahiro Yamada	help
671ccd7a2aSDavid Herrmann	Say Y here if you want to provide HID I/O Drivers from user-space.
681ccd7a2aSDavid Herrmann	This allows to write I/O drivers in user-space and feed the data from
691ccd7a2aSDavid Herrmann	the device into the kernel. The kernel parses the HID reports, loads the
701ccd7a2aSDavid Herrmann	corresponding HID Device Driver or provides input devices on top of your
711ccd7a2aSDavid Herrmann	user-space device.
721ccd7a2aSDavid Herrmann
731ccd7a2aSDavid Herrmann	This driver cannot be used to parse HID-reports in user-space and write
741ccd7a2aSDavid Herrmann	special HID-drivers. You should use hidraw for that.
751ccd7a2aSDavid Herrmann	Instead, this driver allows to write the transport-layer driver in
761ccd7a2aSDavid Herrmann	user-space like USB-HID and Bluetooth-HID do in kernel-space.
771ccd7a2aSDavid Herrmann
781ccd7a2aSDavid Herrmann	If unsure, say N.
791ccd7a2aSDavid Herrmann
801ccd7a2aSDavid Herrmann	To compile this driver as a module, choose M here: the
811ccd7a2aSDavid Herrmann	module will be called uhid.
821ccd7a2aSDavid Herrmann
838215d557SHenrik Rydbergconfig HID_GENERIC
848215d557SHenrik Rydberg	tristate "Generic HID driver"
851f41a6a9SHenrik Rydberg	default HID
86a7f7f624SMasahiro Yamada	help
871f41a6a9SHenrik Rydberg	Support for generic devices on the HID bus. This includes most
881f41a6a9SHenrik Rydberg	keyboards and mice, joysticks, tablets and digitizers.
898215d557SHenrik Rydberg
908215d557SHenrik Rydberg	To compile this driver as a module, choose M here: the module
918215d557SHenrik Rydberg	will be called hid-generic.
928215d557SHenrik Rydberg
938215d557SHenrik Rydberg	If unsure, say Y.
948215d557SHenrik Rydberg
951f41a6a9SHenrik Rydbergmenu "Special HID drivers"
961f41a6a9SHenrik Rydberg
9714a21cd4SJiri Slabyconfig HID_A4TECH
989858c74cSMateusz Jończyk	tristate "A4TECH mice"
996a108a14SDavid Rientjes	default !EXPERT
100a7f7f624SMasahiro Yamada	help
1019858c74cSMateusz Jończyk	Support for some A4TECH mice with two scroll wheels.
10214a21cd4SJiri Slaby
103c846fe9cSMartyn Welchconfig HID_ACCUTOUCH
104c846fe9cSMartyn Welch	tristate "Accutouch touch device"
105c846fe9cSMartyn Welch	depends on USB_HID
106a7f7f624SMasahiro Yamada	help
107c846fe9cSMartyn Welch	  This selects a driver for the Accutouch 2216 touch controller.
108c846fe9cSMartyn Welch
109c846fe9cSMartyn Welch	  The driver works around a problem in the reported device capabilities
110c846fe9cSMartyn Welch	  which causes userspace to detect the device as a mouse rather than
111c846fe9cSMartyn Welch          a touchscreen.
112c846fe9cSMartyn Welch
113c846fe9cSMartyn Welch	  Say Y here if you have a Accutouch 2216 touch controller.
114c846fe9cSMartyn Welch
1150ae43810SDmitry Torokhovconfig HID_ACRUX
1160ae43810SDmitry Torokhov	tristate "ACRUX game controller support"
117a7f7f624SMasahiro Yamada	help
1180ae43810SDmitry Torokhov	Say Y here if you want to enable support for ACRUX game controllers.
1190ae43810SDmitry Torokhov
1200ae43810SDmitry Torokhovconfig HID_ACRUX_FF
121364b936fSSergei Kolzun	bool "ACRUX force feedback support"
1220ae43810SDmitry Torokhov	depends on HID_ACRUX
123c0dbcc33SSergei Kolzun	select INPUT_FF_MEMLESS
124a7f7f624SMasahiro Yamada	help
125c0dbcc33SSergei Kolzun	Say Y here if you want to enable force feedback support for ACRUX
126c0dbcc33SSergei Kolzun	game controllers.
127c0dbcc33SSergei Kolzun
1288c19a515SJiri Slabyconfig HID_APPLE
1297af05e73SJean Delvare	tristate "Apple {i,Power,Mac}Books"
130ed9f4f96SJiri Kosina	depends on LEDS_CLASS
131ed9f4f96SJiri Kosina	depends on NEW_LEDS
1326a108a14SDavid Rientjes	default !EXPERT
133a7f7f624SMasahiro Yamada	help
1348c19a515SJiri Slaby	Support for some Apple devices which less or more break
1358c19a515SJiri Slaby	HID specification.
1368c19a515SJiri Slaby
137f0bd8e43SJiri Kosina	Say Y here if you want support for keyboards of	Apple iBooks, PowerBooks,
138f0bd8e43SJiri Kosina	MacBooks, MacBook Pros and Apple Aluminum.
1398c19a515SJiri Slaby
1409a4a5574SBenjamin Tissoiresconfig HID_APPLEIR
1419a4a5574SBenjamin Tissoires	tristate "Apple infrared receiver"
1429a4a5574SBenjamin Tissoires	depends on (USB_HID)
143a7f7f624SMasahiro Yamada	help
1449a4a5574SBenjamin Tissoires	Support for Apple infrared remote control. All the Apple computers from
1459a4a5574SBenjamin Tissoires	  2005 onwards include such a port, except the unibody Macbook (2009),
1469a4a5574SBenjamin Tissoires	  and Mac Pros. This receiver is also used in the Apple TV set-top box
1479a4a5574SBenjamin Tissoires	  prior to the 2010 model.
1489a4a5574SBenjamin Tissoires
1499a4a5574SBenjamin Tissoires	Say Y here if you want support for Apple infrared remote control.
1509a4a5574SBenjamin Tissoires
151eeb01a57SYusuke Fujimakiconfig HID_ASUS
152eeb01a57SYusuke Fujimaki	tristate "Asus"
153c4f0126dSHans de Goede	depends on USB_HID
154af22a610SCarlo Caione	depends on LEDS_CLASS
1553b692c55SDaniel Drake	depends on ASUS_WMI || ASUS_WMI=n
156a23eab89SArnd Bergmann	select POWER_SUPPLY
157a7f7f624SMasahiro Yamada	help
1581caccc25SChris Chiu	Support for Asus notebook built-in keyboard and touchpad via i2c, and
1591caccc25SChris Chiu	the Asus Republic of Gamers laptop keyboard special keys.
160b94f7d5dSYusuke Fujimaki
161b94f7d5dSYusuke Fujimaki	Supported devices:
162b94f7d5dSYusuke Fujimaki	- EeeBook X205TA
163b94f7d5dSYusuke Fujimaki	- VivoBook E200HA
1641caccc25SChris Chiu	- GL553V series
1651caccc25SChris Chiu	- GL753V series
166eeb01a57SYusuke Fujimaki
167212da74dSJosenivaldo Benito Juniorconfig HID_AUREAL
168212da74dSJosenivaldo Benito Junior	tristate "Aureal"
169a7f7f624SMasahiro Yamada	help
170212da74dSJosenivaldo Benito Junior	Support for Aureal Cy se W-01RN Remote Controller and other Aureal derived remotes.
171212da74dSJosenivaldo Benito Junior
172b5635b12SJiri Slabyconfig HID_BELKIN
1737af05e73SJean Delvare	tristate "Belkin Flip KVM and Wireless keyboard"
1746a108a14SDavid Rientjes	default !EXPERT
175a7f7f624SMasahiro Yamada	help
176b5635b12SJiri Slaby	Support for Belkin Flip KVM and Wireless keyboard.
177b5635b12SJiri Slaby
178fc38a8a6SHuang Boconfig HID_BETOP_FF
179fc38a8a6SHuang Bo	tristate "Betop Production Inc. force feedback support"
180fc38a8a6SHuang Bo	depends on USB_HID
181fc38a8a6SHuang Bo	select INPUT_FF_MEMLESS
182a7f7f624SMasahiro Yamada	help
183fc38a8a6SHuang Bo	Say Y here if you want to enable force feedback support for devices by
184fc38a8a6SHuang Bo	BETOP Production Ltd.
185fc38a8a6SHuang Bo	Currently the following devices are known to be supported:
186fc38a8a6SHuang Bo	 - BETOP 2185 PC & BFM MODE
187fc38a8a6SHuang Bo
188256a90edSHanno Zullaconfig HID_BIGBEN_FF
189256a90edSHanno Zulla	tristate "BigBen Interactive Kids' gamepad support"
190256a90edSHanno Zulla	depends on USB_HID
191256a90edSHanno Zulla	depends on NEW_LEDS
192256a90edSHanno Zulla	depends on LEDS_CLASS
193256a90edSHanno Zulla	select INPUT_FF_MEMLESS
194256a90edSHanno Zulla	help
195256a90edSHanno Zulla	  Support for the "Kid-friendly Wired Controller" PS3OFMINIPAD
196256a90edSHanno Zulla	  gamepad made by BigBen Interactive, originally sold as a PS3
197256a90edSHanno Zulla	  accessory. This driver fixes input mapping and adds support for
198256a90edSHanno Zulla	  force feedback effects and LEDs on the device.
199256a90edSHanno Zulla
2003b239cd7SJiri Slabyconfig HID_CHERRY
2017af05e73SJean Delvare	tristate "Cherry Cymotion keyboard"
2026a108a14SDavid Rientjes	default !EXPERT
203a7f7f624SMasahiro Yamada	help
204f0bd8e43SJiri Kosina	Support for Cherry Cymotion keyboard.
2053b239cd7SJiri Slaby
206fcfacfd3SJiri Slabyconfig HID_CHICONY
207f2f10b7eSDaniel Drake	tristate "Chicony devices"
208d080811fSGreg Kroah-Hartman	depends on USB_HID
2096a108a14SDavid Rientjes	default !EXPERT
210a7f7f624SMasahiro Yamada	help
211f2f10b7eSDaniel Drake	Support for Chicony Tactical pad and special keys on Chicony keyboards.
212fcfacfd3SJiri Slaby
2136f78193eSClément Vuchenerconfig HID_CORSAIR
2146f78193eSClément Vuchener	tristate "Corsair devices"
215f237d902SGreg Kroah-Hartman	depends on USB_HID && LEDS_CLASS
216a7f7f624SMasahiro Yamada	help
2176f78193eSClément Vuchener	Support for Corsair devices that are not fully compliant with the
2186f78193eSClément Vuchener	HID standard.
2196f78193eSClément Vuchener
2206f78193eSClément Vuchener	Supported devices:
2216f78193eSClément Vuchener	- Vengeance K90
22201adc47eSOscar Campos	- Scimitar PRO RGB
2236f78193eSClément Vuchener
224b8e759b8SDaniel M. Lambeaconfig HID_COUGAR
225b8e759b8SDaniel M. Lambea	tristate "Cougar devices"
226b8e759b8SDaniel M. Lambea	help
227b8e759b8SDaniel M. Lambea	Support for Cougar devices that are not fully compliant with the
228b8e759b8SDaniel M. Lambea	HID standard.
229b8e759b8SDaniel M. Lambea
230b8e759b8SDaniel M. Lambea	Supported devices:
231b8e759b8SDaniel M. Lambea	- Cougar 500k Gaming Keyboard
232b8e759b8SDaniel M. Lambea
233161f62cdSAlex Henrieconfig HID_MACALLY
234161f62cdSAlex Henrie	tristate "Macally devices"
235161f62cdSAlex Henrie	help
236161f62cdSAlex Henrie	Support for Macally devices that are not fully compliant with the
237161f62cdSAlex Henrie	HID standard.
238161f62cdSAlex Henrie
239161f62cdSAlex Henrie	supported devices:
240161f62cdSAlex Henrie	- Macally ikey keyboard
241161f62cdSAlex Henrie
2423a370ca1SDon Princeconfig HID_PRODIKEYS
24395736de9SJiri Kosina	tristate "Prodikeys PC-MIDI Keyboard support"
24430cb3c2aSGreg Kroah-Hartman	depends on USB_HID && SND
2453a370ca1SDon Prince	select SND_RAWMIDI
246a7f7f624SMasahiro Yamada	help
2473a370ca1SDon Prince	Support for Prodikeys PC-MIDI Keyboard device support.
2483a370ca1SDon Prince	Say Y here to enable support for this device.
2493a370ca1SDon Prince	- Prodikeys PC-MIDI keyboard.
2503a370ca1SDon Prince	  The Prodikeys PC-MIDI acts as a USB Audio device, with one MIDI
2513a370ca1SDon Prince	  input and one MIDI output. These MIDI jacks appear as
2523a370ca1SDon Prince	  a sound "card" in the ALSA sound system.
2533a370ca1SDon Prince	  Note: if you say N here, this device will still function as a basic
2543a370ca1SDon Prince	  multimedia keyboard, but will lack support for the musical keyboard
2553a370ca1SDon Prince	  and some additional multimedia keys.
2563a370ca1SDon Prince
257ad8ddc57SBen Chenconfig HID_CMEDIA
258bebf8820SThomas Weißschuh	tristate "CMedia audio chips"
259a7f7f624SMasahiro Yamada	help
260bebf8820SThomas Weißschuh	Support for CMedia CM6533 HID audio jack controls
261bebf8820SThomas Weißschuh        and HS100B mute buttons.
262ad8ddc57SBen Chen
263e932d817SDavid Barksdaleconfig HID_CP2112
264e932d817SDavid Barksdale	tristate "Silicon Labs CP2112 HID USB-to-SMBus Bridge support"
265cde3076bSSébastien Szymanski	depends on USB_HID && HIDRAW && I2C && GPIOLIB
266ac34b970SBartosz Golaszewski	select GPIOLIB_IRQCHIP
267a7f7f624SMasahiro Yamada	help
268e932d817SDavid Barksdale	Support for Silicon Labs CP2112 HID USB to SMBus Master Bridge.
269e932d817SDavid Barksdale	This is a HID device driver which registers as an i2c adapter
270e932d817SDavid Barksdale	and gpiochip to expose these functions of the CP2112. The
271e932d817SDavid Barksdale	customizable USB descriptor fields are exposed as sysfs attributes.
272e932d817SDavid Barksdale
273f7c4f737SBastien Noceraconfig HID_CREATIVE_SB0540
274f7c4f737SBastien Nocera	tristate "Creative SB0540 infrared receiver"
275f7c4f737SBastien Nocera	depends on USB_HID
276f7c4f737SBastien Nocera	help
277f7c4f737SBastien Nocera	Support for Creative infrared SB0540-compatible remote controls, such
278f7c4f737SBastien Nocera	as the RM-1500 and RM-1800 remotes.
279f7c4f737SBastien Nocera
280f7c4f737SBastien Nocera	Say Y here if you want support for Creative SB0540 infrared receiver.
281f7c4f737SBastien Nocera
2820f221320SJiri Slabyconfig HID_CYPRESS
2837af05e73SJean Delvare	tristate "Cypress mouse and barcode readers"
2846a108a14SDavid Rientjes	default !EXPERT
285a7f7f624SMasahiro Yamada	help
286f0bd8e43SJiri Kosina	Support for cypress mouse and barcode readers.
2870f221320SJiri Slaby
2880f6f4319SJiri Kosinaconfig HID_DRAGONRISE
289a1043044SBorislav Petkov	tristate "DragonRise Inc. game controller"
290a7f7f624SMasahiro Yamada	help
2910f6f4319SJiri Kosina	Say Y here if you have DragonRise Inc. game controllers.
292b4a65f4eSNikolai Kondrashov	These might be branded as:
293b4a65f4eSNikolai Kondrashov	- Tesun USB-703
294b4a65f4eSNikolai Kondrashov	- Media-tech MT1504 "Rogue"
295b4a65f4eSNikolai Kondrashov	- DVTech JS19 "Gear"
296b4a65f4eSNikolai Kondrashov	- Defender Game Master
2970f6f4319SJiri Kosina
2980f6f4319SJiri Kosinaconfig DRAGONRISE_FF
299a1043044SBorislav Petkov	bool "DragonRise Inc. force feedback"
3000f6f4319SJiri Kosina	depends on HID_DRAGONRISE
3013f866fbdSRichard Walmsley	select INPUT_FF_MEMLESS
302a7f7f624SMasahiro Yamada	help
3033f866fbdSRichard Walmsley	Say Y here if you want to enable force feedback support for DragonRise Inc.
3043f866fbdSRichard Walmsley	game controllers.
3053f866fbdSRichard Walmsley
30604561c5aSIgnaz Forsterconfig HID_EMS_FF
30704561c5aSIgnaz Forster	tristate "EMS Production Inc. force feedback support"
30804561c5aSIgnaz Forster	select INPUT_FF_MEMLESS
309a7f7f624SMasahiro Yamada	help
31004561c5aSIgnaz Forster	Say Y here if you want to enable force feedback support for devices by
31104561c5aSIgnaz Forster	EMS Production Ltd.
31204561c5aSIgnaz Forster	Currently the following devices are known to be supported:
31304561c5aSIgnaz Forster	 - Trio Linker Plus II
31404561c5aSIgnaz Forster
3159a6a4193SAlexandrov Stansilavconfig HID_ELAN
3169a6a4193SAlexandrov Stansilav	tristate "ELAN USB Touchpad Support"
3179a6a4193SAlexandrov Stansilav	depends on LEDS_CLASS && USB_HID
318a7f7f624SMasahiro Yamada	help
3199a6a4193SAlexandrov Stansilav	Say Y to enable support for the USB ELAN touchpad
3209a6a4193SAlexandrov Stansilav	Currently the following devices are known to be supported:
3219a6a4193SAlexandrov Stansilav	 - HP Pavilion X2 10-p0XX.
3229a6a4193SAlexandrov Stansilav
32364b386eaSRichard Nauberconfig HID_ELECOM
3240bb7a37fSDiego Elio Pettenò	tristate "ELECOM HID devices"
325a7f7f624SMasahiro Yamada	help
3260bb7a37fSDiego Elio Pettenò	Support for ELECOM devices:
3270bb7a37fSDiego Elio Pettenò	  - BM084 Bluetooth Mouse
32879837edeSTomasz Kramkowski	  - EX-G Trackballs (M-XT3DRBK, M-XT3URBK)
32979837edeSTomasz Kramkowski	  - DEFT Trackballs (M-DT1DRBK, M-DT1URBK, M-DT2DRBK, M-DT2URBK)
33079837edeSTomasz Kramkowski	  - HUGE Trackballs (M-HT1DRBK, M-HT1URBK)
33164b386eaSRichard Nauber
332d23efc19SJiri Slabyconfig HID_ELO
333d23efc19SJiri Slaby	tristate "ELO USB 4000/4500 touchscreen"
334d23efc19SJiri Slaby	depends on USB_HID
335a7f7f624SMasahiro Yamada	help
336d23efc19SJiri Slaby	Support for the ELO USB 4000/4500 touchscreens. Note that this is for
337d23efc19SJiri Slaby	different devices than those handled by CONFIG_TOUCHSCREEN_USB_ELO.
338d23efc19SJiri Slaby
339f5cd71cfSPhilippe Valemboisconfig HID_EVISION
340f5cd71cfSPhilippe Valembois	tristate "EVision Keyboards Support"
341f5cd71cfSPhilippe Valembois	depends on HID
342f5cd71cfSPhilippe Valembois	help
343f5cd71cfSPhilippe Valembois	Support for some EVision keyboards. Note that this is needed only when
344f5cd71cfSPhilippe Valembois	applying customization using userspace programs.
345f5cd71cfSPhilippe Valembois
3461f243e30SJiri Slabyconfig HID_EZKEY
3477af05e73SJean Delvare	tristate "Ezkey BTC 8193 keyboard"
3486a108a14SDavid Rientjes	default !EXPERT
349a7f7f624SMasahiro Yamada	help
350f0bd8e43SJiri Kosina	Support for Ezkey BTC 8193 keyboard.
3511f243e30SJiri Slaby
3526a82582dSMichael Zaidmanconfig HID_FT260
3536a82582dSMichael Zaidman	tristate "FTDI FT260 USB HID to I2C host support"
3546a82582dSMichael Zaidman	depends on USB_HID && HIDRAW && I2C
3556a82582dSMichael Zaidman	help
3566a82582dSMichael Zaidman	  Provides I2C host adapter functionality over USB-HID through FT260
3576a82582dSMichael Zaidman	  device. The customizable USB descriptor fields are exposed as sysfs
3586a82582dSMichael Zaidman	  attributes.
3596a82582dSMichael Zaidman
3606a82582dSMichael Zaidman	  To compile this driver as a module, choose M here: the module
3616a82582dSMichael Zaidman	  will be called hid-ft260.
3626a82582dSMichael Zaidman
363931830aaSBenjamin Tissoiresconfig HID_GEMBIRD
364931830aaSBenjamin Tissoires	tristate "Gembird Joypad"
365a7f7f624SMasahiro Yamada	help
366931830aaSBenjamin Tissoires	Support for Gembird JPD-DualForce 2.
367931830aaSBenjamin Tissoires
36834fc1322SPetri Gyntherconfig HID_GFRM
36934fc1322SPetri Gynther	tristate "Google Fiber TV Box remote control support"
370a7f7f624SMasahiro Yamada	help
37134fc1322SPetri Gynther	Support for Google Fiber TV Box remote controls
37234fc1322SPetri Gynther
37377a36a3aSSamuel Čavojconfig HID_GLORIOUS
37477a36a3aSSamuel Čavoj	tristate "Glorious PC Gaming Race mice"
37577a36a3aSSamuel Čavoj	help
37677a36a3aSSamuel Čavoj	  Support for Glorious PC Gaming Race mice such as
37777a36a3aSSamuel Čavoj	  the Glorious Model O, O- and D.
37877a36a3aSSamuel Čavoj
379d946e65eSAnssi Hannulaconfig HID_HOLTEK
380ff9bf5a2STom Harwood	tristate "Holtek HID devices"
381d946e65eSAnssi Hannula	depends on USB_HID
382a7f7f624SMasahiro Yamada	help
383ff9bf5a2STom Harwood	Support for Holtek based devices:
384ff9bf5a2STom Harwood	  - Holtek On Line Grip based game controller
385ff9bf5a2STom Harwood	  - Trust GXT 18 Gaming Keyboard
38641de326eSChristian Ohm	  - Sharkoon Drakonia / Perixx MX-2000 gaming mice
387d4f51890SChristian Ohm	  - Tracer Sniper TRM-503 / NOVA Gaming Slider X200 /
388d4f51890SChristian Ohm	    Zalman ZM-GM1
3897da7cbbbSAnders F. U. Kiær	  - SHARKOON DarkGlider Gaming mouse
390f1a4914bSAnders F. U. Kiær	  - LEETGION Hellion Gaming Mouse
391d946e65eSAnssi Hannula
392d946e65eSAnssi Hannulaconfig HOLTEK_FF
393d946e65eSAnssi Hannula	bool "Holtek On Line Grip force feedback support"
394d946e65eSAnssi Hannula	depends on HID_HOLTEK
395d946e65eSAnssi Hannula	select INPUT_FF_MEMLESS
396a7f7f624SMasahiro Yamada	help
397d946e65eSAnssi Hannula	  Say Y here if you have a Holtek On Line Grip based game controller
398d946e65eSAnssi Hannula	  and want to have force feedback support for it.
399d946e65eSAnssi Hannula
40033bbe04aSStephen Boydconfig HID_VIVALDI_COMMON
40133bbe04aSStephen Boyd	tristate
40233bbe04aSStephen Boyd	help
40333bbe04aSStephen Boyd	  ChromeOS Vivaldi HID parsing support library. This is a hidden
40433bbe04aSStephen Boyd	  option so that drivers can use common code to parse the HID
40533bbe04aSStephen Boyd	  descriptors for vivaldi function row keymap.
40633bbe04aSStephen Boyd
407bc774b8cSWei-Ning Huangconfig HID_GOOGLE_HAMMER
408bc774b8cSWei-Ning Huang	tristate "Google Hammer Keyboard"
409a9d67299SStephen Boyd	select HID_VIVALDI_COMMON
410a9d67299SStephen Boyd	select INPUT_VIVALDIFMAP
41147f11e0bSEnric Balletbo i Serra	depends on USB_HID && LEDS_CLASS && CROS_EC
412a7f7f624SMasahiro Yamada	help
413bc774b8cSWei-Ning Huang	Say Y here if you have a Google Hammer device.
414bc774b8cSWei-Ning Huang
41514c9c014SSean O'Brienconfig HID_VIVALDI
41614c9c014SSean O'Brien	tristate "Vivaldi Keyboard"
41733bbe04aSStephen Boyd	select HID_VIVALDI_COMMON
41845ceaf14SStephen Boyd	select INPUT_VIVALDIFMAP
41914c9c014SSean O'Brien	help
42014c9c014SSean O'Brien	  Say Y here if you want to enable support for Vivaldi keyboards.
42114c9c014SSean O'Brien
42214c9c014SSean O'Brien	  Vivaldi keyboards use a vendor-specific (Google) HID usage to report
42314c9c014SSean O'Brien	  how the keys in the top row are physically ordered.
42414c9c014SSean O'Brien
425f471d948SJanne Kanniainenconfig HID_GT683R
426f471d948SJanne Kanniainen	tristate "MSI GT68xR LED support"
427f471d948SJanne Kanniainen	depends on LEDS_CLASS && USB_HID
428a7f7f624SMasahiro Yamada	help
429f471d948SJanne Kanniainen	Say Y here if you want to enable support for the three MSI GT68xR LEDs
430f471d948SJanne Kanniainen
431f471d948SJanne Kanniainen	This driver support following modes:
432f471d948SJanne Kanniainen	  - Normal: LEDs are fully on when enabled
433f471d948SJanne Kanniainen	  - Audio:  LEDs brightness depends on sound level
434f471d948SJanne Kanniainen	  - Breathing: LEDs brightness varies at human breathing rate
435f471d948SJanne Kanniainen
436f471d948SJanne Kanniainen	Currently the following devices are know to be supported:
437f471d948SJanne Kanniainen	  - MSI GT683R
438f471d948SJanne Kanniainen
439177900e8SJiri Kosinaconfig HID_KEYTOUCH
4403d366e28SStephen Boyd	tristate "Keytouch HID devices"
441a7f7f624SMasahiro Yamada	help
442177900e8SJiri Kosina	Support for Keytouch HID devices not fully compliant with
443177900e8SJiri Kosina	the specification. Currently supported:
444177900e8SJiri Kosina		- Keytouch IEC 60945
445177900e8SJiri Kosina
44679422741SJiri Kosinaconfig HID_KYE
44722ca20b2SNikolai Kondrashov	tristate "KYE/Genius devices"
448a7f7f624SMasahiro Yamada	help
44922ca20b2SNikolai Kondrashov	Support for KYE/Genius devices not fully compliant with HID standard:
45022ca20b2SNikolai Kondrashov	- Ergo Mouse
45122ca20b2SNikolai Kondrashov	- EasyPen i405X tablet
45222ca20b2SNikolai Kondrashov	- MousePen i608X tablet
45322ca20b2SNikolai Kondrashov	- EasyPen M610X tablet
45479422741SJiri Kosina
455f8a489ccSNikolai Kondrashovconfig HID_UCLOGIC
456f36ee074SJiri Kosina	tristate "UC-Logic"
457bbb2d8a8SBenjamin Tissoires	depends on USB_HID
458a7f7f624SMasahiro Yamada	help
45908177f40SNikolai Kondrashov	Support for UC-Logic and Huion tablets.
460f8a489ccSNikolai Kondrashov
46172a46344SNikolai Kondrashovconfig HID_WALTOP
46272a46344SNikolai Kondrashov	tristate "Waltop"
463a7f7f624SMasahiro Yamada	help
46472a46344SNikolai Kondrashov	Support for Waltop tablets.
46572a46344SNikolai Kondrashov
4667c2af0a1SNikolai Kondrashovconfig HID_VIEWSONIC
4677c2af0a1SNikolai Kondrashov	tristate "ViewSonic/Signotec"
4687c2af0a1SNikolai Kondrashov	help
4697c2af0a1SNikolai Kondrashov	  Support for ViewSonic/Signotec PD1011 signature pad.
4707c2af0a1SNikolai Kondrashov
4712c5e8e61SMarcus Folkessonconfig HID_VRC2
4722c5e8e61SMarcus Folkesson	tristate "VRC-2 Car Controller"
4732c5e8e61SMarcus Folkesson	depends on HID
4742c5e8e61SMarcus Folkesson	help
4752c5e8e61SMarcus Folkesson        Support for VRC-2 which is a 2-axis controller often used in
4762c5e8e61SMarcus Folkesson        car simulators.
4772c5e8e61SMarcus Folkesson
4782c5e8e61SMarcus Folkesson        To compile this driver as a module, choose M here: the
4792c5e8e61SMarcus Folkesson        module will be called hid-vrc2.
4802c5e8e61SMarcus Folkesson
48195157723SIlya Skriblovskyconfig HID_XIAOMI
48295157723SIlya Skriblovsky	tristate "Xiaomi"
48395157723SIlya Skriblovsky	help
48495157723SIlya Skriblovsky	  Adds support for side buttons of Xiaomi Mi Dual Mode Wireless
48595157723SIlya Skriblovsky	  Mouse Silent Edition.
48695157723SIlya Skriblovsky
487949f8fefSJiri Slabyconfig HID_GYRATION
488a1043044SBorislav Petkov	tristate "Gyration remote control"
489a7f7f624SMasahiro Yamada	help
490f0bd8e43SJiri Kosina	Support for Gyration remote control.
491949f8fefSJiri Slaby
4924ddfe028SBastien Noceraconfig HID_ICADE
4934ddfe028SBastien Nocera	tristate "ION iCade arcade controller"
494a7f7f624SMasahiro Yamada	help
4954ddfe028SBastien Nocera	Support for the ION iCade arcade controller to work as a joystick.
4964ddfe028SBastien Nocera
4974ddfe028SBastien Nocera	To compile this driver as a module, choose M here: the
4984ddfe028SBastien Nocera	module will be called hid-icade.
4994ddfe028SBastien Nocera
500f1918be1SHans de Goedeconfig HID_ITE
501f1918be1SHans de Goede	tristate "ITE devices"
502f1918be1SHans de Goede	default !EXPERT
503a7f7f624SMasahiro Yamada	help
504f1918be1SHans de Goede	Support for ITE devices not fully compliant with HID standard.
505f1918be1SHans de Goede
50619ca2827SNiels Skou Olsenconfig HID_JABRA
50719ca2827SNiels Skou Olsen	tristate "Jabra USB HID Driver"
508a7f7f624SMasahiro Yamada	help
50919ca2827SNiels Skou Olsen	Support for Jabra USB HID devices.
51019ca2827SNiels Skou Olsen
51119ca2827SNiels Skou Olsen	Prevents mapping of vendor defined HID usages to input events. Without
51219ca2827SNiels Skou Olsen	this driver HID	reports from Jabra devices may incorrectly be seen as
51319ca2827SNiels Skou Olsen	mouse button events.
51419ca2827SNiels Skou Olsen	Say M here if you may ever plug in a Jabra USB device.
51519ca2827SNiels Skou Olsen
516711a680eSBruno Premontconfig HID_TWINHAN
517a1043044SBorislav Petkov	tristate "Twinhan IR remote control"
518a7f7f624SMasahiro Yamada	help
519711a680eSBruno Premont	Support for Twinhan IR remote control.
520711a680eSBruno Premont
521fdf93aa3SJiri Kosinaconfig HID_KENSINGTON
5227af05e73SJean Delvare	tristate "Kensington Slimblade Trackball"
5236a108a14SDavid Rientjes	default !EXPERT
524a7f7f624SMasahiro Yamada	help
525fdf93aa3SJiri Kosina	Support for Kensington Slimblade Trackball.
526fdf93aa3SJiri Kosina
52775b07022SChris Schlundconfig HID_LCPOWER
52875b07022SChris Schlund	tristate "LC-Power"
529a7f7f624SMasahiro Yamada	help
53075b07022SChris Schlund	Support for LC-Power RC1000MCE RF remote control.
53175b07022SChris Schlund
5326c7ad07eSHeiner Kallweitconfig HID_LED
53326423b84SJiri Kosina	tristate "Simple RGB LED support"
5346c7ad07eSHeiner Kallweit	depends on LEDS_CLASS
535a7f7f624SMasahiro Yamada	help
536007414e8SHeiner Kallweit	Support for simple RGB LED devices. Currently supported are:
537007414e8SHeiner Kallweit	- Riso Kagaku Webmail Notifier
538007414e8SHeiner Kallweit	- Dream Cheeky Webmail Notifier and Friends Alert
539007414e8SHeiner Kallweit	- ThingM blink(1)
540de908650SHeiner Kallweit	- Delcom Visual Signal Indicator Generation 2
5419d1e048cSHeiner Kallweit	- Greynut Luxafor
5426c7ad07eSHeiner Kallweit
5436c7ad07eSHeiner Kallweit	To compile this driver as a module, choose M here: the
5446c7ad07eSHeiner Kallweit	module will be called hid-led.
5456c7ad07eSHeiner Kallweit
54694723bfaSJamie Lentinconfig HID_LENOVO
54794723bfaSJamie Lentin	tristate "Lenovo / Thinkpad devices"
54825976a79SBryan Wu	select NEW_LEDS
549c1dcad2dSBernhard Seibold	select LEDS_CLASS
550a7f7f624SMasahiro Yamada	help
551a230cd52Spgzh	Support for IBM/Lenovo devices that are not fully compliant with HID standard.
552c1dcad2dSBernhard Seibold
553a230cd52Spgzh	Say Y if you want support for horizontal scrolling of the IBM/Lenovo
554a230cd52Spgzh	Scrollpoint mice or the non-compliant features of the Lenovo Thinkpad
555a230cd52Spgzh	standalone keyboards, e.g:
55694723bfaSJamie Lentin	- ThinkPad USB Keyboard with TrackPoint (supports extra LEDs and trackpoint
55794723bfaSJamie Lentin	  configuration)
558f3d4ff0eSJamie Lentin	- ThinkPad Compact Bluetooth Keyboard with TrackPoint (supports Fn keys)
559f3d4ff0eSJamie Lentin	- ThinkPad Compact USB Keyboard with TrackPoint (supports Fn keys)
560c1dcad2dSBernhard Seibold
56133a5c279SHans de Goedeconfig HID_LETSKETCH
56233a5c279SHans de Goede	tristate "Letsketch WP9620N tablets"
56333a5c279SHans de Goede	depends on USB_HID
56433a5c279SHans de Goede	help
56533a5c279SHans de Goede	  Driver for the LetSketch / VSON WP9620N drawing tablet. This
56633a5c279SHans de Goede	  drawing tablet is also sold under other brand names such as Case U,
56733a5c279SHans de Goede	  presumably this driver will work for all of them. But it has only been
56833a5c279SHans de Goede	  tested with a LetSketch WP9620N model.
56933a5c279SHans de Goede
57033a5c279SHans de Goede	  These tablets also work without a special HID driver, but then only
57133a5c279SHans de Goede	  part of the active area works and both the pad and stylus buttons are
57233a5c279SHans de Goede	  hardwired to special key-combos. E.g. the 2 stylus buttons send right
57333a5c279SHans de Goede	  mouse clicks / resp. "e" key presses.
57433a5c279SHans de Goede
5755f22a799SJiri Slabyconfig HID_LOGITECH
5767af05e73SJean Delvare	tristate "Logitech devices"
577f237d902SGreg Kroah-Hartman	depends on USB_HID
578bdd08fffSHans de Goede	depends on LEDS_CLASS
5796a108a14SDavid Rientjes	default !EXPERT
580a7f7f624SMasahiro Yamada	help
581f0bd8e43SJiri Kosina	Support for Logitech devices that are not fully compliant with HID standard.
5825f22a799SJiri Slaby
583534a7b8eSNestor Lopez Casadoconfig HID_LOGITECH_DJ
584c08ce255SFilipe Laíns	tristate "Logitech receivers full support"
585c08f38e9SBenjamin Tissoires	depends on USB_HID
586dcdc50e7SOlivier Gay	depends on HIDRAW
587534a7b8eSNestor Lopez Casado	depends on HID_LOGITECH
588ab94e562SBenjamin Tissoires	select HID_LOGITECH_HIDPP
589a7f7f624SMasahiro Yamada	help
590c08ce255SFilipe Laíns	Say Y if you want support for Logitech receivers and devices.
591c08ce255SFilipe Laíns	Logitech receivers are capable of pairing multiple Logitech compliant
5920944e964SKonstantin Khlebnikov	devices to the same receiver. Without this driver it will be handled by
593d82603c6SJorrit Schippers	generic USB_HID driver and all incoming events will be multiplexed
5940944e964SKonstantin Khlebnikov	into a single mouse and a single keyboard device.
595534a7b8eSNestor Lopez Casado
5962f31c525SBenjamin Tissoiresconfig HID_LOGITECH_HIDPP
5972f31c525SBenjamin Tissoires	tristate "Logitech HID++ devices support"
5982f31c525SBenjamin Tissoires	depends on HID_LOGITECH
599351744aaSArnd Bergmann	select POWER_SUPPLY
600a7f7f624SMasahiro Yamada	help
6012f31c525SBenjamin Tissoires	Support for Logitech devices relying on the HID++ Logitech specification
6022f31c525SBenjamin Tissoires
6032f31c525SBenjamin Tissoires	Say Y if you want support for Logitech devices relying on the HID++
6042f31c525SBenjamin Tissoires	specification. Such devices are the various Logitech Touchpads (T650,
6052f31c525SBenjamin Tissoires	T651, TK820), some mice (Zone Touch mouse), or even keyboards (Solar
60679bc33bdSGeert Uytterhoeven	Keyboard).
6072f31c525SBenjamin Tissoires
608606bd0a8SJiri Slabyconfig LOGITECH_FF
6090f6f4319SJiri Kosina	bool "Logitech force feedback support"
610606bd0a8SJiri Slaby	depends on HID_LOGITECH
611606bd0a8SJiri Slaby	select INPUT_FF_MEMLESS
612606bd0a8SJiri Slaby	help
613606bd0a8SJiri Slaby	  Say Y here if you have one of these devices:
614606bd0a8SJiri Slaby	  - Logitech WingMan Cordless RumblePad
615606bd0a8SJiri Slaby	  - Logitech WingMan Cordless RumblePad 2
616606bd0a8SJiri Slaby	  - Logitech WingMan Force 3D
617606bd0a8SJiri Slaby
618606bd0a8SJiri Slaby	  and if you want to enable force feedback for them.
619606bd0a8SJiri Slaby	  Note: if you say N here, this device will still be supported, but without
620606bd0a8SJiri Slaby	  force feedback.
621606bd0a8SJiri Slaby
622606bd0a8SJiri Slabyconfig LOGIRUMBLEPAD2_FF
623bd04363dSElias Vanderstuyft	bool "Logitech force feedback support (variant 2)"
624606bd0a8SJiri Slaby	depends on HID_LOGITECH
625606bd0a8SJiri Slaby	select INPUT_FF_MEMLESS
626606bd0a8SJiri Slaby	help
627bd04363dSElias Vanderstuyft	  Say Y here if you want to enable force feedback support for:
628bd04363dSElias Vanderstuyft	  - Logitech RumblePad
629bd04363dSElias Vanderstuyft	  - Logitech Rumblepad 2
630bd04363dSElias Vanderstuyft	  - Logitech Formula Vibration Feedback Wheel
631606bd0a8SJiri Slaby
63274f292caSGary Steinconfig LOGIG940_FF
63374f292caSGary Stein	bool "Logitech Flight System G940 force feedback support"
63474f292caSGary Stein	depends on HID_LOGITECH
63574f292caSGary Stein	select INPUT_FF_MEMLESS
63674f292caSGary Stein	help
63774f292caSGary Stein	  Say Y here if you want to enable force feedback support for Logitech
63874f292caSGary Stein	  Flight System G940 devices.
63974f292caSGary Stein
640a7ac90f1SMichal Malýconfig LOGIWHEELS_FF
641a7ac90f1SMichal Malý	bool "Logitech wheels configuration and force feedback support"
64232c88cbcSSimon Wood	depends on HID_LOGITECH
64332c88cbcSSimon Wood	select INPUT_FF_MEMLESS
64470c2cabdSJiri Kosina	default LOGITECH_FF
64532c88cbcSSimon Wood	help
646f777a3a7SSimon Wood	  Say Y here if you want to enable force feedback and range setting(*)
647a7ac90f1SMichal Malý	  support for following Logitech wheels:
648f777a3a7SSimon Wood	  - Logitech G25 (*)
649f777a3a7SSimon Wood	  - Logitech G27 (*)
650f777a3a7SSimon Wood	  - Logitech G29 (*)
651a7ac90f1SMichal Malý	  - Logitech Driving Force
652f777a3a7SSimon Wood	  - Logitech Driving Force Pro (*)
653f777a3a7SSimon Wood	  - Logitech Driving Force GT (*)
654f777a3a7SSimon Wood	  - Logitech Driving Force EX/RX
655f777a3a7SSimon Wood	  - Logitech Driving Force Wireless
656f777a3a7SSimon Wood	  - Logitech Speed Force Wireless
657f777a3a7SSimon Wood	  - Logitech MOMO Force
658f777a3a7SSimon Wood	  - Logitech MOMO Racing Force
659f777a3a7SSimon Wood	  - Logitech Formula Force GP
660f777a3a7SSimon Wood	  - Logitech Formula Force EX/RX
661f777a3a7SSimon Wood	  - Logitech Wingman Formula Force GP
66232c88cbcSSimon Wood
663128537ceSMichael Pooleconfig HID_MAGICMOUSE
664cdfee4ffSDavid King	tristate "Apple Magic Mouse/Trackpad multi-touch support"
665a7f7f624SMasahiro Yamada	help
666cdfee4ffSDavid King	Support for the Apple Magic Mouse/Trackpad multi-touch.
667128537ceSMichael Poole
668128537ceSMichael Poole	Say Y here if you want support for the multi-touch features of the
669cdfee4ffSDavid King	Apple Wireless "Magic" Mouse and the Apple Wireless "Magic" Trackpad.
670128537ceSMichael Poole
671af8cd70aSWilliam Whistlerconfig HID_MALTRON
672af8cd70aSWilliam Whistler	tristate "Maltron L90 keyboard"
673a7f7f624SMasahiro Yamada	help
674af8cd70aSWilliam Whistler	Adds support for the volume up, volume down, mute, and play/pause buttons
675af8cd70aSWilliam Whistler	of the Maltron L90 keyboard.
676af8cd70aSWilliam Whistler
677f8690450SMarcel Haslerconfig HID_MAYFLASH
678f8690450SMarcel Hasler	tristate "Mayflash game controller adapter force feedback"
679f8690450SMarcel Hasler	select INPUT_FF_MEMLESS
680a7f7f624SMasahiro Yamada	help
681f8690450SMarcel Hasler	Say Y here if you have HJZ Mayflash PS3 game controller adapters
682f8690450SMarcel Hasler	and want to enable force feedback support.
683f8690450SMarcel Hasler
68406be0d64Sfrank zagoconfig HID_MEGAWORLD_FF
68506be0d64Sfrank zago	tristate "Mega World based game controller force feedback support"
68606be0d64Sfrank zago	depends on USB_HID
68706be0d64Sfrank zago	select INPUT_FF_MEMLESS
68806be0d64Sfrank zago	help
68906be0d64Sfrank zago	Say Y here if you have a Mega World based game controller and want
69006be0d64Sfrank zago	to have force feedback support for it.
69106be0d64Sfrank zago
69285455dd9SRobert Munteanuconfig HID_REDRAGON
69385455dd9SRobert Munteanu	tristate "Redragon keyboards"
69485455dd9SRobert Munteanu	default !EXPERT
695a7f7f624SMasahiro Yamada	help
69685455dd9SRobert Munteanu    Support for Redragon keyboards that need fix-ups to work properly.
69785455dd9SRobert Munteanu
69878a849a6SJiri Slabyconfig HID_MICROSOFT
6997af05e73SJean Delvare	tristate "Microsoft non-fully HID-compliant devices"
7006a108a14SDavid Rientjes	default !EXPERT
701830e82aaSJiri Kosina	select INPUT_FF_MEMLESS
702a7f7f624SMasahiro Yamada	help
703f0bd8e43SJiri Kosina	Support for Microsoft devices that are not fully compliant with HID standard.
70478a849a6SJiri Slaby
7053b8006e5SJiri Slabyconfig HID_MONTEREY
7067af05e73SJean Delvare	tristate "Monterey Genius KB29E keyboard"
7076a108a14SDavid Rientjes	default !EXPERT
708a7f7f624SMasahiro Yamada	help
7093b8006e5SJiri Slaby	Support for Monterey Genius KB29E.
7103b8006e5SJiri Slaby
7115519cab4SBenjamin Tissoiresconfig HID_MULTITOUCH
7125519cab4SBenjamin Tissoires	tristate "HID Multitouch panels"
713a7f7f624SMasahiro Yamada	help
7145519cab4SBenjamin Tissoires	  Generic support for HID multitouch panels.
7155519cab4SBenjamin Tissoires
7165519cab4SBenjamin Tissoires	  Say Y here if you have one of the following devices:
717f786bba4SBenjamin Tissoires	  - 3M PCT touch screens
718e6aac342SBenjamin Tissoires	  - ActionStar dual touch panels
719b1057124SBenjamin Tissoires	  - Atmel panels
72022408283SBenjamin Tissoires	  - Cando dual touch panels
721942fd422SAustin Zhang	  - Chunghwa panels
722070f63b4SYang Bo	  - CJTouch panels
72379603dc9SBenjamin Tissoires	  - CVTouch panels
7242d93666eSBenjamin Tissoires	  - Cypress TrueTouch panels
725e02aea91SJan Matějka	  - Elan Microelectronics touch panels
726c04abeefSBenjamin Tissoires	  - Elo TouchSystems IntelliTouch Plus panels
72722408283SBenjamin Tissoires	  - GeneralTouch 'Sensing Win7-TwoFinger' panels
728ee0fbd14SBenjamin Tissoires	  - GoodTouch panels
7292d93666eSBenjamin Tissoires	  - Hanvon dual touch panels
73022408283SBenjamin Tissoires	  - Ilitek dual touch panels
7314dfcced8SBenjamin Tissoires	  - IrTouch Infrared USB panels
732c50bb1a4SJeff Brown	  - LG Display panels (Dell ST2220Tc)
733df167c4aSBenjamin Tissoires	  - Lumio CrystalTouch panels
7344a6ee685SBenjamin Tissoires	  - MosArt dual-touch panels
7352258e863SDenis Kovalev	  - Panasonic multitouch panels
7366ab3a9a6SJohn Sung	  - PenMount dual touch panels
737847672cdSBenjamin Tissoires	  - Perixx Peripad 701 touchpad
738b7ea95ffSAaron Tian	  - PixArt optical touch screen
7392d93666eSBenjamin Tissoires	  - Pixcir dual touch panels
7405e7ea11fSBenjamin Tissoires	  - Quanta panels
74122408283SBenjamin Tissoires	  - eGalax dual-touch panels, including the Joojoo and Wetab tablets
742a6802e00SForest Bond	  - SiS multitouch panels
743043b403aSBenjamin Tissoires	  - Stantum multitouch panels
7445e74e56dSBenjamin Tissoires	  - Touch International Panels
745617b64f9SBenjamin Tissoires	  - Unitec Panels
746bf9d121eSKaiChung Cheng	  - Wistron optical touch panels
747bc8a2a9bSice chien	  - XAT optical touch panels
74811576c61SMasatoshi Hoshikawa	  - Xiroku optical touch panels
749e9a09aedSBenjamin Tissoires	  - Zytronic touch panels
7505519cab4SBenjamin Tissoires
7512d93666eSBenjamin Tissoires	  If unsure, say N.
7522d93666eSBenjamin Tissoires
7532d93666eSBenjamin Tissoires	  To compile this driver as a module, choose M here: the
7542d93666eSBenjamin Tissoires	  module will be called hid-multitouch.
7552d93666eSBenjamin Tissoires
7562af16c1fSDaniel J. Ogorchockconfig HID_NINTENDO
7572af16c1fSDaniel J. Ogorchock	tristate "Nintendo Joy-Con and Pro Controller support"
758c5e62676SDaniel J. Ogorchock	depends on NEW_LEDS
759c5e62676SDaniel J. Ogorchock	depends on LEDS_CLASS
76008ebba5cSDaniel J. Ogorchock	select POWER_SUPPLY
7612af16c1fSDaniel J. Ogorchock	help
7622af16c1fSDaniel J. Ogorchock	Adds support for the Nintendo Switch Joy-Cons and Pro Controller.
7632af16c1fSDaniel J. Ogorchock	All controllers support bluetooth, and the Pro Controller also supports
7642af16c1fSDaniel J. Ogorchock	its USB mode.
7652af16c1fSDaniel J. Ogorchock
7662af16c1fSDaniel J. Ogorchock	To compile this driver as a module, choose M here: the
7672af16c1fSDaniel J. Ogorchock	module will be called hid-nintendo.
7682af16c1fSDaniel J. Ogorchock
769c4eae84fSDaniel J. Ogorchockconfig NINTENDO_FF
770c4eae84fSDaniel J. Ogorchock	bool "Nintendo Switch controller force feedback support"
771c4eae84fSDaniel J. Ogorchock	depends on HID_NINTENDO
772c4eae84fSDaniel J. Ogorchock	select INPUT_FF_MEMLESS
773c4eae84fSDaniel J. Ogorchock	help
774c4eae84fSDaniel J. Ogorchock	Say Y here if you have a Nintendo Switch controller and want to enable
775c4eae84fSDaniel J. Ogorchock	force feedback support for it. This works for both joy-cons and the pro
776c4eae84fSDaniel J. Ogorchock	controller. For the pro controller, both rumble motors can be controlled
777c4eae84fSDaniel J. Ogorchock	individually.
778c4eae84fSDaniel J. Ogorchock
77907e88a35SJonathan Tomerconfig HID_NTI
78007e88a35SJonathan Tomer	tristate "NTI keyboard adapters"
781a7f7f624SMasahiro Yamada	help
78207e88a35SJonathan Tomer	Support for the "extra" Sun keyboard keys on keyboards attached
78307e88a35SJonathan Tomer	through Network Technologies USB-SUN keyboard adapters.
78407e88a35SJonathan Tomer
78594011f93SRafi Rubinconfig HID_NTRIG
786a1043044SBorislav Petkov	tristate "N-Trig touch screen"
78794011f93SRafi Rubin	depends on USB_HID
788a7f7f624SMasahiro Yamada	help
78994011f93SRafi Rubin	Support for N-Trig touch screen.
79094011f93SRafi Rubin
791cd9ec30dSJohnathon Harrisconfig HID_ORTEK
792d586dca0SJiri Kosina	tristate "Ortek PKB-1700/WKB-2000/Skycable wireless keyboard and mouse trackpad"
793a7f7f624SMasahiro Yamada	help
794d586dca0SJiri Kosina	There are certain devices which have LogicalMaximum wrong in the keyboard
795d586dca0SJiri Kosina	usage page of their report descriptor. The most prevailing ones so far
796d586dca0SJiri Kosina	are manufactured by Ortek, thus the name of the driver. Currently
797d586dca0SJiri Kosina	supported devices by this driver are
798d586dca0SJiri Kosina
799d586dca0SJiri Kosina	   - Ortek PKB-1700
800d586dca0SJiri Kosina	   - Ortek WKB-2000
801d586dca0SJiri Kosina	   - Skycable wireless presenter
802cd9ec30dSJohnathon Harris
8035f022298SJiri Slabyconfig HID_PANTHERLORD
804a1043044SBorislav Petkov	tristate "Pantherlord/GreenAsia game controller"
805a7f7f624SMasahiro Yamada	help
8060f6f4319SJiri Kosina	  Say Y here if you have a PantherLord/GreenAsia based game controller
8070f6f4319SJiri Kosina	  or adapter.
8080f6f4319SJiri Kosina
8095f022298SJiri Slabyconfig PANTHERLORD_FF
8105f022298SJiri Slaby	bool "Pantherlord force feedback support"
8115f022298SJiri Slaby	depends on HID_PANTHERLORD
8125f022298SJiri Slaby	select INPUT_FF_MEMLESS
813a7f7f624SMasahiro Yamada	help
8145f022298SJiri Slaby	  Say Y here if you have a PantherLord/GreenAsia based game controller
8155f022298SJiri Slaby	  or adapter and want to enable force feedback support for it.
8165f022298SJiri Slaby
817ffe51d0dSChristian Gmeinerconfig HID_PENMOUNT
818ffe51d0dSChristian Gmeiner	tristate "Penmount touch device"
819ffe51d0dSChristian Gmeiner	depends on USB_HID
820a7f7f624SMasahiro Yamada	help
821ffe51d0dSChristian Gmeiner	  This selects a driver for the PenMount 6000 touch controller.
822ffe51d0dSChristian Gmeiner
823ffe51d0dSChristian Gmeiner	  The driver works around a problem in the report descript allowing
824ffe51d0dSChristian Gmeiner	  the userspace to touch events instead of mouse events.
825ffe51d0dSChristian Gmeiner
826ffe51d0dSChristian Gmeiner	  Say Y here if you have a Penmount based touch controller.
827ffe51d0dSChristian Gmeiner
8281e762532SJiri Slabyconfig HID_PETALYNX
829a1043044SBorislav Petkov	tristate "Petalynx Maxter remote control"
830a7f7f624SMasahiro Yamada	help
831f0bd8e43SJiri Kosina	Support for Petalynx Maxter remote control.
8321e762532SJiri Slaby
833236db47cSBruno Prémontconfig HID_PICOLCD
834236db47cSBruno Prémont	tristate "PicoLCD (graphic version)"
835a7f7f624SMasahiro Yamada	help
836236db47cSBruno Prémont	  This provides support for Minibox PicoLCD devices, currently
837236db47cSBruno Prémont	  only the graphical ones are supported.
838236db47cSBruno Prémont
839236db47cSBruno Prémont	  This includes support for the following device features:
840236db47cSBruno Prémont	  - Keypad
841236db47cSBruno Prémont	  - Switching between Firmware and Flash mode
8429bbf2b98SBruno Prémont	  - EEProm / Flash access     (via debugfs)
8435435f281SBruno Prémont	  Features selectively enabled:
8445435f281SBruno Prémont	  - Framebuffer for monochrome 256x64 display
8455435f281SBruno Prémont	  - Backlight control
8465435f281SBruno Prémont	  - Contrast control
8475435f281SBruno Prémont	  - General purpose outputs
848b8c21cf6SBruno Prémont	  Features that are not (yet) supported:
849236db47cSBruno Prémont	  - IR
850236db47cSBruno Prémont
8515435f281SBruno Prémontconfig HID_PICOLCD_FB
8526a108a14SDavid Rientjes	bool "Framebuffer support" if EXPERT
8536a108a14SDavid Rientjes	default !EXPERT
8545435f281SBruno Prémont	depends on HID_PICOLCD
8555435f281SBruno Prémont	depends on HID_PICOLCD=FB || FB=y
8565435f281SBruno Prémont	select FB_DEFERRED_IO
8575435f281SBruno Prémont	select FB_SYS_FILLRECT
8585435f281SBruno Prémont	select FB_SYS_COPYAREA
8595435f281SBruno Prémont	select FB_SYS_IMAGEBLIT
8605435f281SBruno Prémont	select FB_SYS_FOPS
861a7f7f624SMasahiro Yamada	help
8625435f281SBruno Prémont	  Provide access to PicoLCD's 256x64 monochrome display via a
8636b2aac42SMasanari Iida	  framebuffer device.
8645435f281SBruno Prémont
8655435f281SBruno Prémontconfig HID_PICOLCD_BACKLIGHT
8666a108a14SDavid Rientjes	bool "Backlight control" if EXPERT
8676a108a14SDavid Rientjes	default !EXPERT
8685435f281SBruno Prémont	depends on HID_PICOLCD
8695435f281SBruno Prémont	depends on HID_PICOLCD=BACKLIGHT_CLASS_DEVICE || BACKLIGHT_CLASS_DEVICE=y
870a7f7f624SMasahiro Yamada	help
8715435f281SBruno Prémont	  Provide access to PicoLCD's backlight control via backlight
8725435f281SBruno Prémont	  class.
8735435f281SBruno Prémont
8745435f281SBruno Prémontconfig HID_PICOLCD_LCD
8756a108a14SDavid Rientjes	bool "Contrast control" if EXPERT
8766a108a14SDavid Rientjes	default !EXPERT
8775435f281SBruno Prémont	depends on HID_PICOLCD
8785435f281SBruno Prémont	depends on HID_PICOLCD=LCD_CLASS_DEVICE || LCD_CLASS_DEVICE=y
879a7f7f624SMasahiro Yamada	help
8805435f281SBruno Prémont	  Provide access to PicoLCD's LCD contrast via lcd class.
8815435f281SBruno Prémont
8825435f281SBruno Prémontconfig HID_PICOLCD_LEDS
8836a108a14SDavid Rientjes	bool "GPO via leds class" if EXPERT
8846a108a14SDavid Rientjes	default !EXPERT
8855435f281SBruno Prémont	depends on HID_PICOLCD
8865435f281SBruno Prémont	depends on HID_PICOLCD=LEDS_CLASS || LEDS_CLASS=y
887a7f7f624SMasahiro Yamada	help
8885435f281SBruno Prémont	  Provide access to PicoLCD's GPO pins via leds class.
8895435f281SBruno Prémont
890fabdbf2fSBruno Prémontconfig HID_PICOLCD_CIR
891fabdbf2fSBruno Prémont	bool "CIR via RC class" if EXPERT
892fabdbf2fSBruno Prémont	default !EXPERT
893fabdbf2fSBruno Prémont	depends on HID_PICOLCD
894fabdbf2fSBruno Prémont	depends on HID_PICOLCD=RC_CORE || RC_CORE=y
895a7f7f624SMasahiro Yamada	help
896fabdbf2fSBruno Prémont	  Provide access to PicoLCD's CIR interface via remote control (LIRC).
897fabdbf2fSBruno Prémont
8981a3f83f6SJD Coleconfig HID_PLANTRONICS
8991a3f83f6SJD Cole	tristate "Plantronics USB HID Driver"
900a7f7f624SMasahiro Yamada	help
90181bb773fSTerry Junge	  Provides HID support for Plantronics USB audio devices.
90281bb773fSTerry Junge	  Correctly maps vendor unique volume up/down HID usages to
90381bb773fSTerry Junge	  KEY_VOLUMEUP and KEY_VOLUMEDOWN events and prevents core mapping
90481bb773fSTerry Junge	  of other vendor unique HID usages to random mouse events.
90581bb773fSTerry Junge
90681bb773fSTerry Junge	  Say M here if you may ever plug in a Plantronics USB audio device.
9071a3f83f6SJD Cole
908bc2e15a9SRoderick Colenbranderconfig HID_PLAYSTATION
909bc2e15a9SRoderick Colenbrander	tristate "PlayStation HID Driver"
910d7f1f9feSJiri Kosina	depends on LEDS_CLASS_MULTICOLOR
911799b2b53SRoderick Colenbrander	select CRC32
912d30bca44SRoderick Colenbrander	select POWER_SUPPLY
913bc2e15a9SRoderick Colenbrander	help
9140ee29814SRoderick Colenbrander	  Provides support for Sony PS4/PS5 controllers including support for
915bc2e15a9SRoderick Colenbrander	  its special functionalities e.g. touchpad, lights and motion
916bc2e15a9SRoderick Colenbrander	  sensors.
917bc2e15a9SRoderick Colenbrander
91851151098SRoderick Colenbranderconfig PLAYSTATION_FF
91951151098SRoderick Colenbrander	bool "PlayStation force feedback support"
92051151098SRoderick Colenbrander	depends on HID_PLAYSTATION
92151151098SRoderick Colenbrander	select INPUT_FF_MEMLESS
92251151098SRoderick Colenbrander	help
92351151098SRoderick Colenbrander	  Say Y here if you would like to enable force feedback support for
92451151098SRoderick Colenbrander	  PlayStation game controllers.
92551151098SRoderick Colenbrander
926acc3e346SMarcus Folkessonconfig HID_PXRC
927acc3e346SMarcus Folkesson       tristate "PhoenixRC HID Flight Controller"
928acc3e346SMarcus Folkesson       depends on HID
929acc3e346SMarcus Folkesson       help
930acc3e346SMarcus Folkesson       Support for PhoenixRC HID Flight Controller, a 8-axis flight controller.
931acc3e346SMarcus Folkesson
932acc3e346SMarcus Folkesson       To compile this driver as a module, choose M here: the
933acc3e346SMarcus Folkesson       module will be called hid-pxrc.
934acc3e346SMarcus Folkesson
935047b6188SJelle van der Waaconfig HID_RAZER
936047b6188SJelle van der Waa	tristate "Razer non-fully HID-compliant devices"
937047b6188SJelle van der Waa	help
938047b6188SJelle van der Waa	Support for Razer devices that are not fully compliant with the
939047b6188SJelle van der Waa	HID standard.
940047b6188SJelle van der Waa
941f6a04605STerry Lambertconfig HID_PRIMAX
942dfe9a312SJiri Kosina	tristate "Primax non-fully HID-compliant devices"
943a7f7f624SMasahiro Yamada	help
944f6a04605STerry Lambert	Support for Primax devices that are not fully compliant with the
945f6a04605STerry Lambert	HID standard.
946f6a04605STerry Lambert
94713b2e1baSBastien Noceraconfig HID_RETRODE
948fc5431dcSRandy Dunlap	tristate "Retrode 2 USB adapter for vintage video games"
94913b2e1baSBastien Nocera	depends on USB_HID
950a7f7f624SMasahiro Yamada	help
95113b2e1baSBastien Nocera	Support for
95213b2e1baSBastien Nocera	  * Retrode 2 cartridge and controller adapter
95313b2e1baSBastien Nocera
954206f5f2fSStefan Achatzconfig HID_ROCCAT
955bd393dbdSStefan Achatz	tristate "Roccat device support"
956206f5f2fSStefan Achatz	depends on USB_HID
957a7f7f624SMasahiro Yamada	help
958bd393dbdSStefan Achatz	Support for Roccat devices.
959bd393dbdSStefan Achatz	Say Y here if you have a Roccat mouse or keyboard and want
960bd393dbdSStefan Achatz	support for its special functionalities.
961cb7cf3daSStefan Achatz
9621e93674aSAndreas Hübnerconfig HID_SAITEK
9637bb9d643SVille Aakko	tristate "Saitek (Mad Catz) non-fully HID-compliant devices"
964a7f7f624SMasahiro Yamada	help
9651e93674aSAndreas Hübner	Support for Saitek devices that are not fully compliant with the
9661e93674aSAndreas Hübner	HID standard.
9671e93674aSAndreas Hübner
96837c492c8SHarald Brinkmann	Supported devices:
96937c492c8SHarald Brinkmann	- PS1000 Dual Analog Pad
9708ffd341cSHarald Brinkmann	- Saitek R.A.T.7, R.A.T.9, M.M.O.7 Gaming Mice
9718ffd341cSHarald Brinkmann	- Mad Catz R.A.T.5, R.A.T.9 Gaming Mice
9721e93674aSAndreas Hübner
973980a3da6SJiri Slabyconfig HID_SAMSUNG
974a1043044SBorislav Petkov	tristate "Samsung InfraRed remote control or keyboards"
975f237d902SGreg Kroah-Hartman	depends on USB_HID
976a7f7f624SMasahiro Yamada	help
977b355850bSDon Prince	Support for Samsung InfraRed remote control or keyboards.
978980a3da6SJiri Slaby
9796a012686SBenjamin Moodyconfig HID_SEMITEK
9806a012686SBenjamin Moody	tristate "Semitek USB keyboards"
9816a012686SBenjamin Moody	help
9826a012686SBenjamin Moody	Support for Semitek USB keyboards that are not fully compliant
9836a012686SBenjamin Moody	with the HID standard.
9846a012686SBenjamin Moody
9856a012686SBenjamin Moody	There are many variants, including:
9866a012686SBenjamin Moody	- GK61, GK64, GK68, GK84, GK96, etc.
9876a012686SBenjamin Moody	- SK61, SK64, SK68, SK84, SK96, etc.
9886a012686SBenjamin Moody	- Dierya DK61/DK66
9896a012686SBenjamin Moody	- Tronsmart TK09R
9906a012686SBenjamin Moody	- Woo-dy
9916a012686SBenjamin Moody	- X-Bows Nature/Knight
9926a012686SBenjamin Moody
99397673404SDesmond Limconfig HID_SIGMAMICRO
99497673404SDesmond Lim	tristate "SiGma Micro-based keyboards"
99597673404SDesmond Lim	depends on USB_HID
99697673404SDesmond Lim	help
99797673404SDesmond Lim	  Support for keyboards that use the SiGma Micro (a.k.a SigmaChip) IC.
99897673404SDesmond Lim
99997673404SDesmond Lim	  Supported devices:
100097673404SDesmond Lim	  - Landslides KR-700
100197673404SDesmond Lim	  - Rapoo V500
100297673404SDesmond Lim
1003bd28ce00SJiri Slabyconfig HID_SONY
1004e4321c5cSFrank Praznik	tristate "Sony PS2/3/4 accessories"
1005bd28ce00SJiri Slaby	depends on USB_HID
100640e32ee6SJiri Kosina	depends on NEW_LEDS
100740e32ee6SJiri Kosina	depends on LEDS_CLASS
1008695baaa7SJiri Kosina	select POWER_SUPPLY
1009273435a1SArnd Bergmann	select CRC32
1010a7f7f624SMasahiro Yamada	help
1011f04d5140SColin Leitner	Support for
10125844c1cdSDavid Dillow
1013f04d5140SColin Leitner	  * Sony PS3 6-axis controllers
1014e4321c5cSFrank Praznik	  * Sony PS4 DualShock 4 controllers
1015f04d5140SColin Leitner	  * Buzz controllers
1016078328daSJiri Kosina	  * Sony PS3 Blue-ray Disk Remote Control (Bluetooth)
1017078328daSJiri Kosina	  * Logitech Harmony adapter for Sony Playstation 3 (Bluetooth)
1018a4bfe13fSDaniel Nguyen	  * Guitar Hero Live PS3, Wii U and PS4 guitar dongles
101932e411d0SSanjay Govind	  * Guitar Hero PS3 and PC guitar dongles
1020bd28ce00SJiri Slaby
1021a08c22c0SSven Eckelmannconfig SONY_FF
1022e4321c5cSFrank Praznik	bool "Sony PS2/3/4 accessories force feedback support"
1023a08c22c0SSven Eckelmann	depends on HID_SONY
1024a08c22c0SSven Eckelmann	select INPUT_FF_MEMLESS
1025a7f7f624SMasahiro Yamada	help
1026e4321c5cSFrank Praznik	Say Y here if you have a Sony PS2/3/4 accessory and want to enable
1027e4321c5cSFrank Praznik	force feedback support for it.
1028a08c22c0SSven Eckelmann
102974bc6953SStefan Kriwanekconfig HID_SPEEDLINK
103074bc6953SStefan Kriwanek	tristate "Speedlink VAD Cezanne mouse support"
1031a7f7f624SMasahiro Yamada	help
103274bc6953SStefan Kriwanek	Support for Speedlink Vicious and Divine Cezanne mouse.
103374bc6953SStefan Kriwanek
1034c164d6abSRodrigo Rivas Costaconfig HID_STEAM
10359ba9498bSVicki Pfau	tristate "Steam Controller/Deck support"
10364b64487fSArnd Bergmann	select POWER_SUPPLY
1037a7f7f624SMasahiro Yamada	help
10389ba9498bSVicki Pfau	Say Y here if you have a Steam Controller or Deck if you want to use it
1039c164d6abSRodrigo Rivas Costa	without running the Steam Client. It supports both the wired and
1040c164d6abSRodrigo Rivas Costa	the wireless adaptor.
1041c164d6abSRodrigo Rivas Costa
10429cd61c81SVicki Pfauconfig STEAM_FF
10439cd61c81SVicki Pfau	bool "Steam Deck force feedback support"
10449cd61c81SVicki Pfau	depends on HID_STEAM
10459cd61c81SVicki Pfau	select INPUT_FF_MEMLESS
10469cd61c81SVicki Pfau	help
10479cd61c81SVicki Pfau	Say Y here if you want to enable force feedback support for the Steam
10489cd61c81SVicki Pfau	Deck.
10499cd61c81SVicki Pfau
1050090800c2SJiri Kosinaconfig HID_STEELSERIES
105175dbb953SSimon Wood	tristate "Steelseries SRW-S1 steering wheel support"
1052a7f7f624SMasahiro Yamada	help
105375dbb953SSimon Wood	Support for Steelseries SRW-S1 steering wheel
105475dbb953SSimon Wood
105590231e7eSJiri Slabyconfig HID_SUNPLUS
1056a1043044SBorislav Petkov	tristate "Sunplus wireless desktop"
1057a7f7f624SMasahiro Yamada	help
1058f0bd8e43SJiri Kosina	Support for Sunplus wireless desktop.
105990231e7eSJiri Slaby
10609fb6bf02SBenjamin Tissoiresconfig HID_RMI
10619fb6bf02SBenjamin Tissoires	tristate "Synaptics RMI4 device support"
10620b2c7a89SAndrew Duggan	select RMI4_CORE
10630b2c7a89SAndrew Duggan	select RMI4_F03
10640b2c7a89SAndrew Duggan	select RMI4_F11
10650b2c7a89SAndrew Duggan	select RMI4_F12
10660b2c7a89SAndrew Duggan	select RMI4_F30
1067a7f7f624SMasahiro Yamada	help
10689fb6bf02SBenjamin Tissoires	Support for Synaptics RMI4 touchpads.
10699fb6bf02SBenjamin Tissoires	Say Y here if you have a Synaptics RMI4 touchpads over i2c-hid or usbhid
10709fb6bf02SBenjamin Tissoires	and want support for its special functionalities.
10719fb6bf02SBenjamin Tissoires
10720f6f4319SJiri Kosinaconfig HID_GREENASIA
1073a1043044SBorislav Petkov	tristate "GreenAsia (Product ID 0x12) game controller support"
1074a7f7f624SMasahiro Yamada	help
10750f6f4319SJiri Kosina	  Say Y here if you have a GreenAsia (Product ID 0x12) based game
10760f6f4319SJiri Kosina	  controller or adapter.
10770f6f4319SJiri Kosina
10780f6f4319SJiri Kosinaconfig GREENASIA_FF
10790f6f4319SJiri Kosina	bool "GreenAsia (Product ID 0x12) force feedback support"
10800f6f4319SJiri Kosina	depends on HID_GREENASIA
108142859e0bSLukasz Lubojanski	select INPUT_FF_MEMLESS
1082a7f7f624SMasahiro Yamada	help
108342859e0bSLukasz Lubojanski	Say Y here if you have a GreenAsia (Product ID 0x12) based game controller
1084692105b8SMatt LaPlante	(like MANTA Warrior MM816 and SpeedLink Strike2 SL-6635) or adapter
108542859e0bSLukasz Lubojanski	and want to enable force feedback support for it.
108642859e0bSLukasz Lubojanski
10876cf851d8SJiri Kosinaconfig HID_HYPERV_MOUSE
10886cf851d8SJiri Kosina	tristate "Microsoft Hyper-V mouse driver"
10896cf851d8SJiri Kosina	depends on HYPERV
1090a7f7f624SMasahiro Yamada	help
10916cf851d8SJiri Kosina	Select this option to enable the Hyper-V mouse driver.
10926cf851d8SJiri Kosina
1093fac733f0SJussi Kivilinnaconfig HID_SMARTJOYPLUS
109473d5e8f7SJiri Kosina	tristate "SmartJoy PLUS PS2/USB adapter support"
1095a7f7f624SMasahiro Yamada	help
10961bcc2067SSean Young	Support for SmartJoy PLUS PS2/USB adapter, Super Dual Box,
10971bcc2067SSean Young	Super Joy Box 3 Pro, Super Dual Box Pro, and Super Joy Box 5 Pro.
10981bcc2067SSean Young
10991bcc2067SSean Young	Note that DDR (Dance Dance Revolution) mode is not supported, nor
11001bcc2067SSean Young	is pressure sensitive buttons on the pro models.
1101fac733f0SJussi Kivilinna
1102fac733f0SJussi Kivilinnaconfig SMARTJOYPLUS_FF
1103fac733f0SJussi Kivilinna	bool "SmartJoy PLUS PS2/USB adapter force feedback support"
1104fac733f0SJussi Kivilinna	depends on HID_SMARTJOYPLUS
1105fac733f0SJussi Kivilinna	select INPUT_FF_MEMLESS
1106a7f7f624SMasahiro Yamada	help
1107fac733f0SJussi Kivilinna	Say Y here if you have a SmartJoy PLUS PS2/USB adapter and want to
1108fac733f0SJussi Kivilinna	enable force feedback support for it.
1109fac733f0SJussi Kivilinna
11102701eaabSJiri Kosinaconfig HID_TIVO
111144ea35c1SJarod Wilson	tristate "TiVo Slide Bluetooth remote control support"
1112a7f7f624SMasahiro Yamada	help
111344ea35c1SJarod Wilson	Say Y if you have a TiVo Slide Bluetooth remote control.
111444ea35c1SJarod Wilson
1115f14f526dSLev Babievconfig HID_TOPSEED
111654001081SKees Bakker	tristate "TopSeed Cyberlink, BTC Emprex, Conceptronic remote control support"
1117a7f7f624SMasahiro Yamada	help
111854001081SKees Bakker	Say Y if you have a TopSeed Cyberlink or BTC Emprex or Conceptronic
111954001081SKees Bakker	CLLRCMCE remote control.
1120f14f526dSLev Babiev
1121a109d5c4SHarry Sternconfig HID_TOPRE
1122a109d5c4SHarry Stern	tristate "Topre REALFORCE keyboards"
1123a109d5c4SHarry Stern	depends on HID
1124a109d5c4SHarry Stern	help
1125dbf56d2fSAlessandro Manca	  Say Y for N-key rollover support on Topre REALFORCE R2 108/87 key keyboards.
1126a109d5c4SHarry Stern
112730ba2fbdSVivien Didelotconfig HID_THINGM
112830ba2fbdSVivien Didelot	tristate "ThingM blink(1) USB RGB LED"
112930ba2fbdSVivien Didelot	depends on LEDS_CLASS
113038b09c03SHeiner Kallweit	select HID_LED
1131a7f7f624SMasahiro Yamada	help
113238b09c03SHeiner Kallweit	Support for the ThingM blink(1) USB RGB LED. This driver has been
113338b09c03SHeiner Kallweit	merged into the generic hid led driver. Config symbol HID_THINGM
113438b09c03SHeiner Kallweit	just selects HID_LED and will be removed soon.
113530ba2fbdSVivien Didelot
11360f6f4319SJiri Kosinaconfig HID_THRUSTMASTER
113773d5e8f7SJiri Kosina	tristate "ThrustMaster devices support"
1138dfe74f55SJiri Kosina	depends on USB_HID
1139a7f7f624SMasahiro Yamada	help
1140c49c3363SDario Pagani	  Say Y here if you have a THRUSTMASTER FireStore Dual Power 2,
1141c49c3363SDario Pagani	  a THRUSTMASTER Ferrari GT Rumble Wheel or Thrustmaster FFB
1142c49c3363SDario Pagani	  Wheel (T150RS, T300RS, T300 Ferrari Alcantara Edition, T500RS).
11430f6f4319SJiri Kosina
11440f6f4319SJiri Kosinaconfig THRUSTMASTER_FF
11450f6f4319SJiri Kosina	bool "ThrustMaster devices force feedback support"
11460f6f4319SJiri Kosina	depends on HID_THRUSTMASTER
11470f6f4319SJiri Kosina	select INPUT_FF_MEMLESS
1148a7f7f624SMasahiro Yamada	help
11497a84b133SRuben Aos Garralda	  Say Y here if you have a THRUSTMASTER FireStore Dual Power 2 or 3,
11507a84b133SRuben Aos Garralda	  a THRUSTMASTER Dual Trigger 3-in-1 or a THRUSTMASTER Ferrari GT
11517a84b133SRuben Aos Garralda	  Rumble Force or Force Feedback Wheel.
115210e41a71SJiri Slaby
11530edffe65SBastien Noceraconfig HID_UDRAW_PS3
11540edffe65SBastien Nocera	tristate "THQ PS3 uDraw tablet"
1155a7f7f624SMasahiro Yamada	help
11560edffe65SBastien Nocera	  Say Y here if you want to use the THQ uDraw gaming tablet for
11570edffe65SBastien Nocera	  the PS3.
11580edffe65SBastien Nocera
115942337b9dSAndrej Shaduraconfig HID_U2FZERO
116042337b9dSAndrej Shadura	tristate "U2F Zero LED and RNG support"
116142337b9dSAndrej Shadura	depends on USB_HID
116242337b9dSAndrej Shadura	depends on LEDS_CLASS
1163e252e0e0SMao Wenan	depends on HW_RANDOM
116442337b9dSAndrej Shadura	help
116542337b9dSAndrej Shadura	  Support for the LED of the U2F Zero device.
116642337b9dSAndrej Shadura
116742337b9dSAndrej Shadura	  U2F Zero supports custom commands for blinking the LED
116842337b9dSAndrej Shadura	  and getting data from the internal hardware RNG.
116942337b9dSAndrej Shadura	  The internal hardware can be used to feed the enthropy pool.
117042337b9dSAndrej Shadura
117142337b9dSAndrej Shadura	  U2F Zero only supports blinking its LED, so this driver doesn't
117242337b9dSAndrej Shadura	  allow setting the brightness to anything but 1, which will
1173ad81d1c8SGeert Uytterhoeven	  trigger a single blink and immediately reset back to 0.
117442337b9dSAndrej Shadura
1175ca2dcd40SBastien Noceraconfig HID_WACOM
1176471d1714SBenjamin Tissoires	tristate "Wacom Intuos/Graphire tablet support (USB)"
11779d14201cSArnd Bergmann	depends on USB_HID
117859d2334aSPrzemo Firszt	select POWER_SUPPLY
1179471d1714SBenjamin Tissoires	select NEW_LEDS
1180471d1714SBenjamin Tissoires	select LEDS_CLASS
118134736aa9SBenjamin Tissoires	select LEDS_TRIGGERS
1182471d1714SBenjamin Tissoires	help
11837403a6a4SBenjamin Tissoires	  Say Y here if you want to use the USB or BT version of the Wacom Intuos
1184471d1714SBenjamin Tissoires	  or Graphire tablet.
1185471d1714SBenjamin Tissoires
1186471d1714SBenjamin Tissoires	  To compile this driver as a module, choose M here: the
1187471d1714SBenjamin Tissoires	  module will be called wacom.
118859d2334aSPrzemo Firszt
1189fb51b443SDavid Herrmannconfig HID_WIIMOTE
119092eda7e4SDavid Herrmann	tristate "Nintendo Wii / Wii U peripherals"
119123a5a4a3SDavid Herrmann	depends on LEDS_CLASS
11926591d758SDavid Herrmann	select POWER_SUPPLY
1193ef6f4115SDavid Herrmann	select INPUT_FF_MEMLESS
1194a7f7f624SMasahiro Yamada	help
119592eda7e4SDavid Herrmann	Support for Nintendo Wii and Wii U Bluetooth peripherals. Supported
119692eda7e4SDavid Herrmann	devices are the Wii Remote and its extension devices, but also devices
119792eda7e4SDavid Herrmann	based on the Wii Remote like the Wii U Pro Controller or the
119892eda7e4SDavid Herrmann	Wii Balance Board.
1199fb51b443SDavid Herrmann
120092eda7e4SDavid Herrmann	Support for all official Nintendo extensions is available, however, 3rd
120192eda7e4SDavid Herrmann	party extensions might not be supported. Please report these devices to:
120292eda7e4SDavid Herrmann	  http://github.com/dvdhrm/xwiimote/issues
120392eda7e4SDavid Herrmann
120492eda7e4SDavid Herrmann	Other Nintendo Wii U peripherals that are IEEE 802.11 based (including
120592eda7e4SDavid Herrmann	the Wii U Gamepad) might be supported in the future. But currently
120692eda7e4SDavid Herrmann	support is limited to Bluetooth based devices.
120792eda7e4SDavid Herrmann
120892eda7e4SDavid Herrmann	If unsure, say N.
120992eda7e4SDavid Herrmann
121092eda7e4SDavid Herrmann	To compile this driver as a module, choose M here: the
121192eda7e4SDavid Herrmann	module will be called hid-wiimote.
1212cb99221bSDavid Herrmann
1213cb2c9e3fSOlivier Scherlerconfig HID_XINMO
1214cb2c9e3fSOlivier Scherler	tristate "Xin-Mo non-fully compliant devices"
1215a7f7f624SMasahiro Yamada	help
1216cb2c9e3fSOlivier Scherler	Support for Xin-Mo devices that are not fully compliant with the HID
1217e2c76a8bSBrian Norris	standard. Currently only supports the Xin-Mo Dual Arcade. Say Y here
1218cb2c9e3fSOlivier Scherler	if you have a Xin-Mo Dual Arcade controller.
1219cb2c9e3fSOlivier Scherler
12200f6f4319SJiri Kosinaconfig HID_ZEROPLUS
122173d5e8f7SJiri Kosina	tristate "Zeroplus based game controller support"
1222a7f7f624SMasahiro Yamada	help
1223987fbc1fSJiri Slaby	  Say Y here if you have a Zeroplus based game controller.
1224987fbc1fSJiri Slaby
12250f6f4319SJiri Kosinaconfig ZEROPLUS_FF
12260f6f4319SJiri Kosina	bool "Zeroplus based game controller force feedback support"
12270f6f4319SJiri Kosina	depends on HID_ZEROPLUS
12280f6f4319SJiri Kosina	select INPUT_FF_MEMLESS
1229a7f7f624SMasahiro Yamada	help
12300f6f4319SJiri Kosina	  Say Y here if you have a Zeroplus based game controller and want
12310f6f4319SJiri Kosina	  to have force feedback support for it.
12320f6f4319SJiri Kosina
1233a9885c8fSDon Princeconfig HID_ZYDACRON
123473d5e8f7SJiri Kosina	tristate "Zydacron remote control support"
1235a7f7f624SMasahiro Yamada	help
1236a9885c8fSDon Prince	Support for Zydacron remote control.
1237a9885c8fSDon Prince
1238401ca24fSsrinivas pandruvadaconfig HID_SENSOR_HUB
1239401ca24fSsrinivas pandruvada	tristate "HID Sensors framework support"
12408272a51dSRandy Dunlap	depends on HAS_IOMEM
1241401ca24fSsrinivas pandruvada	select MFD_CORE
1242401ca24fSsrinivas pandruvada	default n
1243a7f7f624SMasahiro Yamada	help
1244401ca24fSsrinivas pandruvada	  Support for HID Sensor framework. This creates a MFD instance
1245401ca24fSsrinivas pandruvada	  for a sensor hub and identifies all the sensors connected to it.
1246401ca24fSsrinivas pandruvada	  Each sensor is registered as a MFD cell, so that sensor specific
1247401ca24fSsrinivas pandruvada	  processing can be done in a separate driver. Each sensor
1248401ca24fSsrinivas pandruvada	  drivers can use the service provided by this driver to register
1249401ca24fSsrinivas pandruvada	  for events and handle data streams. Each sensor driver can format
1250401ca24fSsrinivas pandruvada	  data and present to user mode using input or IIO interface.
1251401ca24fSsrinivas pandruvada
12524a7de051SSrinivas Pandruvadaconfig HID_SENSOR_CUSTOM_SENSOR
12534a7de051SSrinivas Pandruvada	tristate "HID Sensors hub custom sensor support"
12544a7de051SSrinivas Pandruvada	depends on HID_SENSOR_HUB
12554a7de051SSrinivas Pandruvada	default n
1256a7f7f624SMasahiro Yamada	help
12574a7de051SSrinivas Pandruvada	  HID Sensor hub specification allows definition of some custom and
12584a7de051SSrinivas Pandruvada	  generic sensors. Unlike other HID sensors, they can't be exported
12594a7de051SSrinivas Pandruvada	  via Linux IIO because of custom fields. This is up to the manufacturer
12604a7de051SSrinivas Pandruvada	  to decide how to interpret these special sensor ids and process in
12614a7de051SSrinivas Pandruvada	  the user space. Currently some manufacturers are using these ids for
12624a7de051SSrinivas Pandruvada	  sensor calibration and debugging other sensors. Manufacturers
126316863fbcSChristophe JAILLET	  shouldn't use these special custom sensor ids to export any of the
12644a7de051SSrinivas Pandruvada	  standard sensors.
12654a7de051SSrinivas Pandruvada	  Select this config option for custom/generic sensor support.
12664a7de051SSrinivas Pandruvada
12672562756dSMasaki Otaconfig HID_ALPS
12682562756dSMasaki Ota	tristate "Alps HID device support"
1269a7f7f624SMasahiro Yamada	help
12702562756dSMasaki Ota	Support for Alps I2C HID touchpads and StickPointer.
12712562756dSMasaki Ota	Say Y here if you have a Alps touchpads over i2c-hid or usbhid
12722562756dSMasaki Ota	and want support for its special functionalities.
12732562756dSMasaki Ota
127467a95c21SRishi Guptaconfig HID_MCP2221
127567a95c21SRishi Gupta	tristate "Microchip MCP2221 HID USB-to-I2C/SMbus host support"
127667a95c21SRishi Gupta	depends on USB_HID && I2C
1277ea418b35SMatt Ranostay	imply GPIOLIB
1278960f9df7SMatt Ranostay	imply IIO
1279a7f7f624SMasahiro Yamada	help
128067a95c21SRishi Gupta	Provides I2C and SMBUS host adapter functionality over USB-HID
128167a95c21SRishi Gupta	through MCP2221 device.
128267a95c21SRishi Gupta
128367a95c21SRishi Gupta	To compile this driver as a module, choose M here: the module
128467a95c21SRishi Gupta	will be called hid-mcp2221.ko.
128567a95c21SRishi Gupta
12862d167aabSJosé Expósitoconfig HID_KUNIT_TEST
128708809e48SJosé Expósito	tristate "KUnit tests for HID" if !KUNIT_ALL_TESTS
1288*49904a0eSGeert Uytterhoeven	depends on KUNIT
1289a608dc1cSJosé Expósito	depends on HID_BATTERY_STRENGTH
12902d167aabSJosé Expósito	depends on HID_UCLOGIC
12912d167aabSJosé Expósito	default KUNIT_ALL_TESTS
12922d167aabSJosé Expósito	help
12932d167aabSJosé Expósito	  This builds unit tests for HID. This option is not useful for
12942d167aabSJosé Expósito	  distributions or general kernels, but only for kernel
12952d167aabSJosé Expósito	  developers working on HID and associated drivers.
12962d167aabSJosé Expósito
12972d167aabSJosé Expósito	  For more information on KUnit and unit tests in general,
12982d167aabSJosé Expósito	  please refer to the KUnit documentation in
12992d167aabSJosé Expósito	  Documentation/dev-tools/kunit/.
13002d167aabSJosé Expósito
13012d167aabSJosé Expósito	  If in doubt, say "N".
13022d167aabSJosé Expósito
13035f22a799SJiri Slabyendmenu
13045f22a799SJiri Slaby
1305f5c27da4SBenjamin Tissoiressource "drivers/hid/bpf/Kconfig"
1306f5c27da4SBenjamin Tissoires
13071f41a6a9SHenrik Rydbergendif # HID
13081f41a6a9SHenrik Rydberg
13091f41a6a9SHenrik Rydbergsource "drivers/hid/usbhid/Kconfig"
13101f41a6a9SHenrik Rydberg
13114a200c3bSBenjamin Tissoiressource "drivers/hid/i2c-hid/Kconfig"
13124a200c3bSBenjamin Tissoires
13133703f53bSSrinivas Pandruvadasource "drivers/hid/intel-ish-hid/Kconfig"
13143703f53bSSrinivas Pandruvada
13154f567b9fSSandeep Singhsource "drivers/hid/amd-sfh-hid/Kconfig"
13164f567b9fSSandeep Singh
1317b05ff100SMaximilian Luzsource "drivers/hid/surface-hid/Kconfig"
1318b05ff100SMaximilian Luz
131925621bccSBenjamin Tissoiresendif # HID_SUPPORT
1320