163f3861dSJiri Kosina# 263f3861dSJiri Kosina# HID driver configuration 363f3861dSJiri Kosina# 41f41a6a9SHenrik Rydbergmenu "HID support" 563f3861dSJiri Kosina depends on INPUT 663f3861dSJiri Kosina 763f3861dSJiri Kosinaconfig HID 81f41a6a9SHenrik Rydberg tristate "HID bus support" 9c96c9d7bSRussell King depends on INPUT 1063f3861dSJiri Kosina default y 1163f3861dSJiri Kosina ---help--- 1269e4d948SJiri Kosina A human interface device (HID) is a type of computer device that 1369e4d948SJiri Kosina interacts directly with and takes input from humans. The term "HID" 1469e4d948SJiri Kosina most commonly used to refer to the USB-HID specification, but other 1569e4d948SJiri Kosina devices (such as, but not strictly limited to, Bluetooth) are 1669e4d948SJiri Kosina designed using HID specification (this involves certain keyboards, 171f41a6a9SHenrik Rydberg mice, tablets, etc). This option adds the HID bus to the kernel, 181f41a6a9SHenrik Rydberg together with generic HID layer code. The HID devices are added and 191f41a6a9SHenrik Rydberg removed from the HID bus by the transport-layer drivers, such as 201f41a6a9SHenrik Rydberg usbhid (USB_HID) and hidp (BT_HIDP). 2169e4d948SJiri Kosina 2269e4d948SJiri Kosina For docs and specs, see http://www.usb.org/developers/hidpage/ 2369e4d948SJiri Kosina 24205adbecSPavel Machek If unsure, say Y. 2563f3861dSJiri Kosina 261f41a6a9SHenrik Rydbergif HID 271f41a6a9SHenrik Rydberg 284f5ca836SJeremy Fitzhardingeconfig HID_BATTERY_STRENGTH 29692d30d6SJiri Kosina bool "Battery level reporting for HID devices" 30d66c266aSJiri Kosina depends on HID && POWER_SUPPLY && HID = POWER_SUPPLY 312198edddSJosh Boyer default n 32692d30d6SJiri Kosina ---help--- 33692d30d6SJiri Kosina This option adds support of reporting battery strength (for HID devices 34692d30d6SJiri Kosina that support this feature) through power_supply class so that userspace 35692d30d6SJiri Kosina tools, such as upower, can display it. 364f5ca836SJeremy Fitzhardinge 3786166b7bSJiri Kosinaconfig HIDRAW 3886166b7bSJiri Kosina bool "/dev/hidraw raw HID device support" 3986166b7bSJiri Kosina depends on HID 4086166b7bSJiri Kosina ---help--- 4186166b7bSJiri Kosina Say Y here if you want to support HID devices (from the USB 4286166b7bSJiri Kosina specification standpoint) that aren't strictly user interface 4386166b7bSJiri Kosina devices, like monitor controls and Uninterruptable Power Supplies. 4486166b7bSJiri Kosina 4586166b7bSJiri Kosina This module supports these devices separately using a separate 4686166b7bSJiri Kosina event interface on /dev/hidraw. 4786166b7bSJiri Kosina 4886166b7bSJiri Kosina There is also a /dev/hiddev configuration option in the USB HID 4986166b7bSJiri Kosina configuration menu. In comparison to hiddev, this device does not process 5086166b7bSJiri Kosina the hid events at all (no parsing, no lookups). This lets applications 5186166b7bSJiri Kosina to work on raw hid events when they want to, and avoid using transport-specific 5286166b7bSJiri Kosina userspace libhid/libusb libraries. 5386166b7bSJiri Kosina 5486166b7bSJiri Kosina If unsure, say Y. 5586166b7bSJiri Kosina 561ccd7a2aSDavid Herrmannconfig UHID 571ccd7a2aSDavid Herrmann tristate "User-space I/O driver support for HID subsystem" 581ccd7a2aSDavid Herrmann depends on HID 591ccd7a2aSDavid Herrmann default n 601ccd7a2aSDavid Herrmann ---help--- 611ccd7a2aSDavid Herrmann Say Y here if you want to provide HID I/O Drivers from user-space. 621ccd7a2aSDavid Herrmann This allows to write I/O drivers in user-space and feed the data from 631ccd7a2aSDavid Herrmann the device into the kernel. The kernel parses the HID reports, loads the 641ccd7a2aSDavid Herrmann corresponding HID Device Driver or provides input devices on top of your 651ccd7a2aSDavid Herrmann user-space device. 661ccd7a2aSDavid Herrmann 671ccd7a2aSDavid Herrmann This driver cannot be used to parse HID-reports in user-space and write 681ccd7a2aSDavid Herrmann special HID-drivers. You should use hidraw for that. 691ccd7a2aSDavid Herrmann Instead, this driver allows to write the transport-layer driver in 701ccd7a2aSDavid Herrmann user-space like USB-HID and Bluetooth-HID do in kernel-space. 711ccd7a2aSDavid Herrmann 721ccd7a2aSDavid Herrmann If unsure, say N. 731ccd7a2aSDavid Herrmann 741ccd7a2aSDavid Herrmann To compile this driver as a module, choose M here: the 751ccd7a2aSDavid Herrmann module will be called uhid. 761ccd7a2aSDavid Herrmann 778215d557SHenrik Rydbergconfig HID_GENERIC 788215d557SHenrik Rydberg tristate "Generic HID driver" 798215d557SHenrik Rydberg depends on HID 801f41a6a9SHenrik Rydberg default HID 818215d557SHenrik Rydberg ---help--- 821f41a6a9SHenrik Rydberg Support for generic devices on the HID bus. This includes most 831f41a6a9SHenrik Rydberg keyboards and mice, joysticks, tablets and digitizers. 848215d557SHenrik Rydberg 858215d557SHenrik Rydberg To compile this driver as a module, choose M here: the module 868215d557SHenrik Rydberg will be called hid-generic. 878215d557SHenrik Rydberg 888215d557SHenrik Rydberg If unsure, say Y. 898215d557SHenrik Rydberg 901f41a6a9SHenrik Rydbergmenu "Special HID drivers" 911f41a6a9SHenrik Rydberg depends on HID 921f41a6a9SHenrik Rydberg 9314a21cd4SJiri Slabyconfig HID_A4TECH 946a108a14SDavid Rientjes tristate "A4 tech mice" if EXPERT 95f3757ceaSBenjamin Tissoires depends on HID 966a108a14SDavid Rientjes default !EXPERT 9714a21cd4SJiri Slaby ---help--- 9814a21cd4SJiri Slaby Support for A4 tech X5 and WOP-35 / Trust 450L mice. 9914a21cd4SJiri Slaby 1000ae43810SDmitry Torokhovconfig HID_ACRUX 1010ae43810SDmitry Torokhov tristate "ACRUX game controller support" 102d8814272SBenjamin Tissoires depends on HID 1030ae43810SDmitry Torokhov ---help--- 1040ae43810SDmitry Torokhov Say Y here if you want to enable support for ACRUX game controllers. 1050ae43810SDmitry Torokhov 1060ae43810SDmitry Torokhovconfig HID_ACRUX_FF 107364b936fSSergei Kolzun bool "ACRUX force feedback support" 1080ae43810SDmitry Torokhov depends on HID_ACRUX 109c0dbcc33SSergei Kolzun select INPUT_FF_MEMLESS 110c0dbcc33SSergei Kolzun ---help--- 111c0dbcc33SSergei Kolzun Say Y here if you want to enable force feedback support for ACRUX 112c0dbcc33SSergei Kolzun game controllers. 113c0dbcc33SSergei Kolzun 1148c19a515SJiri Slabyconfig HID_APPLE 1156a108a14SDavid Rientjes tristate "Apple {i,Power,Mac}Books" if EXPERT 116f3757ceaSBenjamin Tissoires depends on HID 1176a108a14SDavid Rientjes default !EXPERT 1188c19a515SJiri Slaby ---help--- 1198c19a515SJiri Slaby Support for some Apple devices which less or more break 1208c19a515SJiri Slaby HID specification. 1218c19a515SJiri Slaby 122f0bd8e43SJiri Kosina Say Y here if you want support for keyboards of Apple iBooks, PowerBooks, 123f0bd8e43SJiri Kosina MacBooks, MacBook Pros and Apple Aluminum. 1248c19a515SJiri Slaby 1259a4a5574SBenjamin Tissoiresconfig HID_APPLEIR 1269a4a5574SBenjamin Tissoires tristate "Apple infrared receiver" 1279a4a5574SBenjamin Tissoires depends on (USB_HID) 1289a4a5574SBenjamin Tissoires ---help--- 1299a4a5574SBenjamin Tissoires Support for Apple infrared remote control. All the Apple computers from 1309a4a5574SBenjamin Tissoires 2005 onwards include such a port, except the unibody Macbook (2009), 1319a4a5574SBenjamin Tissoires and Mac Pros. This receiver is also used in the Apple TV set-top box 1329a4a5574SBenjamin Tissoires prior to the 2010 model. 1339a4a5574SBenjamin Tissoires 1349a4a5574SBenjamin Tissoires Say Y here if you want support for Apple infrared remote control. 1359a4a5574SBenjamin Tissoires 136212da74dSJosenivaldo Benito Juniorconfig HID_AUREAL 137212da74dSJosenivaldo Benito Junior tristate "Aureal" 138f3757ceaSBenjamin Tissoires depends on HID 139212da74dSJosenivaldo Benito Junior ---help--- 140212da74dSJosenivaldo Benito Junior Support for Aureal Cy se W-01RN Remote Controller and other Aureal derived remotes. 141212da74dSJosenivaldo Benito Junior 142b5635b12SJiri Slabyconfig HID_BELKIN 1436a108a14SDavid Rientjes tristate "Belkin Flip KVM and Wireless keyboard" if EXPERT 144f3757ceaSBenjamin Tissoires depends on HID 1456a108a14SDavid Rientjes default !EXPERT 146b5635b12SJiri Slaby ---help--- 147b5635b12SJiri Slaby Support for Belkin Flip KVM and Wireless keyboard. 148b5635b12SJiri Slaby 1493b239cd7SJiri Slabyconfig HID_CHERRY 1506a108a14SDavid Rientjes tristate "Cherry Cymotion keyboard" if EXPERT 151f3757ceaSBenjamin Tissoires depends on HID 1526a108a14SDavid Rientjes default !EXPERT 1533b239cd7SJiri Slaby ---help--- 154f0bd8e43SJiri Kosina Support for Cherry Cymotion keyboard. 1553b239cd7SJiri Slaby 156fcfacfd3SJiri Slabyconfig HID_CHICONY 1576a108a14SDavid Rientjes tristate "Chicony Tactical pad" if EXPERT 158f3757ceaSBenjamin Tissoires depends on HID 1596a108a14SDavid Rientjes default !EXPERT 160fcfacfd3SJiri Slaby ---help--- 161fcfacfd3SJiri Slaby Support for Chicony Tactical pad. 162fcfacfd3SJiri Slaby 1633a370ca1SDon Princeconfig HID_PRODIKEYS 16495736de9SJiri Kosina tristate "Prodikeys PC-MIDI Keyboard support" 165d8814272SBenjamin Tissoires depends on HID && SND 1663a370ca1SDon Prince select SND_RAWMIDI 1673a370ca1SDon Prince ---help--- 1683a370ca1SDon Prince Support for Prodikeys PC-MIDI Keyboard device support. 1693a370ca1SDon Prince Say Y here to enable support for this device. 1703a370ca1SDon Prince - Prodikeys PC-MIDI keyboard. 1713a370ca1SDon Prince The Prodikeys PC-MIDI acts as a USB Audio device, with one MIDI 1723a370ca1SDon Prince input and one MIDI output. These MIDI jacks appear as 1733a370ca1SDon Prince a sound "card" in the ALSA sound system. 1743a370ca1SDon Prince Note: if you say N here, this device will still function as a basic 1753a370ca1SDon Prince multimedia keyboard, but will lack support for the musical keyboard 1763a370ca1SDon Prince and some additional multimedia keys. 1773a370ca1SDon Prince 1780f221320SJiri Slabyconfig HID_CYPRESS 1796a108a14SDavid Rientjes tristate "Cypress mouse and barcode readers" if EXPERT 180f3757ceaSBenjamin Tissoires depends on HID 1816a108a14SDavid Rientjes default !EXPERT 1820f221320SJiri Slaby ---help--- 183f0bd8e43SJiri Kosina Support for cypress mouse and barcode readers. 1840f221320SJiri Slaby 1850f6f4319SJiri Kosinaconfig HID_DRAGONRISE 186a1043044SBorislav Petkov tristate "DragonRise Inc. game controller" 187d8814272SBenjamin Tissoires depends on HID 1880f6f4319SJiri Kosina ---help--- 1890f6f4319SJiri Kosina Say Y here if you have DragonRise Inc. game controllers. 190b4a65f4eSNikolai Kondrashov These might be branded as: 191b4a65f4eSNikolai Kondrashov - Tesun USB-703 192b4a65f4eSNikolai Kondrashov - Media-tech MT1504 "Rogue" 193b4a65f4eSNikolai Kondrashov - DVTech JS19 "Gear" 194b4a65f4eSNikolai Kondrashov - Defender Game Master 1950f6f4319SJiri Kosina 1960f6f4319SJiri Kosinaconfig DRAGONRISE_FF 197a1043044SBorislav Petkov bool "DragonRise Inc. force feedback" 1980f6f4319SJiri Kosina depends on HID_DRAGONRISE 1993f866fbdSRichard Walmsley select INPUT_FF_MEMLESS 2003f866fbdSRichard Walmsley ---help--- 2013f866fbdSRichard Walmsley Say Y here if you want to enable force feedback support for DragonRise Inc. 2023f866fbdSRichard Walmsley game controllers. 2033f866fbdSRichard Walmsley 20404561c5aSIgnaz Forsterconfig HID_EMS_FF 20504561c5aSIgnaz Forster tristate "EMS Production Inc. force feedback support" 206d8814272SBenjamin Tissoires depends on HID 20704561c5aSIgnaz Forster select INPUT_FF_MEMLESS 20804561c5aSIgnaz Forster ---help--- 20904561c5aSIgnaz Forster Say Y here if you want to enable force feedback support for devices by 21004561c5aSIgnaz Forster EMS Production Ltd. 21104561c5aSIgnaz Forster Currently the following devices are known to be supported: 21204561c5aSIgnaz Forster - Trio Linker Plus II 21304561c5aSIgnaz Forster 21464b386eaSRichard Nauberconfig HID_ELECOM 215a1043044SBorislav Petkov tristate "ELECOM BM084 bluetooth mouse" 216f3757ceaSBenjamin Tissoires depends on HID 21764b386eaSRichard Nauber ---help--- 21864b386eaSRichard Nauber Support for the ELECOM BM084 (bluetooth mouse). 21964b386eaSRichard Nauber 220d23efc19SJiri Slabyconfig HID_ELO 221d23efc19SJiri Slaby tristate "ELO USB 4000/4500 touchscreen" 222d23efc19SJiri Slaby depends on USB_HID 223d23efc19SJiri Slaby ---help--- 224d23efc19SJiri Slaby Support for the ELO USB 4000/4500 touchscreens. Note that this is for 225d23efc19SJiri Slaby different devices than those handled by CONFIG_TOUCHSCREEN_USB_ELO. 226d23efc19SJiri Slaby 2271f243e30SJiri Slabyconfig HID_EZKEY 2286a108a14SDavid Rientjes tristate "Ezkey BTC 8193 keyboard" if EXPERT 229f3757ceaSBenjamin Tissoires depends on HID 2306a108a14SDavid Rientjes default !EXPERT 2311f243e30SJiri Slaby ---help--- 232f0bd8e43SJiri Kosina Support for Ezkey BTC 8193 keyboard. 2331f243e30SJiri Slaby 234d946e65eSAnssi Hannulaconfig HID_HOLTEK 235ff9bf5a2STom Harwood tristate "Holtek HID devices" 236d946e65eSAnssi Hannula depends on USB_HID 237d946e65eSAnssi Hannula ---help--- 238ff9bf5a2STom Harwood Support for Holtek based devices: 239ff9bf5a2STom Harwood - Holtek On Line Grip based game controller 240ff9bf5a2STom Harwood - Trust GXT 18 Gaming Keyboard 24141de326eSChristian Ohm - Sharkoon Drakonia / Perixx MX-2000 gaming mice 242d4f51890SChristian Ohm - Tracer Sniper TRM-503 / NOVA Gaming Slider X200 / 243d4f51890SChristian Ohm Zalman ZM-GM1 244d946e65eSAnssi Hannula 245d946e65eSAnssi Hannulaconfig HOLTEK_FF 246d946e65eSAnssi Hannula bool "Holtek On Line Grip force feedback support" 247d946e65eSAnssi Hannula depends on HID_HOLTEK 248d946e65eSAnssi Hannula select INPUT_FF_MEMLESS 249d946e65eSAnssi Hannula ---help--- 250d946e65eSAnssi Hannula Say Y here if you have a Holtek On Line Grip based game controller 251d946e65eSAnssi Hannula and want to have force feedback support for it. 252d946e65eSAnssi Hannula 25368e353feSMartin Ruskoconfig HID_HUION 25468e353feSMartin Rusko tristate "Huion tablets" 25568e353feSMartin Rusko depends on USB_HID 25668e353feSMartin Rusko ---help--- 25768e353feSMartin Rusko Support for Huion 580 tablet. 25868e353feSMartin Rusko 259177900e8SJiri Kosinaconfig HID_KEYTOUCH 2603d366e28SStephen Boyd tristate "Keytouch HID devices" 261f3757ceaSBenjamin Tissoires depends on HID 262177900e8SJiri Kosina ---help--- 263177900e8SJiri Kosina Support for Keytouch HID devices not fully compliant with 264177900e8SJiri Kosina the specification. Currently supported: 265177900e8SJiri Kosina - Keytouch IEC 60945 266177900e8SJiri Kosina 26779422741SJiri Kosinaconfig HID_KYE 26822ca20b2SNikolai Kondrashov tristate "KYE/Genius devices" 269d8814272SBenjamin Tissoires depends on HID 27079422741SJiri Kosina ---help--- 27122ca20b2SNikolai Kondrashov Support for KYE/Genius devices not fully compliant with HID standard: 27222ca20b2SNikolai Kondrashov - Ergo Mouse 27322ca20b2SNikolai Kondrashov - EasyPen i405X tablet 27422ca20b2SNikolai Kondrashov - MousePen i608X tablet 27522ca20b2SNikolai Kondrashov - EasyPen M610X tablet 27679422741SJiri Kosina 277f8a489ccSNikolai Kondrashovconfig HID_UCLOGIC 278f36ee074SJiri Kosina tristate "UC-Logic" 279f3757ceaSBenjamin Tissoires depends on HID 280f8a489ccSNikolai Kondrashov ---help--- 281f8a489ccSNikolai Kondrashov Support for UC-Logic tablets. 282f8a489ccSNikolai Kondrashov 28372a46344SNikolai Kondrashovconfig HID_WALTOP 28472a46344SNikolai Kondrashov tristate "Waltop" 285f3757ceaSBenjamin Tissoires depends on HID 28672a46344SNikolai Kondrashov ---help--- 28772a46344SNikolai Kondrashov Support for Waltop tablets. 28872a46344SNikolai Kondrashov 289949f8fefSJiri Slabyconfig HID_GYRATION 290a1043044SBorislav Petkov tristate "Gyration remote control" 291f3757ceaSBenjamin Tissoires depends on HID 292949f8fefSJiri Slaby ---help--- 293f0bd8e43SJiri Kosina Support for Gyration remote control. 294949f8fefSJiri Slaby 2954ddfe028SBastien Noceraconfig HID_ICADE 2964ddfe028SBastien Nocera tristate "ION iCade arcade controller" 297f3757ceaSBenjamin Tissoires depends on HID 2984ddfe028SBastien Nocera ---help--- 2994ddfe028SBastien Nocera Support for the ION iCade arcade controller to work as a joystick. 3004ddfe028SBastien Nocera 3014ddfe028SBastien Nocera To compile this driver as a module, choose M here: the 3024ddfe028SBastien Nocera module will be called hid-icade. 3034ddfe028SBastien Nocera 304711a680eSBruno Premontconfig HID_TWINHAN 305a1043044SBorislav Petkov tristate "Twinhan IR remote control" 306f3757ceaSBenjamin Tissoires depends on HID 307711a680eSBruno Premont ---help--- 308711a680eSBruno Premont Support for Twinhan IR remote control. 309711a680eSBruno Premont 310fdf93aa3SJiri Kosinaconfig HID_KENSINGTON 3116a108a14SDavid Rientjes tristate "Kensington Slimblade Trackball" if EXPERT 312f3757ceaSBenjamin Tissoires depends on HID 3136a108a14SDavid Rientjes default !EXPERT 314fdf93aa3SJiri Kosina ---help--- 315fdf93aa3SJiri Kosina Support for Kensington Slimblade Trackball. 316fdf93aa3SJiri Kosina 31775b07022SChris Schlundconfig HID_LCPOWER 31875b07022SChris Schlund tristate "LC-Power" 319f3757ceaSBenjamin Tissoires depends on HID 32075b07022SChris Schlund ---help--- 32175b07022SChris Schlund Support for LC-Power RC1000MCE RF remote control. 32275b07022SChris Schlund 323c1dcad2dSBernhard Seiboldconfig HID_LENOVO_TPKBD 324c1dcad2dSBernhard Seibold tristate "Lenovo ThinkPad USB Keyboard with TrackPoint" 3250c521836SBenjamin Tissoires depends on HID 32625976a79SBryan Wu select NEW_LEDS 327c1dcad2dSBernhard Seibold select LEDS_CLASS 328c1dcad2dSBernhard Seibold ---help--- 329c1dcad2dSBernhard Seibold Support for the Lenovo ThinkPad USB Keyboard with TrackPoint. 330c1dcad2dSBernhard Seibold 331c1dcad2dSBernhard Seibold Say Y here if you have a Lenovo ThinkPad USB Keyboard with TrackPoint 332c1dcad2dSBernhard Seibold and would like to use device-specific features like changing the 333c1dcad2dSBernhard Seibold sensitivity of the trackpoint, using the microphone mute button or 334c1dcad2dSBernhard Seibold controlling the mute and microphone mute LEDs. 335c1dcad2dSBernhard Seibold 3365f22a799SJiri Slabyconfig HID_LOGITECH 3376a108a14SDavid Rientjes tristate "Logitech devices" if EXPERT 338f3757ceaSBenjamin Tissoires depends on HID 3396a108a14SDavid Rientjes default !EXPERT 3405f22a799SJiri Slaby ---help--- 341f0bd8e43SJiri Kosina Support for Logitech devices that are not fully compliant with HID standard. 3425f22a799SJiri Slaby 343534a7b8eSNestor Lopez Casadoconfig HID_LOGITECH_DJ 344534a7b8eSNestor Lopez Casado tristate "Logitech Unifying receivers full support" 345534a7b8eSNestor Lopez Casado depends on HID_LOGITECH 346534a7b8eSNestor Lopez Casado ---help--- 347534a7b8eSNestor Lopez Casado Say Y if you want support for Logitech Unifying receivers and devices. 348534a7b8eSNestor Lopez Casado Unifying receivers are capable of pairing up to 6 Logitech compliant 3490944e964SKonstantin Khlebnikov devices to the same receiver. Without this driver it will be handled by 350d82603c6SJorrit Schippers generic USB_HID driver and all incoming events will be multiplexed 3510944e964SKonstantin Khlebnikov into a single mouse and a single keyboard device. 352534a7b8eSNestor Lopez Casado 353606bd0a8SJiri Slabyconfig LOGITECH_FF 3540f6f4319SJiri Kosina bool "Logitech force feedback support" 355606bd0a8SJiri Slaby depends on HID_LOGITECH 356606bd0a8SJiri Slaby select INPUT_FF_MEMLESS 357606bd0a8SJiri Slaby help 358606bd0a8SJiri Slaby Say Y here if you have one of these devices: 359606bd0a8SJiri Slaby - Logitech WingMan Cordless RumblePad 360606bd0a8SJiri Slaby - Logitech WingMan Cordless RumblePad 2 361606bd0a8SJiri Slaby - Logitech WingMan Force 3D 362606bd0a8SJiri Slaby - Logitech Formula Force EX 363fd30ea8cSJiri Kosina - Logitech WingMan Formula Force GP 364606bd0a8SJiri Slaby - Logitech MOMO Force wheel 365606bd0a8SJiri Slaby 366606bd0a8SJiri Slaby and if you want to enable force feedback for them. 367606bd0a8SJiri Slaby Note: if you say N here, this device will still be supported, but without 368606bd0a8SJiri Slaby force feedback. 369606bd0a8SJiri Slaby 370606bd0a8SJiri Slabyconfig LOGIRUMBLEPAD2_FF 3712c6118e4SHendrik Iben bool "Logitech RumblePad/Rumblepad 2 force feedback support" 372606bd0a8SJiri Slaby depends on HID_LOGITECH 373606bd0a8SJiri Slaby select INPUT_FF_MEMLESS 374606bd0a8SJiri Slaby help 375606bd0a8SJiri Slaby Say Y here if you want to enable force feedback support for Logitech 3762c6118e4SHendrik Iben RumblePad and Rumblepad 2 devices. 377606bd0a8SJiri Slaby 37874f292caSGary Steinconfig LOGIG940_FF 37974f292caSGary Stein bool "Logitech Flight System G940 force feedback support" 38074f292caSGary Stein depends on HID_LOGITECH 38174f292caSGary Stein select INPUT_FF_MEMLESS 38274f292caSGary Stein help 38374f292caSGary Stein Say Y here if you want to enable force feedback support for Logitech 38474f292caSGary Stein Flight System G940 devices. 38574f292caSGary Stein 386a7ac90f1SMichal Malýconfig LOGIWHEELS_FF 387a7ac90f1SMichal Malý bool "Logitech wheels configuration and force feedback support" 38832c88cbcSSimon Wood depends on HID_LOGITECH 38932c88cbcSSimon Wood select INPUT_FF_MEMLESS 39070c2cabdSJiri Kosina default LOGITECH_FF 39132c88cbcSSimon Wood help 392a7ac90f1SMichal Malý Say Y here if you want to enable force feedback and range setting 393a7ac90f1SMichal Malý support for following Logitech wheels: 394a7ac90f1SMichal Malý - Logitech Driving Force 395a7ac90f1SMichal Malý - Logitech Driving Force Pro 396a7ac90f1SMichal Malý - Logitech Driving Force GT 397a7ac90f1SMichal Malý - Logitech G25 398a7ac90f1SMichal Malý - Logitech G27 399a7ac90f1SMichal Malý - Logitech MOMO/MOMO 2 400a7ac90f1SMichal Malý - Logitech Formula Force EX 40132c88cbcSSimon Wood 402128537ceSMichael Pooleconfig HID_MAGICMOUSE 403cdfee4ffSDavid King tristate "Apple Magic Mouse/Trackpad multi-touch support" 404f3757ceaSBenjamin Tissoires depends on HID 405128537ceSMichael Poole ---help--- 406cdfee4ffSDavid King Support for the Apple Magic Mouse/Trackpad multi-touch. 407128537ceSMichael Poole 408128537ceSMichael Poole Say Y here if you want support for the multi-touch features of the 409cdfee4ffSDavid King Apple Wireless "Magic" Mouse and the Apple Wireless "Magic" Trackpad. 410128537ceSMichael Poole 41178a849a6SJiri Slabyconfig HID_MICROSOFT 4126a108a14SDavid Rientjes tristate "Microsoft non-fully HID-compliant devices" if EXPERT 413f3757ceaSBenjamin Tissoires depends on HID 4146a108a14SDavid Rientjes default !EXPERT 41578a849a6SJiri Slaby ---help--- 416f0bd8e43SJiri Kosina Support for Microsoft devices that are not fully compliant with HID standard. 41778a849a6SJiri Slaby 4183b8006e5SJiri Slabyconfig HID_MONTEREY 4196a108a14SDavid Rientjes tristate "Monterey Genius KB29E keyboard" if EXPERT 420f3757ceaSBenjamin Tissoires depends on HID 4216a108a14SDavid Rientjes default !EXPERT 4223b8006e5SJiri Slaby ---help--- 4233b8006e5SJiri Slaby Support for Monterey Genius KB29E. 4243b8006e5SJiri Slaby 4255519cab4SBenjamin Tissoiresconfig HID_MULTITOUCH 4265519cab4SBenjamin Tissoires tristate "HID Multitouch panels" 427d8814272SBenjamin Tissoires depends on HID 4285519cab4SBenjamin Tissoires ---help--- 4295519cab4SBenjamin Tissoires Generic support for HID multitouch panels. 4305519cab4SBenjamin Tissoires 4315519cab4SBenjamin Tissoires Say Y here if you have one of the following devices: 432f786bba4SBenjamin Tissoires - 3M PCT touch screens 433e6aac342SBenjamin Tissoires - ActionStar dual touch panels 434b1057124SBenjamin Tissoires - Atmel panels 43522408283SBenjamin Tissoires - Cando dual touch panels 436942fd422SAustin Zhang - Chunghwa panels 43779603dc9SBenjamin Tissoires - CVTouch panels 4382d93666eSBenjamin Tissoires - Cypress TrueTouch panels 439c04abeefSBenjamin Tissoires - Elo TouchSystems IntelliTouch Plus panels 44022408283SBenjamin Tissoires - GeneralTouch 'Sensing Win7-TwoFinger' panels 441ee0fbd14SBenjamin Tissoires - GoodTouch panels 4422d93666eSBenjamin Tissoires - Hanvon dual touch panels 44322408283SBenjamin Tissoires - Ilitek dual touch panels 4444dfcced8SBenjamin Tissoires - IrTouch Infrared USB panels 445c50bb1a4SJeff Brown - LG Display panels (Dell ST2220Tc) 446df167c4aSBenjamin Tissoires - Lumio CrystalTouch panels 4474a6ee685SBenjamin Tissoires - MosArt dual-touch panels 4482258e863SDenis Kovalev - Panasonic multitouch panels 4496ab3a9a6SJohn Sung - PenMount dual touch panels 450847672cdSBenjamin Tissoires - Perixx Peripad 701 touchpad 451b7ea95ffSAaron Tian - PixArt optical touch screen 4522d93666eSBenjamin Tissoires - Pixcir dual touch panels 4535e7ea11fSBenjamin Tissoires - Quanta panels 45422408283SBenjamin Tissoires - eGalax dual-touch panels, including the Joojoo and Wetab tablets 455043b403aSBenjamin Tissoires - Stantum multitouch panels 4565e74e56dSBenjamin Tissoires - Touch International Panels 457617b64f9SBenjamin Tissoires - Unitec Panels 458bc8a2a9bSice chien - XAT optical touch panels 45911576c61SMasatoshi Hoshikawa - Xiroku optical touch panels 460e9a09aedSBenjamin Tissoires - Zytronic touch panels 4615519cab4SBenjamin Tissoires 4622d93666eSBenjamin Tissoires If unsure, say N. 4632d93666eSBenjamin Tissoires 4642d93666eSBenjamin Tissoires To compile this driver as a module, choose M here: the 4652d93666eSBenjamin Tissoires module will be called hid-multitouch. 4662d93666eSBenjamin Tissoires 46794011f93SRafi Rubinconfig HID_NTRIG 468a1043044SBorislav Petkov tristate "N-Trig touch screen" 46994011f93SRafi Rubin depends on USB_HID 47094011f93SRafi Rubin ---help--- 47194011f93SRafi Rubin Support for N-Trig touch screen. 47294011f93SRafi Rubin 473cd9ec30dSJohnathon Harrisconfig HID_ORTEK 474d586dca0SJiri Kosina tristate "Ortek PKB-1700/WKB-2000/Skycable wireless keyboard and mouse trackpad" 475f3757ceaSBenjamin Tissoires depends on HID 476cd9ec30dSJohnathon Harris ---help--- 477d586dca0SJiri Kosina There are certain devices which have LogicalMaximum wrong in the keyboard 478d586dca0SJiri Kosina usage page of their report descriptor. The most prevailing ones so far 479d586dca0SJiri Kosina are manufactured by Ortek, thus the name of the driver. Currently 480d586dca0SJiri Kosina supported devices by this driver are 481d586dca0SJiri Kosina 482d586dca0SJiri Kosina - Ortek PKB-1700 483d586dca0SJiri Kosina - Ortek WKB-2000 484d586dca0SJiri Kosina - Skycable wireless presenter 485cd9ec30dSJohnathon Harris 4865f022298SJiri Slabyconfig HID_PANTHERLORD 487a1043044SBorislav Petkov tristate "Pantherlord/GreenAsia game controller" 488d8814272SBenjamin Tissoires depends on HID 4890f6f4319SJiri Kosina ---help--- 4900f6f4319SJiri Kosina Say Y here if you have a PantherLord/GreenAsia based game controller 4910f6f4319SJiri Kosina or adapter. 4920f6f4319SJiri Kosina 4935f022298SJiri Slabyconfig PANTHERLORD_FF 4945f022298SJiri Slaby bool "Pantherlord force feedback support" 4955f022298SJiri Slaby depends on HID_PANTHERLORD 4965f022298SJiri Slaby select INPUT_FF_MEMLESS 4970f6f4319SJiri Kosina ---help--- 4985f022298SJiri Slaby Say Y here if you have a PantherLord/GreenAsia based game controller 4995f022298SJiri Slaby or adapter and want to enable force feedback support for it. 5005f022298SJiri Slaby 5011e762532SJiri Slabyconfig HID_PETALYNX 502a1043044SBorislav Petkov tristate "Petalynx Maxter remote control" 503f3757ceaSBenjamin Tissoires depends on HID 5041e762532SJiri Slaby ---help--- 505f0bd8e43SJiri Kosina Support for Petalynx Maxter remote control. 5061e762532SJiri Slaby 507236db47cSBruno Prémontconfig HID_PICOLCD 508236db47cSBruno Prémont tristate "PicoLCD (graphic version)" 509b7966a4dSBenjamin Tissoires depends on HID 510236db47cSBruno Prémont ---help--- 511236db47cSBruno Prémont This provides support for Minibox PicoLCD devices, currently 512236db47cSBruno Prémont only the graphical ones are supported. 513236db47cSBruno Prémont 514236db47cSBruno Prémont This includes support for the following device features: 515236db47cSBruno Prémont - Keypad 516236db47cSBruno Prémont - Switching between Firmware and Flash mode 5179bbf2b98SBruno Prémont - EEProm / Flash access (via debugfs) 5185435f281SBruno Prémont Features selectively enabled: 5195435f281SBruno Prémont - Framebuffer for monochrome 256x64 display 5205435f281SBruno Prémont - Backlight control 5215435f281SBruno Prémont - Contrast control 5225435f281SBruno Prémont - General purpose outputs 523b8c21cf6SBruno Prémont Features that are not (yet) supported: 524236db47cSBruno Prémont - IR 525236db47cSBruno Prémont 5265435f281SBruno Prémontconfig HID_PICOLCD_FB 5276a108a14SDavid Rientjes bool "Framebuffer support" if EXPERT 5286a108a14SDavid Rientjes default !EXPERT 5295435f281SBruno Prémont depends on HID_PICOLCD 5305435f281SBruno Prémont depends on HID_PICOLCD=FB || FB=y 5315435f281SBruno Prémont select FB_DEFERRED_IO 5325435f281SBruno Prémont select FB_SYS_FILLRECT 5335435f281SBruno Prémont select FB_SYS_COPYAREA 5345435f281SBruno Prémont select FB_SYS_IMAGEBLIT 5355435f281SBruno Prémont select FB_SYS_FOPS 5365435f281SBruno Prémont ---help--- 5375435f281SBruno Prémont Provide access to PicoLCD's 256x64 monochrome display via a 5386b2aac42SMasanari Iida framebuffer device. 5395435f281SBruno Prémont 5405435f281SBruno Prémontconfig HID_PICOLCD_BACKLIGHT 5416a108a14SDavid Rientjes bool "Backlight control" if EXPERT 5426a108a14SDavid Rientjes default !EXPERT 5435435f281SBruno Prémont depends on HID_PICOLCD 5445435f281SBruno Prémont depends on HID_PICOLCD=BACKLIGHT_CLASS_DEVICE || BACKLIGHT_CLASS_DEVICE=y 5455435f281SBruno Prémont ---help--- 5465435f281SBruno Prémont Provide access to PicoLCD's backlight control via backlight 5475435f281SBruno Prémont class. 5485435f281SBruno Prémont 5495435f281SBruno Prémontconfig HID_PICOLCD_LCD 5506a108a14SDavid Rientjes bool "Contrast control" if EXPERT 5516a108a14SDavid Rientjes default !EXPERT 5525435f281SBruno Prémont depends on HID_PICOLCD 5535435f281SBruno Prémont depends on HID_PICOLCD=LCD_CLASS_DEVICE || LCD_CLASS_DEVICE=y 5545435f281SBruno Prémont ---help--- 5555435f281SBruno Prémont Provide access to PicoLCD's LCD contrast via lcd class. 5565435f281SBruno Prémont 5575435f281SBruno Prémontconfig HID_PICOLCD_LEDS 5586a108a14SDavid Rientjes bool "GPO via leds class" if EXPERT 5596a108a14SDavid Rientjes default !EXPERT 5605435f281SBruno Prémont depends on HID_PICOLCD 5615435f281SBruno Prémont depends on HID_PICOLCD=LEDS_CLASS || LEDS_CLASS=y 5625435f281SBruno Prémont ---help--- 5635435f281SBruno Prémont Provide access to PicoLCD's GPO pins via leds class. 5645435f281SBruno Prémont 565fabdbf2fSBruno Prémontconfig HID_PICOLCD_CIR 566fabdbf2fSBruno Prémont bool "CIR via RC class" if EXPERT 567fabdbf2fSBruno Prémont default !EXPERT 568fabdbf2fSBruno Prémont depends on HID_PICOLCD 569fabdbf2fSBruno Prémont depends on HID_PICOLCD=RC_CORE || RC_CORE=y 570fabdbf2fSBruno Prémont ---help--- 571fabdbf2fSBruno Prémont Provide access to PicoLCD's CIR interface via remote control (LIRC). 572fabdbf2fSBruno Prémont 573f6a04605STerry Lambertconfig HID_PRIMAX 574dfe9a312SJiri Kosina tristate "Primax non-fully HID-compliant devices" 575f3757ceaSBenjamin Tissoires depends on HID 576f6a04605STerry Lambert ---help--- 577f6a04605STerry Lambert Support for Primax devices that are not fully compliant with the 578f6a04605STerry Lambert HID standard. 579f6a04605STerry Lambert 580206f5f2fSStefan Achatzconfig HID_ROCCAT 581bd393dbdSStefan Achatz tristate "Roccat device support" 582206f5f2fSStefan Achatz depends on USB_HID 583206f5f2fSStefan Achatz ---help--- 584bd393dbdSStefan Achatz Support for Roccat devices. 585bd393dbdSStefan Achatz Say Y here if you have a Roccat mouse or keyboard and want 586bd393dbdSStefan Achatz support for its special functionalities. 587cb7cf3daSStefan Achatz 5881e93674aSAndreas Hübnerconfig HID_SAITEK 5891e93674aSAndreas Hübner tristate "Saitek non-fully HID-compliant devices" 590f3757ceaSBenjamin Tissoires depends on HID 5911e93674aSAndreas Hübner ---help--- 5921e93674aSAndreas Hübner Support for Saitek devices that are not fully compliant with the 5931e93674aSAndreas Hübner HID standard. 5941e93674aSAndreas Hübner 5951e93674aSAndreas Hübner Currently only supports the PS1000 controller. 5961e93674aSAndreas Hübner 597980a3da6SJiri Slabyconfig HID_SAMSUNG 598a1043044SBorislav Petkov tristate "Samsung InfraRed remote control or keyboards" 599f3757ceaSBenjamin Tissoires depends on HID 600980a3da6SJiri Slaby ---help--- 601b355850bSDon Prince Support for Samsung InfraRed remote control or keyboards. 602980a3da6SJiri Slaby 603bd28ce00SJiri Slabyconfig HID_SONY 604f04d5140SColin Leitner tristate "Sony PS2/3 accessories" 605bd28ce00SJiri Slaby depends on USB_HID 60640e32ee6SJiri Kosina depends on NEW_LEDS 60740e32ee6SJiri Kosina depends on LEDS_CLASS 608bd28ce00SJiri Slaby ---help--- 609f04d5140SColin Leitner Support for 6105844c1cdSDavid Dillow 611f04d5140SColin Leitner * Sony PS3 6-axis controllers 612f04d5140SColin Leitner * Buzz controllers 613078328daSJiri Kosina * Sony PS3 Blue-ray Disk Remote Control (Bluetooth) 614078328daSJiri Kosina * Logitech Harmony adapter for Sony Playstation 3 (Bluetooth) 615bd28ce00SJiri Slaby 616*a08c22c0SSven Eckelmannconfig SONY_FF 617*a08c22c0SSven Eckelmann bool "Sony PS2/3 accessories force feedback support" 618*a08c22c0SSven Eckelmann depends on HID_SONY 619*a08c22c0SSven Eckelmann select INPUT_FF_MEMLESS 620*a08c22c0SSven Eckelmann ---help--- 621*a08c22c0SSven Eckelmann Say Y here if you have a Sony PS2/3 accessory and want to enable force 622*a08c22c0SSven Eckelmann feedback support for it. 623*a08c22c0SSven Eckelmann 62474bc6953SStefan Kriwanekconfig HID_SPEEDLINK 62574bc6953SStefan Kriwanek tristate "Speedlink VAD Cezanne mouse support" 626d8814272SBenjamin Tissoires depends on HID 62774bc6953SStefan Kriwanek ---help--- 62874bc6953SStefan Kriwanek Support for Speedlink Vicious and Divine Cezanne mouse. 62974bc6953SStefan Kriwanek 630090800c2SJiri Kosinaconfig HID_STEELSERIES 63175dbb953SSimon Wood tristate "Steelseries SRW-S1 steering wheel support" 632d8814272SBenjamin Tissoires depends on HID 63375dbb953SSimon Wood ---help--- 63475dbb953SSimon Wood Support for Steelseries SRW-S1 steering wheel 63575dbb953SSimon Wood 63690231e7eSJiri Slabyconfig HID_SUNPLUS 637a1043044SBorislav Petkov tristate "Sunplus wireless desktop" 638f3757ceaSBenjamin Tissoires depends on HID 63990231e7eSJiri Slaby ---help--- 640f0bd8e43SJiri Kosina Support for Sunplus wireless desktop. 64190231e7eSJiri Slaby 6420f6f4319SJiri Kosinaconfig HID_GREENASIA 643a1043044SBorislav Petkov tristate "GreenAsia (Product ID 0x12) game controller support" 644d8814272SBenjamin Tissoires depends on HID 6450f6f4319SJiri Kosina ---help--- 6460f6f4319SJiri Kosina Say Y here if you have a GreenAsia (Product ID 0x12) based game 6470f6f4319SJiri Kosina controller or adapter. 6480f6f4319SJiri Kosina 6490f6f4319SJiri Kosinaconfig GREENASIA_FF 6500f6f4319SJiri Kosina bool "GreenAsia (Product ID 0x12) force feedback support" 6510f6f4319SJiri Kosina depends on HID_GREENASIA 65242859e0bSLukasz Lubojanski select INPUT_FF_MEMLESS 65342859e0bSLukasz Lubojanski ---help--- 65442859e0bSLukasz Lubojanski Say Y here if you have a GreenAsia (Product ID 0x12) based game controller 655692105b8SMatt LaPlante (like MANTA Warrior MM816 and SpeedLink Strike2 SL-6635) or adapter 65642859e0bSLukasz Lubojanski and want to enable force feedback support for it. 65742859e0bSLukasz Lubojanski 6586cf851d8SJiri Kosinaconfig HID_HYPERV_MOUSE 6596cf851d8SJiri Kosina tristate "Microsoft Hyper-V mouse driver" 6606cf851d8SJiri Kosina depends on HYPERV 6616cf851d8SJiri Kosina ---help--- 6626cf851d8SJiri Kosina Select this option to enable the Hyper-V mouse driver. 6636cf851d8SJiri Kosina 664fac733f0SJussi Kivilinnaconfig HID_SMARTJOYPLUS 66573d5e8f7SJiri Kosina tristate "SmartJoy PLUS PS2/USB adapter support" 666d8814272SBenjamin Tissoires depends on HID 667fac733f0SJussi Kivilinna ---help--- 6681bcc2067SSean Young Support for SmartJoy PLUS PS2/USB adapter, Super Dual Box, 6691bcc2067SSean Young Super Joy Box 3 Pro, Super Dual Box Pro, and Super Joy Box 5 Pro. 6701bcc2067SSean Young 6711bcc2067SSean Young Note that DDR (Dance Dance Revolution) mode is not supported, nor 6721bcc2067SSean Young is pressure sensitive buttons on the pro models. 673fac733f0SJussi Kivilinna 674fac733f0SJussi Kivilinnaconfig SMARTJOYPLUS_FF 675fac733f0SJussi Kivilinna bool "SmartJoy PLUS PS2/USB adapter force feedback support" 676fac733f0SJussi Kivilinna depends on HID_SMARTJOYPLUS 677fac733f0SJussi Kivilinna select INPUT_FF_MEMLESS 678fac733f0SJussi Kivilinna ---help--- 679fac733f0SJussi Kivilinna Say Y here if you have a SmartJoy PLUS PS2/USB adapter and want to 680fac733f0SJussi Kivilinna enable force feedback support for it. 681fac733f0SJussi Kivilinna 6822701eaabSJiri Kosinaconfig HID_TIVO 68344ea35c1SJarod Wilson tristate "TiVo Slide Bluetooth remote control support" 684f3757ceaSBenjamin Tissoires depends on HID 68544ea35c1SJarod Wilson ---help--- 68644ea35c1SJarod Wilson Say Y if you have a TiVo Slide Bluetooth remote control. 68744ea35c1SJarod Wilson 688f14f526dSLev Babievconfig HID_TOPSEED 68954001081SKees Bakker tristate "TopSeed Cyberlink, BTC Emprex, Conceptronic remote control support" 690f3757ceaSBenjamin Tissoires depends on HID 691f14f526dSLev Babiev ---help--- 69254001081SKees Bakker Say Y if you have a TopSeed Cyberlink or BTC Emprex or Conceptronic 69354001081SKees Bakker CLLRCMCE remote control. 694f14f526dSLev Babiev 69530ba2fbdSVivien Didelotconfig HID_THINGM 69630ba2fbdSVivien Didelot tristate "ThingM blink(1) USB RGB LED" 697f3757ceaSBenjamin Tissoires depends on HID 69830ba2fbdSVivien Didelot depends on LEDS_CLASS 69930ba2fbdSVivien Didelot ---help--- 70030ba2fbdSVivien Didelot Support for the ThingM blink(1) USB RGB LED. This driver registers a 70130ba2fbdSVivien Didelot Linux LED class instance, plus additional sysfs attributes to control 70230ba2fbdSVivien Didelot RGB colors, fade time and playing. The device is exposed through hidraw 70330ba2fbdSVivien Didelot to access other functions. 70430ba2fbdSVivien Didelot 7050f6f4319SJiri Kosinaconfig HID_THRUSTMASTER 70673d5e8f7SJiri Kosina tristate "ThrustMaster devices support" 707d8814272SBenjamin Tissoires depends on HID 7080f6f4319SJiri Kosina ---help--- 70910e41a71SJiri Slaby Say Y here if you have a THRUSTMASTER FireStore Dual Power 2 or 7100f6f4319SJiri Kosina a THRUSTMASTER Ferrari GT Rumble Wheel. 7110f6f4319SJiri Kosina 7120f6f4319SJiri Kosinaconfig THRUSTMASTER_FF 7130f6f4319SJiri Kosina bool "ThrustMaster devices force feedback support" 7140f6f4319SJiri Kosina depends on HID_THRUSTMASTER 7150f6f4319SJiri Kosina select INPUT_FF_MEMLESS 7160f6f4319SJiri Kosina ---help--- 7177a84b133SRuben Aos Garralda Say Y here if you have a THRUSTMASTER FireStore Dual Power 2 or 3, 7187a84b133SRuben Aos Garralda a THRUSTMASTER Dual Trigger 3-in-1 or a THRUSTMASTER Ferrari GT 7197a84b133SRuben Aos Garralda Rumble Force or Force Feedback Wheel. 72010e41a71SJiri Slaby 721ca2dcd40SBastien Noceraconfig HID_WACOM 7222dbf209dSJiri Kosina tristate "Wacom Bluetooth devices support" 723f3757ceaSBenjamin Tissoires depends on HID 7244e52b538SDavid Rientjes depends on LEDS_CLASS 72559d2334aSPrzemo Firszt select POWER_SUPPLY 72659d2334aSPrzemo Firszt ---help--- 7277e551abbSPrzemo Firszt Support for Wacom Graphire Bluetooth and Intuos4 WL tablets. 72859d2334aSPrzemo Firszt 729fb51b443SDavid Herrmannconfig HID_WIIMOTE 73092eda7e4SDavid Herrmann tristate "Nintendo Wii / Wii U peripherals" 731f3757ceaSBenjamin Tissoires depends on HID 73223a5a4a3SDavid Herrmann depends on LEDS_CLASS 7336591d758SDavid Herrmann select POWER_SUPPLY 734ef6f4115SDavid Herrmann select INPUT_FF_MEMLESS 735fb51b443SDavid Herrmann ---help--- 73692eda7e4SDavid Herrmann Support for Nintendo Wii and Wii U Bluetooth peripherals. Supported 73792eda7e4SDavid Herrmann devices are the Wii Remote and its extension devices, but also devices 73892eda7e4SDavid Herrmann based on the Wii Remote like the Wii U Pro Controller or the 73992eda7e4SDavid Herrmann Wii Balance Board. 740fb51b443SDavid Herrmann 74192eda7e4SDavid Herrmann Support for all official Nintendo extensions is available, however, 3rd 74292eda7e4SDavid Herrmann party extensions might not be supported. Please report these devices to: 74392eda7e4SDavid Herrmann http://github.com/dvdhrm/xwiimote/issues 74492eda7e4SDavid Herrmann 74592eda7e4SDavid Herrmann Other Nintendo Wii U peripherals that are IEEE 802.11 based (including 74692eda7e4SDavid Herrmann the Wii U Gamepad) might be supported in the future. But currently 74792eda7e4SDavid Herrmann support is limited to Bluetooth based devices. 74892eda7e4SDavid Herrmann 74992eda7e4SDavid Herrmann If unsure, say N. 75092eda7e4SDavid Herrmann 75192eda7e4SDavid Herrmann To compile this driver as a module, choose M here: the 75292eda7e4SDavid Herrmann module will be called hid-wiimote. 753cb99221bSDavid Herrmann 754cb2c9e3fSOlivier Scherlerconfig HID_XINMO 755cb2c9e3fSOlivier Scherler tristate "Xin-Mo non-fully compliant devices" 756cb2c9e3fSOlivier Scherler depends on HID 757cb2c9e3fSOlivier Scherler ---help--- 758cb2c9e3fSOlivier Scherler Support for Xin-Mo devices that are not fully compliant with the HID 759cb2c9e3fSOlivier Scherler standard. Currently only supports the Xin-Mo Dual Arcade. Say Y here 760cb2c9e3fSOlivier Scherler if you have a Xin-Mo Dual Arcade controller. 761cb2c9e3fSOlivier Scherler 7620f6f4319SJiri Kosinaconfig HID_ZEROPLUS 76373d5e8f7SJiri Kosina tristate "Zeroplus based game controller support" 764d8814272SBenjamin Tissoires depends on HID 7650f6f4319SJiri Kosina ---help--- 766987fbc1fSJiri Slaby Say Y here if you have a Zeroplus based game controller. 767987fbc1fSJiri Slaby 7680f6f4319SJiri Kosinaconfig ZEROPLUS_FF 7690f6f4319SJiri Kosina bool "Zeroplus based game controller force feedback support" 7700f6f4319SJiri Kosina depends on HID_ZEROPLUS 7710f6f4319SJiri Kosina select INPUT_FF_MEMLESS 7720f6f4319SJiri Kosina ---help--- 7730f6f4319SJiri Kosina Say Y here if you have a Zeroplus based game controller and want 7740f6f4319SJiri Kosina to have force feedback support for it. 7750f6f4319SJiri Kosina 776a9885c8fSDon Princeconfig HID_ZYDACRON 77773d5e8f7SJiri Kosina tristate "Zydacron remote control support" 778f3757ceaSBenjamin Tissoires depends on HID 779a9885c8fSDon Prince ---help--- 780a9885c8fSDon Prince Support for Zydacron remote control. 781a9885c8fSDon Prince 782401ca24fSsrinivas pandruvadaconfig HID_SENSOR_HUB 783401ca24fSsrinivas pandruvada tristate "HID Sensors framework support" 7840244ad00SMartin Schwidefsky depends on HID 785401ca24fSsrinivas pandruvada select MFD_CORE 786401ca24fSsrinivas pandruvada default n 787fdc5663cSPaul Bolle ---help--- 788401ca24fSsrinivas pandruvada Support for HID Sensor framework. This creates a MFD instance 789401ca24fSsrinivas pandruvada for a sensor hub and identifies all the sensors connected to it. 790401ca24fSsrinivas pandruvada Each sensor is registered as a MFD cell, so that sensor specific 791401ca24fSsrinivas pandruvada processing can be done in a separate driver. Each sensor 792401ca24fSsrinivas pandruvada drivers can use the service provided by this driver to register 793401ca24fSsrinivas pandruvada for events and handle data streams. Each sensor driver can format 794401ca24fSsrinivas pandruvada data and present to user mode using input or IIO interface. 795401ca24fSsrinivas pandruvada 7965f22a799SJiri Slabyendmenu 7975f22a799SJiri Slaby 7981f41a6a9SHenrik Rydbergendif # HID 7991f41a6a9SHenrik Rydberg 8001f41a6a9SHenrik Rydbergsource "drivers/hid/usbhid/Kconfig" 8011f41a6a9SHenrik Rydberg 8024a200c3bSBenjamin Tissoiressource "drivers/hid/i2c-hid/Kconfig" 8034a200c3bSBenjamin Tissoires 8041f41a6a9SHenrik Rydbergendmenu 805