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" 30060c9982SDaniel Nicoletti depends on HID 31060c9982SDaniel Nicoletti select POWER_SUPPLY 322198edddSJosh Boyer default n 33692d30d6SJiri Kosina ---help--- 34692d30d6SJiri Kosina This option adds support of reporting battery strength (for HID devices 35692d30d6SJiri Kosina that support this feature) through power_supply class so that userspace 36692d30d6SJiri Kosina tools, such as upower, can display it. 374f5ca836SJeremy Fitzhardinge 3886166b7bSJiri Kosinaconfig HIDRAW 3986166b7bSJiri Kosina bool "/dev/hidraw raw HID device support" 4086166b7bSJiri Kosina depends on HID 4186166b7bSJiri Kosina ---help--- 4286166b7bSJiri Kosina Say Y here if you want to support HID devices (from the USB 4386166b7bSJiri Kosina specification standpoint) that aren't strictly user interface 4486166b7bSJiri Kosina devices, like monitor controls and Uninterruptable Power Supplies. 4586166b7bSJiri Kosina 4686166b7bSJiri Kosina This module supports these devices separately using a separate 4786166b7bSJiri Kosina event interface on /dev/hidraw. 4886166b7bSJiri Kosina 4986166b7bSJiri Kosina There is also a /dev/hiddev configuration option in the USB HID 5086166b7bSJiri Kosina configuration menu. In comparison to hiddev, this device does not process 5186166b7bSJiri Kosina the hid events at all (no parsing, no lookups). This lets applications 5286166b7bSJiri Kosina to work on raw hid events when they want to, and avoid using transport-specific 5386166b7bSJiri Kosina userspace libhid/libusb libraries. 5486166b7bSJiri Kosina 5586166b7bSJiri Kosina If unsure, say Y. 5686166b7bSJiri Kosina 571ccd7a2aSDavid Herrmannconfig UHID 581ccd7a2aSDavid Herrmann tristate "User-space I/O driver support for HID subsystem" 591ccd7a2aSDavid Herrmann depends on HID 601ccd7a2aSDavid Herrmann default n 611ccd7a2aSDavid Herrmann ---help--- 621ccd7a2aSDavid Herrmann Say Y here if you want to provide HID I/O Drivers from user-space. 631ccd7a2aSDavid Herrmann This allows to write I/O drivers in user-space and feed the data from 641ccd7a2aSDavid Herrmann the device into the kernel. The kernel parses the HID reports, loads the 651ccd7a2aSDavid Herrmann corresponding HID Device Driver or provides input devices on top of your 661ccd7a2aSDavid Herrmann user-space device. 671ccd7a2aSDavid Herrmann 681ccd7a2aSDavid Herrmann This driver cannot be used to parse HID-reports in user-space and write 691ccd7a2aSDavid Herrmann special HID-drivers. You should use hidraw for that. 701ccd7a2aSDavid Herrmann Instead, this driver allows to write the transport-layer driver in 711ccd7a2aSDavid Herrmann user-space like USB-HID and Bluetooth-HID do in kernel-space. 721ccd7a2aSDavid Herrmann 731ccd7a2aSDavid Herrmann If unsure, say N. 741ccd7a2aSDavid Herrmann 751ccd7a2aSDavid Herrmann To compile this driver as a module, choose M here: the 761ccd7a2aSDavid Herrmann module will be called uhid. 771ccd7a2aSDavid Herrmann 788215d557SHenrik Rydbergconfig HID_GENERIC 798215d557SHenrik Rydberg tristate "Generic HID driver" 808215d557SHenrik Rydberg depends on HID 811f41a6a9SHenrik Rydberg default HID 828215d557SHenrik Rydberg ---help--- 831f41a6a9SHenrik Rydberg Support for generic devices on the HID bus. This includes most 841f41a6a9SHenrik Rydberg keyboards and mice, joysticks, tablets and digitizers. 858215d557SHenrik Rydberg 868215d557SHenrik Rydberg To compile this driver as a module, choose M here: the module 878215d557SHenrik Rydberg will be called hid-generic. 888215d557SHenrik Rydberg 898215d557SHenrik Rydberg If unsure, say Y. 908215d557SHenrik Rydberg 911f41a6a9SHenrik Rydbergmenu "Special HID drivers" 921f41a6a9SHenrik Rydberg depends on HID 931f41a6a9SHenrik Rydberg 9414a21cd4SJiri Slabyconfig HID_A4TECH 957af05e73SJean Delvare tristate "A4 tech mice" 96f3757ceaSBenjamin Tissoires depends on HID 976a108a14SDavid Rientjes default !EXPERT 9814a21cd4SJiri Slaby ---help--- 9914a21cd4SJiri Slaby Support for A4 tech X5 and WOP-35 / Trust 450L mice. 10014a21cd4SJiri Slaby 1010ae43810SDmitry Torokhovconfig HID_ACRUX 1020ae43810SDmitry Torokhov tristate "ACRUX game controller support" 103d8814272SBenjamin Tissoires depends on HID 1040ae43810SDmitry Torokhov ---help--- 1050ae43810SDmitry Torokhov Say Y here if you want to enable support for ACRUX game controllers. 1060ae43810SDmitry Torokhov 1070ae43810SDmitry Torokhovconfig HID_ACRUX_FF 108364b936fSSergei Kolzun bool "ACRUX force feedback support" 1090ae43810SDmitry Torokhov depends on HID_ACRUX 110c0dbcc33SSergei Kolzun select INPUT_FF_MEMLESS 111c0dbcc33SSergei Kolzun ---help--- 112c0dbcc33SSergei Kolzun Say Y here if you want to enable force feedback support for ACRUX 113c0dbcc33SSergei Kolzun game controllers. 114c0dbcc33SSergei Kolzun 1158c19a515SJiri Slabyconfig HID_APPLE 1167af05e73SJean Delvare tristate "Apple {i,Power,Mac}Books" 117f3757ceaSBenjamin Tissoires depends on HID 1186a108a14SDavid Rientjes default !EXPERT 1198c19a515SJiri Slaby ---help--- 1208c19a515SJiri Slaby Support for some Apple devices which less or more break 1218c19a515SJiri Slaby HID specification. 1228c19a515SJiri Slaby 123f0bd8e43SJiri Kosina Say Y here if you want support for keyboards of Apple iBooks, PowerBooks, 124f0bd8e43SJiri Kosina MacBooks, MacBook Pros and Apple Aluminum. 1258c19a515SJiri Slaby 1269a4a5574SBenjamin Tissoiresconfig HID_APPLEIR 1279a4a5574SBenjamin Tissoires tristate "Apple infrared receiver" 1289a4a5574SBenjamin Tissoires depends on (USB_HID) 1299a4a5574SBenjamin Tissoires ---help--- 1309a4a5574SBenjamin Tissoires Support for Apple infrared remote control. All the Apple computers from 1319a4a5574SBenjamin Tissoires 2005 onwards include such a port, except the unibody Macbook (2009), 1329a4a5574SBenjamin Tissoires and Mac Pros. This receiver is also used in the Apple TV set-top box 1339a4a5574SBenjamin Tissoires prior to the 2010 model. 1349a4a5574SBenjamin Tissoires 1359a4a5574SBenjamin Tissoires Say Y here if you want support for Apple infrared remote control. 1369a4a5574SBenjamin Tissoires 137eeb01a57SYusuke Fujimakiconfig HID_ASUS 138eeb01a57SYusuke Fujimaki tristate "Asus" 139eeb01a57SYusuke Fujimaki depends on I2C_HID 140eeb01a57SYusuke Fujimaki ---help--- 141b94f7d5dSYusuke Fujimaki Support for Asus notebook built-in keyboard via i2c. 142b94f7d5dSYusuke Fujimaki 143b94f7d5dSYusuke Fujimaki Supported devices: 144b94f7d5dSYusuke Fujimaki - EeeBook X205TA 145b94f7d5dSYusuke Fujimaki - VivoBook E200HA 146eeb01a57SYusuke Fujimaki 147212da74dSJosenivaldo Benito Juniorconfig HID_AUREAL 148212da74dSJosenivaldo Benito Junior tristate "Aureal" 149f3757ceaSBenjamin Tissoires depends on HID 150212da74dSJosenivaldo Benito Junior ---help--- 151212da74dSJosenivaldo Benito Junior Support for Aureal Cy se W-01RN Remote Controller and other Aureal derived remotes. 152212da74dSJosenivaldo Benito Junior 153b5635b12SJiri Slabyconfig HID_BELKIN 1547af05e73SJean Delvare tristate "Belkin Flip KVM and Wireless keyboard" 155f3757ceaSBenjamin Tissoires depends on HID 1566a108a14SDavid Rientjes default !EXPERT 157b5635b12SJiri Slaby ---help--- 158b5635b12SJiri Slaby Support for Belkin Flip KVM and Wireless keyboard. 159b5635b12SJiri Slaby 160fc38a8a6SHuang Boconfig HID_BETOP_FF 161fc38a8a6SHuang Bo tristate "Betop Production Inc. force feedback support" 162fc38a8a6SHuang Bo depends on USB_HID 163fc38a8a6SHuang Bo select INPUT_FF_MEMLESS 164fc38a8a6SHuang Bo ---help--- 165fc38a8a6SHuang Bo Say Y here if you want to enable force feedback support for devices by 166fc38a8a6SHuang Bo BETOP Production Ltd. 167fc38a8a6SHuang Bo Currently the following devices are known to be supported: 168fc38a8a6SHuang Bo - BETOP 2185 PC & BFM MODE 169fc38a8a6SHuang Bo 1703b239cd7SJiri Slabyconfig HID_CHERRY 1717af05e73SJean Delvare tristate "Cherry Cymotion keyboard" 172f3757ceaSBenjamin Tissoires depends on HID 1736a108a14SDavid Rientjes default !EXPERT 1743b239cd7SJiri Slaby ---help--- 175f0bd8e43SJiri Kosina Support for Cherry Cymotion keyboard. 1763b239cd7SJiri Slaby 177fcfacfd3SJiri Slabyconfig HID_CHICONY 1787af05e73SJean Delvare tristate "Chicony Tactical pad" 179f3757ceaSBenjamin Tissoires depends on HID 1806a108a14SDavid Rientjes default !EXPERT 181fcfacfd3SJiri Slaby ---help--- 182fcfacfd3SJiri Slaby Support for Chicony Tactical pad. 183fcfacfd3SJiri Slaby 1846f78193eSClément Vuchenerconfig HID_CORSAIR 1856f78193eSClément Vuchener tristate "Corsair devices" 1866f78193eSClément Vuchener depends on HID && USB && LEDS_CLASS 1876f78193eSClément Vuchener ---help--- 1886f78193eSClément Vuchener Support for Corsair devices that are not fully compliant with the 1896f78193eSClément Vuchener HID standard. 1906f78193eSClément Vuchener 1916f78193eSClément Vuchener Supported devices: 1926f78193eSClément Vuchener - Vengeance K90 1936f78193eSClément Vuchener 1943a370ca1SDon Princeconfig HID_PRODIKEYS 19595736de9SJiri Kosina tristate "Prodikeys PC-MIDI Keyboard support" 196d8814272SBenjamin Tissoires depends on HID && SND 1973a370ca1SDon Prince select SND_RAWMIDI 1983a370ca1SDon Prince ---help--- 1993a370ca1SDon Prince Support for Prodikeys PC-MIDI Keyboard device support. 2003a370ca1SDon Prince Say Y here to enable support for this device. 2013a370ca1SDon Prince - Prodikeys PC-MIDI keyboard. 2023a370ca1SDon Prince The Prodikeys PC-MIDI acts as a USB Audio device, with one MIDI 2033a370ca1SDon Prince input and one MIDI output. These MIDI jacks appear as 2043a370ca1SDon Prince a sound "card" in the ALSA sound system. 2053a370ca1SDon Prince Note: if you say N here, this device will still function as a basic 2063a370ca1SDon Prince multimedia keyboard, but will lack support for the musical keyboard 2073a370ca1SDon Prince and some additional multimedia keys. 2083a370ca1SDon Prince 209ad8ddc57SBen Chenconfig HID_CMEDIA 210ad8ddc57SBen Chen tristate "CMedia CM6533 HID audio jack controls" 211ad8ddc57SBen Chen depends on HID 212ad8ddc57SBen Chen ---help--- 213ad8ddc57SBen Chen Support for CMedia CM6533 HID audio jack controls. 214ad8ddc57SBen Chen 215e932d817SDavid Barksdaleconfig HID_CP2112 216e932d817SDavid Barksdale tristate "Silicon Labs CP2112 HID USB-to-SMBus Bridge support" 217a47dc4d8SJiri Kosina depends on USB_HID && I2C && GPIOLIB 218e932d817SDavid Barksdale ---help--- 219e932d817SDavid Barksdale Support for Silicon Labs CP2112 HID USB to SMBus Master Bridge. 220e932d817SDavid Barksdale This is a HID device driver which registers as an i2c adapter 221e932d817SDavid Barksdale and gpiochip to expose these functions of the CP2112. The 222e932d817SDavid Barksdale customizable USB descriptor fields are exposed as sysfs attributes. 223e932d817SDavid Barksdale 2240f221320SJiri Slabyconfig HID_CYPRESS 2257af05e73SJean Delvare tristate "Cypress mouse and barcode readers" 226f3757ceaSBenjamin Tissoires depends on HID 2276a108a14SDavid Rientjes default !EXPERT 2280f221320SJiri Slaby ---help--- 229f0bd8e43SJiri Kosina Support for cypress mouse and barcode readers. 2300f221320SJiri Slaby 2310f6f4319SJiri Kosinaconfig HID_DRAGONRISE 232a1043044SBorislav Petkov tristate "DragonRise Inc. game controller" 233d8814272SBenjamin Tissoires depends on HID 2340f6f4319SJiri Kosina ---help--- 2350f6f4319SJiri Kosina Say Y here if you have DragonRise Inc. game controllers. 236b4a65f4eSNikolai Kondrashov These might be branded as: 237b4a65f4eSNikolai Kondrashov - Tesun USB-703 238b4a65f4eSNikolai Kondrashov - Media-tech MT1504 "Rogue" 239b4a65f4eSNikolai Kondrashov - DVTech JS19 "Gear" 240b4a65f4eSNikolai Kondrashov - Defender Game Master 2410f6f4319SJiri Kosina 2420f6f4319SJiri Kosinaconfig DRAGONRISE_FF 243a1043044SBorislav Petkov bool "DragonRise Inc. force feedback" 2440f6f4319SJiri Kosina depends on HID_DRAGONRISE 2453f866fbdSRichard Walmsley select INPUT_FF_MEMLESS 2463f866fbdSRichard Walmsley ---help--- 2473f866fbdSRichard Walmsley Say Y here if you want to enable force feedback support for DragonRise Inc. 2483f866fbdSRichard Walmsley game controllers. 2493f866fbdSRichard Walmsley 25004561c5aSIgnaz Forsterconfig HID_EMS_FF 25104561c5aSIgnaz Forster tristate "EMS Production Inc. force feedback support" 252d8814272SBenjamin Tissoires depends on HID 25304561c5aSIgnaz Forster select INPUT_FF_MEMLESS 25404561c5aSIgnaz Forster ---help--- 25504561c5aSIgnaz Forster Say Y here if you want to enable force feedback support for devices by 25604561c5aSIgnaz Forster EMS Production Ltd. 25704561c5aSIgnaz Forster Currently the following devices are known to be supported: 25804561c5aSIgnaz Forster - Trio Linker Plus II 25904561c5aSIgnaz Forster 26064b386eaSRichard Nauberconfig HID_ELECOM 261a1043044SBorislav Petkov tristate "ELECOM BM084 bluetooth mouse" 262f3757ceaSBenjamin Tissoires depends on HID 26364b386eaSRichard Nauber ---help--- 26464b386eaSRichard Nauber Support for the ELECOM BM084 (bluetooth mouse). 26564b386eaSRichard Nauber 266d23efc19SJiri Slabyconfig HID_ELO 267d23efc19SJiri Slaby tristate "ELO USB 4000/4500 touchscreen" 268d23efc19SJiri Slaby depends on USB_HID 269d23efc19SJiri Slaby ---help--- 270d23efc19SJiri Slaby Support for the ELO USB 4000/4500 touchscreens. Note that this is for 271d23efc19SJiri Slaby different devices than those handled by CONFIG_TOUCHSCREEN_USB_ELO. 272d23efc19SJiri Slaby 2731f243e30SJiri Slabyconfig HID_EZKEY 2747af05e73SJean Delvare tristate "Ezkey BTC 8193 keyboard" 275f3757ceaSBenjamin Tissoires depends on HID 2766a108a14SDavid Rientjes default !EXPERT 2771f243e30SJiri Slaby ---help--- 278f0bd8e43SJiri Kosina Support for Ezkey BTC 8193 keyboard. 2791f243e30SJiri Slaby 280931830aaSBenjamin Tissoiresconfig HID_GEMBIRD 281931830aaSBenjamin Tissoires tristate "Gembird Joypad" 282931830aaSBenjamin Tissoires depends on HID 283931830aaSBenjamin Tissoires ---help--- 284931830aaSBenjamin Tissoires Support for Gembird JPD-DualForce 2. 285931830aaSBenjamin Tissoires 28634fc1322SPetri Gyntherconfig HID_GFRM 28734fc1322SPetri Gynther tristate "Google Fiber TV Box remote control support" 28834fc1322SPetri Gynther depends on HID 28934fc1322SPetri Gynther ---help--- 29034fc1322SPetri Gynther Support for Google Fiber TV Box remote controls 29134fc1322SPetri Gynther 292d946e65eSAnssi Hannulaconfig HID_HOLTEK 293ff9bf5a2STom Harwood tristate "Holtek HID devices" 294d946e65eSAnssi Hannula depends on USB_HID 295d946e65eSAnssi Hannula ---help--- 296ff9bf5a2STom Harwood Support for Holtek based devices: 297ff9bf5a2STom Harwood - Holtek On Line Grip based game controller 298ff9bf5a2STom Harwood - Trust GXT 18 Gaming Keyboard 29941de326eSChristian Ohm - Sharkoon Drakonia / Perixx MX-2000 gaming mice 300d4f51890SChristian Ohm - Tracer Sniper TRM-503 / NOVA Gaming Slider X200 / 301d4f51890SChristian Ohm Zalman ZM-GM1 3027da7cbbbSAnders F. U. Kiær - SHARKOON DarkGlider Gaming mouse 303f1a4914bSAnders F. U. Kiær - LEETGION Hellion Gaming Mouse 304d946e65eSAnssi Hannula 305d946e65eSAnssi Hannulaconfig HOLTEK_FF 306d946e65eSAnssi Hannula bool "Holtek On Line Grip force feedback support" 307d946e65eSAnssi Hannula depends on HID_HOLTEK 308d946e65eSAnssi Hannula select INPUT_FF_MEMLESS 309d946e65eSAnssi Hannula ---help--- 310d946e65eSAnssi Hannula Say Y here if you have a Holtek On Line Grip based game controller 311d946e65eSAnssi Hannula and want to have force feedback support for it. 312d946e65eSAnssi Hannula 313f471d948SJanne Kanniainenconfig HID_GT683R 314f471d948SJanne Kanniainen tristate "MSI GT68xR LED support" 315f471d948SJanne Kanniainen depends on LEDS_CLASS && USB_HID 316f471d948SJanne Kanniainen ---help--- 317f471d948SJanne Kanniainen Say Y here if you want to enable support for the three MSI GT68xR LEDs 318f471d948SJanne Kanniainen 319f471d948SJanne Kanniainen This driver support following modes: 320f471d948SJanne Kanniainen - Normal: LEDs are fully on when enabled 321f471d948SJanne Kanniainen - Audio: LEDs brightness depends on sound level 322f471d948SJanne Kanniainen - Breathing: LEDs brightness varies at human breathing rate 323f471d948SJanne Kanniainen 324f471d948SJanne Kanniainen Currently the following devices are know to be supported: 325f471d948SJanne Kanniainen - MSI GT683R 326f471d948SJanne Kanniainen 327177900e8SJiri Kosinaconfig HID_KEYTOUCH 3283d366e28SStephen Boyd tristate "Keytouch HID devices" 329f3757ceaSBenjamin Tissoires depends on HID 330177900e8SJiri Kosina ---help--- 331177900e8SJiri Kosina Support for Keytouch HID devices not fully compliant with 332177900e8SJiri Kosina the specification. Currently supported: 333177900e8SJiri Kosina - Keytouch IEC 60945 334177900e8SJiri Kosina 33579422741SJiri Kosinaconfig HID_KYE 33622ca20b2SNikolai Kondrashov tristate "KYE/Genius devices" 337d8814272SBenjamin Tissoires depends on HID 33879422741SJiri Kosina ---help--- 33922ca20b2SNikolai Kondrashov Support for KYE/Genius devices not fully compliant with HID standard: 34022ca20b2SNikolai Kondrashov - Ergo Mouse 34122ca20b2SNikolai Kondrashov - EasyPen i405X tablet 34222ca20b2SNikolai Kondrashov - MousePen i608X tablet 34322ca20b2SNikolai Kondrashov - EasyPen M610X tablet 34479422741SJiri Kosina 345f8a489ccSNikolai Kondrashovconfig HID_UCLOGIC 346f36ee074SJiri Kosina tristate "UC-Logic" 347bbb2d8a8SBenjamin Tissoires depends on USB_HID 348f8a489ccSNikolai Kondrashov ---help--- 34908177f40SNikolai Kondrashov Support for UC-Logic and Huion tablets. 350f8a489ccSNikolai Kondrashov 35172a46344SNikolai Kondrashovconfig HID_WALTOP 35272a46344SNikolai Kondrashov tristate "Waltop" 353f3757ceaSBenjamin Tissoires depends on HID 35472a46344SNikolai Kondrashov ---help--- 35572a46344SNikolai Kondrashov Support for Waltop tablets. 35672a46344SNikolai Kondrashov 357949f8fefSJiri Slabyconfig HID_GYRATION 358a1043044SBorislav Petkov tristate "Gyration remote control" 359f3757ceaSBenjamin Tissoires depends on HID 360949f8fefSJiri Slaby ---help--- 361f0bd8e43SJiri Kosina Support for Gyration remote control. 362949f8fefSJiri Slaby 3634ddfe028SBastien Noceraconfig HID_ICADE 3644ddfe028SBastien Nocera tristate "ION iCade arcade controller" 365f3757ceaSBenjamin Tissoires depends on HID 3664ddfe028SBastien Nocera ---help--- 3674ddfe028SBastien Nocera Support for the ION iCade arcade controller to work as a joystick. 3684ddfe028SBastien Nocera 3694ddfe028SBastien Nocera To compile this driver as a module, choose M here: the 3704ddfe028SBastien Nocera module will be called hid-icade. 3714ddfe028SBastien Nocera 372711a680eSBruno Premontconfig HID_TWINHAN 373a1043044SBorislav Petkov tristate "Twinhan IR remote control" 374f3757ceaSBenjamin Tissoires depends on HID 375711a680eSBruno Premont ---help--- 376711a680eSBruno Premont Support for Twinhan IR remote control. 377711a680eSBruno Premont 378fdf93aa3SJiri Kosinaconfig HID_KENSINGTON 3797af05e73SJean Delvare tristate "Kensington Slimblade Trackball" 380f3757ceaSBenjamin Tissoires depends on HID 3816a108a14SDavid Rientjes default !EXPERT 382fdf93aa3SJiri Kosina ---help--- 383fdf93aa3SJiri Kosina Support for Kensington Slimblade Trackball. 384fdf93aa3SJiri Kosina 38575b07022SChris Schlundconfig HID_LCPOWER 38675b07022SChris Schlund tristate "LC-Power" 387f3757ceaSBenjamin Tissoires depends on HID 38875b07022SChris Schlund ---help--- 38975b07022SChris Schlund Support for LC-Power RC1000MCE RF remote control. 39075b07022SChris Schlund 3916c7ad07eSHeiner Kallweitconfig HID_LED 39226423b84SJiri Kosina tristate "Simple RGB LED support" 3936c7ad07eSHeiner Kallweit depends on HID 3946c7ad07eSHeiner Kallweit depends on LEDS_CLASS 3956c7ad07eSHeiner Kallweit ---help--- 396*007414e8SHeiner Kallweit Support for simple RGB LED devices. Currently supported are: 397*007414e8SHeiner Kallweit - Riso Kagaku Webmail Notifier 398*007414e8SHeiner Kallweit - Dream Cheeky Webmail Notifier and Friends Alert 399*007414e8SHeiner Kallweit - ThingM blink(1) 4006c7ad07eSHeiner Kallweit 4016c7ad07eSHeiner Kallweit To compile this driver as a module, choose M here: the 4026c7ad07eSHeiner Kallweit module will be called hid-led. 4036c7ad07eSHeiner Kallweit 40494723bfaSJamie Lentinconfig HID_LENOVO 40594723bfaSJamie Lentin tristate "Lenovo / Thinkpad devices" 4060c521836SBenjamin Tissoires depends on HID 40725976a79SBryan Wu select NEW_LEDS 408c1dcad2dSBernhard Seibold select LEDS_CLASS 409c1dcad2dSBernhard Seibold ---help--- 41094723bfaSJamie Lentin Support for Lenovo devices that are not fully compliant with HID standard. 411c1dcad2dSBernhard Seibold 41294723bfaSJamie Lentin Say Y if you want support for the non-compliant features of the Lenovo 41394723bfaSJamie Lentin Thinkpad standalone keyboards, e.g: 41494723bfaSJamie Lentin - ThinkPad USB Keyboard with TrackPoint (supports extra LEDs and trackpoint 41594723bfaSJamie Lentin configuration) 416f3d4ff0eSJamie Lentin - ThinkPad Compact Bluetooth Keyboard with TrackPoint (supports Fn keys) 417f3d4ff0eSJamie Lentin - ThinkPad Compact USB Keyboard with TrackPoint (supports Fn keys) 418c1dcad2dSBernhard Seibold 4195f22a799SJiri Slabyconfig HID_LOGITECH 4207af05e73SJean Delvare tristate "Logitech devices" 421f3757ceaSBenjamin Tissoires depends on HID 4226a108a14SDavid Rientjes default !EXPERT 4235f22a799SJiri Slaby ---help--- 424f0bd8e43SJiri Kosina Support for Logitech devices that are not fully compliant with HID standard. 4255f22a799SJiri Slaby 426534a7b8eSNestor Lopez Casadoconfig HID_LOGITECH_DJ 427534a7b8eSNestor Lopez Casado tristate "Logitech Unifying receivers full support" 428dcdc50e7SOlivier Gay depends on HIDRAW 429534a7b8eSNestor Lopez Casado depends on HID_LOGITECH 430ab94e562SBenjamin Tissoires select HID_LOGITECH_HIDPP 431534a7b8eSNestor Lopez Casado ---help--- 432534a7b8eSNestor Lopez Casado Say Y if you want support for Logitech Unifying receivers and devices. 433534a7b8eSNestor Lopez Casado Unifying receivers are capable of pairing up to 6 Logitech compliant 4340944e964SKonstantin Khlebnikov devices to the same receiver. Without this driver it will be handled by 435d82603c6SJorrit Schippers generic USB_HID driver and all incoming events will be multiplexed 4360944e964SKonstantin Khlebnikov into a single mouse and a single keyboard device. 437534a7b8eSNestor Lopez Casado 4382f31c525SBenjamin Tissoiresconfig HID_LOGITECH_HIDPP 4392f31c525SBenjamin Tissoires tristate "Logitech HID++ devices support" 4402f31c525SBenjamin Tissoires depends on HID_LOGITECH 4412f31c525SBenjamin Tissoires ---help--- 4422f31c525SBenjamin Tissoires Support for Logitech devices relyingon the HID++ Logitech specification 4432f31c525SBenjamin Tissoires 4442f31c525SBenjamin Tissoires Say Y if you want support for Logitech devices relying on the HID++ 4452f31c525SBenjamin Tissoires specification. Such devices are the various Logitech Touchpads (T650, 4462f31c525SBenjamin Tissoires T651, TK820), some mice (Zone Touch mouse), or even keyboards (Solar 44779bc33bdSGeert Uytterhoeven Keyboard). 4482f31c525SBenjamin Tissoires 449606bd0a8SJiri Slabyconfig LOGITECH_FF 4500f6f4319SJiri Kosina bool "Logitech force feedback support" 451606bd0a8SJiri Slaby depends on HID_LOGITECH 452606bd0a8SJiri Slaby select INPUT_FF_MEMLESS 453606bd0a8SJiri Slaby help 454606bd0a8SJiri Slaby Say Y here if you have one of these devices: 455606bd0a8SJiri Slaby - Logitech WingMan Cordless RumblePad 456606bd0a8SJiri Slaby - Logitech WingMan Cordless RumblePad 2 457606bd0a8SJiri Slaby - Logitech WingMan Force 3D 458606bd0a8SJiri Slaby - Logitech Formula Force EX 459fd30ea8cSJiri Kosina - Logitech WingMan Formula Force GP 460606bd0a8SJiri Slaby 461606bd0a8SJiri Slaby and if you want to enable force feedback for them. 462606bd0a8SJiri Slaby Note: if you say N here, this device will still be supported, but without 463606bd0a8SJiri Slaby force feedback. 464606bd0a8SJiri Slaby 465606bd0a8SJiri Slabyconfig LOGIRUMBLEPAD2_FF 466bd04363dSElias Vanderstuyft bool "Logitech force feedback support (variant 2)" 467606bd0a8SJiri Slaby depends on HID_LOGITECH 468606bd0a8SJiri Slaby select INPUT_FF_MEMLESS 469606bd0a8SJiri Slaby help 470bd04363dSElias Vanderstuyft Say Y here if you want to enable force feedback support for: 471bd04363dSElias Vanderstuyft - Logitech RumblePad 472bd04363dSElias Vanderstuyft - Logitech Rumblepad 2 473bd04363dSElias Vanderstuyft - Logitech Formula Vibration Feedback Wheel 474606bd0a8SJiri Slaby 47574f292caSGary Steinconfig LOGIG940_FF 47674f292caSGary Stein bool "Logitech Flight System G940 force feedback support" 47774f292caSGary Stein depends on HID_LOGITECH 47874f292caSGary Stein select INPUT_FF_MEMLESS 47974f292caSGary Stein help 48074f292caSGary Stein Say Y here if you want to enable force feedback support for Logitech 48174f292caSGary Stein Flight System G940 devices. 48274f292caSGary Stein 483a7ac90f1SMichal Malýconfig LOGIWHEELS_FF 484a7ac90f1SMichal Malý bool "Logitech wheels configuration and force feedback support" 48532c88cbcSSimon Wood depends on HID_LOGITECH 48632c88cbcSSimon Wood select INPUT_FF_MEMLESS 48770c2cabdSJiri Kosina default LOGITECH_FF 48832c88cbcSSimon Wood help 489a7ac90f1SMichal Malý Say Y here if you want to enable force feedback and range setting 490a7ac90f1SMichal Malý support for following Logitech wheels: 491a7ac90f1SMichal Malý - Logitech Driving Force 492a7ac90f1SMichal Malý - Logitech Driving Force Pro 493a7ac90f1SMichal Malý - Logitech Driving Force GT 494a7ac90f1SMichal Malý - Logitech G25 495a7ac90f1SMichal Malý - Logitech G27 496a7ac90f1SMichal Malý - Logitech MOMO/MOMO 2 497a7ac90f1SMichal Malý - Logitech Formula Force EX 49832c88cbcSSimon Wood 499128537ceSMichael Pooleconfig HID_MAGICMOUSE 500cdfee4ffSDavid King tristate "Apple Magic Mouse/Trackpad multi-touch support" 501f3757ceaSBenjamin Tissoires depends on HID 502128537ceSMichael Poole ---help--- 503cdfee4ffSDavid King Support for the Apple Magic Mouse/Trackpad multi-touch. 504128537ceSMichael Poole 505128537ceSMichael Poole Say Y here if you want support for the multi-touch features of the 506cdfee4ffSDavid King Apple Wireless "Magic" Mouse and the Apple Wireless "Magic" Trackpad. 507128537ceSMichael Poole 50878a849a6SJiri Slabyconfig HID_MICROSOFT 5097af05e73SJean Delvare tristate "Microsoft non-fully HID-compliant devices" 510f3757ceaSBenjamin Tissoires depends on HID 5116a108a14SDavid Rientjes default !EXPERT 51278a849a6SJiri Slaby ---help--- 513f0bd8e43SJiri Kosina Support for Microsoft devices that are not fully compliant with HID standard. 51478a849a6SJiri Slaby 5153b8006e5SJiri Slabyconfig HID_MONTEREY 5167af05e73SJean Delvare tristate "Monterey Genius KB29E keyboard" 517f3757ceaSBenjamin Tissoires depends on HID 5186a108a14SDavid Rientjes default !EXPERT 5193b8006e5SJiri Slaby ---help--- 5203b8006e5SJiri Slaby Support for Monterey Genius KB29E. 5213b8006e5SJiri Slaby 5225519cab4SBenjamin Tissoiresconfig HID_MULTITOUCH 5235519cab4SBenjamin Tissoires tristate "HID Multitouch panels" 524d8814272SBenjamin Tissoires depends on HID 5255519cab4SBenjamin Tissoires ---help--- 5265519cab4SBenjamin Tissoires Generic support for HID multitouch panels. 5275519cab4SBenjamin Tissoires 5285519cab4SBenjamin Tissoires Say Y here if you have one of the following devices: 529f786bba4SBenjamin Tissoires - 3M PCT touch screens 530e6aac342SBenjamin Tissoires - ActionStar dual touch panels 531b1057124SBenjamin Tissoires - Atmel panels 53222408283SBenjamin Tissoires - Cando dual touch panels 533942fd422SAustin Zhang - Chunghwa panels 534070f63b4SYang Bo - CJTouch panels 53579603dc9SBenjamin Tissoires - CVTouch panels 5362d93666eSBenjamin Tissoires - Cypress TrueTouch panels 537e02aea91SJan Matějka - Elan Microelectronics touch panels 538c04abeefSBenjamin Tissoires - Elo TouchSystems IntelliTouch Plus panels 53922408283SBenjamin Tissoires - GeneralTouch 'Sensing Win7-TwoFinger' panels 540ee0fbd14SBenjamin Tissoires - GoodTouch panels 5412d93666eSBenjamin Tissoires - Hanvon dual touch panels 54222408283SBenjamin Tissoires - Ilitek dual touch panels 5434dfcced8SBenjamin Tissoires - IrTouch Infrared USB panels 544c50bb1a4SJeff Brown - LG Display panels (Dell ST2220Tc) 545df167c4aSBenjamin Tissoires - Lumio CrystalTouch panels 5464a6ee685SBenjamin Tissoires - MosArt dual-touch panels 5472258e863SDenis Kovalev - Panasonic multitouch panels 5486ab3a9a6SJohn Sung - PenMount dual touch panels 549847672cdSBenjamin Tissoires - Perixx Peripad 701 touchpad 550b7ea95ffSAaron Tian - PixArt optical touch screen 5512d93666eSBenjamin Tissoires - Pixcir dual touch panels 5525e7ea11fSBenjamin Tissoires - Quanta panels 55322408283SBenjamin Tissoires - eGalax dual-touch panels, including the Joojoo and Wetab tablets 554a6802e00SForest Bond - SiS multitouch panels 555043b403aSBenjamin Tissoires - Stantum multitouch panels 5565e74e56dSBenjamin Tissoires - Touch International Panels 557617b64f9SBenjamin Tissoires - Unitec Panels 558bf9d121eSKaiChung Cheng - Wistron optical touch panels 559bc8a2a9bSice chien - XAT optical touch panels 56011576c61SMasatoshi Hoshikawa - Xiroku optical touch panels 561e9a09aedSBenjamin Tissoires - Zytronic touch panels 5625519cab4SBenjamin Tissoires 5632d93666eSBenjamin Tissoires If unsure, say N. 5642d93666eSBenjamin Tissoires 5652d93666eSBenjamin Tissoires To compile this driver as a module, choose M here: the 5662d93666eSBenjamin Tissoires module will be called hid-multitouch. 5672d93666eSBenjamin Tissoires 56894011f93SRafi Rubinconfig HID_NTRIG 569a1043044SBorislav Petkov tristate "N-Trig touch screen" 57094011f93SRafi Rubin depends on USB_HID 57194011f93SRafi Rubin ---help--- 57294011f93SRafi Rubin Support for N-Trig touch screen. 57394011f93SRafi Rubin 574cd9ec30dSJohnathon Harrisconfig HID_ORTEK 575d586dca0SJiri Kosina tristate "Ortek PKB-1700/WKB-2000/Skycable wireless keyboard and mouse trackpad" 576f3757ceaSBenjamin Tissoires depends on HID 577cd9ec30dSJohnathon Harris ---help--- 578d586dca0SJiri Kosina There are certain devices which have LogicalMaximum wrong in the keyboard 579d586dca0SJiri Kosina usage page of their report descriptor. The most prevailing ones so far 580d586dca0SJiri Kosina are manufactured by Ortek, thus the name of the driver. Currently 581d586dca0SJiri Kosina supported devices by this driver are 582d586dca0SJiri Kosina 583d586dca0SJiri Kosina - Ortek PKB-1700 584d586dca0SJiri Kosina - Ortek WKB-2000 585d586dca0SJiri Kosina - Skycable wireless presenter 586cd9ec30dSJohnathon Harris 5875f022298SJiri Slabyconfig HID_PANTHERLORD 588a1043044SBorislav Petkov tristate "Pantherlord/GreenAsia game controller" 589d8814272SBenjamin Tissoires depends on HID 5900f6f4319SJiri Kosina ---help--- 5910f6f4319SJiri Kosina Say Y here if you have a PantherLord/GreenAsia based game controller 5920f6f4319SJiri Kosina or adapter. 5930f6f4319SJiri Kosina 5945f022298SJiri Slabyconfig PANTHERLORD_FF 5955f022298SJiri Slaby bool "Pantherlord force feedback support" 5965f022298SJiri Slaby depends on HID_PANTHERLORD 5975f022298SJiri Slaby select INPUT_FF_MEMLESS 5980f6f4319SJiri Kosina ---help--- 5995f022298SJiri Slaby Say Y here if you have a PantherLord/GreenAsia based game controller 6005f022298SJiri Slaby or adapter and want to enable force feedback support for it. 6015f022298SJiri Slaby 602ffe51d0dSChristian Gmeinerconfig HID_PENMOUNT 603ffe51d0dSChristian Gmeiner tristate "Penmount touch device" 604ffe51d0dSChristian Gmeiner depends on USB_HID 605ffe51d0dSChristian Gmeiner ---help--- 606ffe51d0dSChristian Gmeiner This selects a driver for the PenMount 6000 touch controller. 607ffe51d0dSChristian Gmeiner 608ffe51d0dSChristian Gmeiner The driver works around a problem in the report descript allowing 609ffe51d0dSChristian Gmeiner the userspace to touch events instead of mouse events. 610ffe51d0dSChristian Gmeiner 611ffe51d0dSChristian Gmeiner Say Y here if you have a Penmount based touch controller. 612ffe51d0dSChristian Gmeiner 6131e762532SJiri Slabyconfig HID_PETALYNX 614a1043044SBorislav Petkov tristate "Petalynx Maxter remote control" 615f3757ceaSBenjamin Tissoires depends on HID 6161e762532SJiri Slaby ---help--- 617f0bd8e43SJiri Kosina Support for Petalynx Maxter remote control. 6181e762532SJiri Slaby 619236db47cSBruno Prémontconfig HID_PICOLCD 620236db47cSBruno Prémont tristate "PicoLCD (graphic version)" 621b7966a4dSBenjamin Tissoires depends on HID 622236db47cSBruno Prémont ---help--- 623236db47cSBruno Prémont This provides support for Minibox PicoLCD devices, currently 624236db47cSBruno Prémont only the graphical ones are supported. 625236db47cSBruno Prémont 626236db47cSBruno Prémont This includes support for the following device features: 627236db47cSBruno Prémont - Keypad 628236db47cSBruno Prémont - Switching between Firmware and Flash mode 6299bbf2b98SBruno Prémont - EEProm / Flash access (via debugfs) 6305435f281SBruno Prémont Features selectively enabled: 6315435f281SBruno Prémont - Framebuffer for monochrome 256x64 display 6325435f281SBruno Prémont - Backlight control 6335435f281SBruno Prémont - Contrast control 6345435f281SBruno Prémont - General purpose outputs 635b8c21cf6SBruno Prémont Features that are not (yet) supported: 636236db47cSBruno Prémont - IR 637236db47cSBruno Prémont 6385435f281SBruno Prémontconfig HID_PICOLCD_FB 6396a108a14SDavid Rientjes bool "Framebuffer support" if EXPERT 6406a108a14SDavid Rientjes default !EXPERT 6415435f281SBruno Prémont depends on HID_PICOLCD 6425435f281SBruno Prémont depends on HID_PICOLCD=FB || FB=y 6435435f281SBruno Prémont select FB_DEFERRED_IO 6445435f281SBruno Prémont select FB_SYS_FILLRECT 6455435f281SBruno Prémont select FB_SYS_COPYAREA 6465435f281SBruno Prémont select FB_SYS_IMAGEBLIT 6475435f281SBruno Prémont select FB_SYS_FOPS 6485435f281SBruno Prémont ---help--- 6495435f281SBruno Prémont Provide access to PicoLCD's 256x64 monochrome display via a 6506b2aac42SMasanari Iida framebuffer device. 6515435f281SBruno Prémont 6525435f281SBruno Prémontconfig HID_PICOLCD_BACKLIGHT 6536a108a14SDavid Rientjes bool "Backlight control" if EXPERT 6546a108a14SDavid Rientjes default !EXPERT 6555435f281SBruno Prémont depends on HID_PICOLCD 6565435f281SBruno Prémont depends on HID_PICOLCD=BACKLIGHT_CLASS_DEVICE || BACKLIGHT_CLASS_DEVICE=y 6575435f281SBruno Prémont ---help--- 6585435f281SBruno Prémont Provide access to PicoLCD's backlight control via backlight 6595435f281SBruno Prémont class. 6605435f281SBruno Prémont 6615435f281SBruno Prémontconfig HID_PICOLCD_LCD 6626a108a14SDavid Rientjes bool "Contrast control" if EXPERT 6636a108a14SDavid Rientjes default !EXPERT 6645435f281SBruno Prémont depends on HID_PICOLCD 6655435f281SBruno Prémont depends on HID_PICOLCD=LCD_CLASS_DEVICE || LCD_CLASS_DEVICE=y 6665435f281SBruno Prémont ---help--- 6675435f281SBruno Prémont Provide access to PicoLCD's LCD contrast via lcd class. 6685435f281SBruno Prémont 6695435f281SBruno Prémontconfig HID_PICOLCD_LEDS 6706a108a14SDavid Rientjes bool "GPO via leds class" if EXPERT 6716a108a14SDavid Rientjes default !EXPERT 6725435f281SBruno Prémont depends on HID_PICOLCD 6735435f281SBruno Prémont depends on HID_PICOLCD=LEDS_CLASS || LEDS_CLASS=y 6745435f281SBruno Prémont ---help--- 6755435f281SBruno Prémont Provide access to PicoLCD's GPO pins via leds class. 6765435f281SBruno Prémont 677fabdbf2fSBruno Prémontconfig HID_PICOLCD_CIR 678fabdbf2fSBruno Prémont bool "CIR via RC class" if EXPERT 679fabdbf2fSBruno Prémont default !EXPERT 680fabdbf2fSBruno Prémont depends on HID_PICOLCD 681fabdbf2fSBruno Prémont depends on HID_PICOLCD=RC_CORE || RC_CORE=y 682fabdbf2fSBruno Prémont ---help--- 683fabdbf2fSBruno Prémont Provide access to PicoLCD's CIR interface via remote control (LIRC). 684fabdbf2fSBruno Prémont 6851a3f83f6SJD Coleconfig HID_PLANTRONICS 6861a3f83f6SJD Cole tristate "Plantronics USB HID Driver" 6871a3f83f6SJD Cole depends on HID 6881a3f83f6SJD Cole ---help--- 68981bb773fSTerry Junge Provides HID support for Plantronics USB audio devices. 69081bb773fSTerry Junge Correctly maps vendor unique volume up/down HID usages to 69181bb773fSTerry Junge KEY_VOLUMEUP and KEY_VOLUMEDOWN events and prevents core mapping 69281bb773fSTerry Junge of other vendor unique HID usages to random mouse events. 69381bb773fSTerry Junge 69481bb773fSTerry Junge Say M here if you may ever plug in a Plantronics USB audio device. 6951a3f83f6SJD Cole 696f6a04605STerry Lambertconfig HID_PRIMAX 697dfe9a312SJiri Kosina tristate "Primax non-fully HID-compliant devices" 698f3757ceaSBenjamin Tissoires depends on HID 699f6a04605STerry Lambert ---help--- 700f6a04605STerry Lambert Support for Primax devices that are not fully compliant with the 701f6a04605STerry Lambert HID standard. 702f6a04605STerry Lambert 703206f5f2fSStefan Achatzconfig HID_ROCCAT 704bd393dbdSStefan Achatz tristate "Roccat device support" 705206f5f2fSStefan Achatz depends on USB_HID 706206f5f2fSStefan Achatz ---help--- 707bd393dbdSStefan Achatz Support for Roccat devices. 708bd393dbdSStefan Achatz Say Y here if you have a Roccat mouse or keyboard and want 709bd393dbdSStefan Achatz support for its special functionalities. 710cb7cf3daSStefan Achatz 7111e93674aSAndreas Hübnerconfig HID_SAITEK 7127bb9d643SVille Aakko tristate "Saitek (Mad Catz) non-fully HID-compliant devices" 713f3757ceaSBenjamin Tissoires depends on HID 7141e93674aSAndreas Hübner ---help--- 7151e93674aSAndreas Hübner Support for Saitek devices that are not fully compliant with the 7161e93674aSAndreas Hübner HID standard. 7171e93674aSAndreas Hübner 71837c492c8SHarald Brinkmann Supported devices: 71937c492c8SHarald Brinkmann - PS1000 Dual Analog Pad 7208ffd341cSHarald Brinkmann - Saitek R.A.T.7, R.A.T.9, M.M.O.7 Gaming Mice 7218ffd341cSHarald Brinkmann - Mad Catz R.A.T.5, R.A.T.9 Gaming Mice 7221e93674aSAndreas Hübner 723980a3da6SJiri Slabyconfig HID_SAMSUNG 724a1043044SBorislav Petkov tristate "Samsung InfraRed remote control or keyboards" 725f3757ceaSBenjamin Tissoires depends on HID 726980a3da6SJiri Slaby ---help--- 727b355850bSDon Prince Support for Samsung InfraRed remote control or keyboards. 728980a3da6SJiri Slaby 729bd28ce00SJiri Slabyconfig HID_SONY 730e4321c5cSFrank Praznik tristate "Sony PS2/3/4 accessories" 731bd28ce00SJiri Slaby depends on USB_HID 73240e32ee6SJiri Kosina depends on NEW_LEDS 73340e32ee6SJiri Kosina depends on LEDS_CLASS 734695baaa7SJiri Kosina select POWER_SUPPLY 735bd28ce00SJiri Slaby ---help--- 736f04d5140SColin Leitner Support for 7375844c1cdSDavid Dillow 738f04d5140SColin Leitner * Sony PS3 6-axis controllers 739e4321c5cSFrank Praznik * Sony PS4 DualShock 4 controllers 740f04d5140SColin Leitner * Buzz controllers 741078328daSJiri Kosina * Sony PS3 Blue-ray Disk Remote Control (Bluetooth) 742078328daSJiri Kosina * Logitech Harmony adapter for Sony Playstation 3 (Bluetooth) 743bd28ce00SJiri Slaby 744a08c22c0SSven Eckelmannconfig SONY_FF 745e4321c5cSFrank Praznik bool "Sony PS2/3/4 accessories force feedback support" 746a08c22c0SSven Eckelmann depends on HID_SONY 747a08c22c0SSven Eckelmann select INPUT_FF_MEMLESS 748a08c22c0SSven Eckelmann ---help--- 749e4321c5cSFrank Praznik Say Y here if you have a Sony PS2/3/4 accessory and want to enable 750e4321c5cSFrank Praznik force feedback support for it. 751a08c22c0SSven Eckelmann 75274bc6953SStefan Kriwanekconfig HID_SPEEDLINK 75374bc6953SStefan Kriwanek tristate "Speedlink VAD Cezanne mouse support" 754d8814272SBenjamin Tissoires depends on HID 75574bc6953SStefan Kriwanek ---help--- 75674bc6953SStefan Kriwanek Support for Speedlink Vicious and Divine Cezanne mouse. 75774bc6953SStefan Kriwanek 758090800c2SJiri Kosinaconfig HID_STEELSERIES 75975dbb953SSimon Wood tristate "Steelseries SRW-S1 steering wheel support" 760d8814272SBenjamin Tissoires depends on HID 76175dbb953SSimon Wood ---help--- 76275dbb953SSimon Wood Support for Steelseries SRW-S1 steering wheel 76375dbb953SSimon Wood 76490231e7eSJiri Slabyconfig HID_SUNPLUS 765a1043044SBorislav Petkov tristate "Sunplus wireless desktop" 766f3757ceaSBenjamin Tissoires depends on HID 76790231e7eSJiri Slaby ---help--- 768f0bd8e43SJiri Kosina Support for Sunplus wireless desktop. 76990231e7eSJiri Slaby 7709fb6bf02SBenjamin Tissoiresconfig HID_RMI 7719fb6bf02SBenjamin Tissoires tristate "Synaptics RMI4 device support" 7729fb6bf02SBenjamin Tissoires depends on HID 7739fb6bf02SBenjamin Tissoires ---help--- 7749fb6bf02SBenjamin Tissoires Support for Synaptics RMI4 touchpads. 7759fb6bf02SBenjamin Tissoires Say Y here if you have a Synaptics RMI4 touchpads over i2c-hid or usbhid 7769fb6bf02SBenjamin Tissoires and want support for its special functionalities. 7779fb6bf02SBenjamin Tissoires 7780f6f4319SJiri Kosinaconfig HID_GREENASIA 779a1043044SBorislav Petkov tristate "GreenAsia (Product ID 0x12) game controller support" 780d8814272SBenjamin Tissoires depends on HID 7810f6f4319SJiri Kosina ---help--- 7820f6f4319SJiri Kosina Say Y here if you have a GreenAsia (Product ID 0x12) based game 7830f6f4319SJiri Kosina controller or adapter. 7840f6f4319SJiri Kosina 7850f6f4319SJiri Kosinaconfig GREENASIA_FF 7860f6f4319SJiri Kosina bool "GreenAsia (Product ID 0x12) force feedback support" 7870f6f4319SJiri Kosina depends on HID_GREENASIA 78842859e0bSLukasz Lubojanski select INPUT_FF_MEMLESS 78942859e0bSLukasz Lubojanski ---help--- 79042859e0bSLukasz Lubojanski Say Y here if you have a GreenAsia (Product ID 0x12) based game controller 791692105b8SMatt LaPlante (like MANTA Warrior MM816 and SpeedLink Strike2 SL-6635) or adapter 79242859e0bSLukasz Lubojanski and want to enable force feedback support for it. 79342859e0bSLukasz Lubojanski 7946cf851d8SJiri Kosinaconfig HID_HYPERV_MOUSE 7956cf851d8SJiri Kosina tristate "Microsoft Hyper-V mouse driver" 7966cf851d8SJiri Kosina depends on HYPERV 7976cf851d8SJiri Kosina ---help--- 7986cf851d8SJiri Kosina Select this option to enable the Hyper-V mouse driver. 7996cf851d8SJiri Kosina 800fac733f0SJussi Kivilinnaconfig HID_SMARTJOYPLUS 80173d5e8f7SJiri Kosina tristate "SmartJoy PLUS PS2/USB adapter support" 802d8814272SBenjamin Tissoires depends on HID 803fac733f0SJussi Kivilinna ---help--- 8041bcc2067SSean Young Support for SmartJoy PLUS PS2/USB adapter, Super Dual Box, 8051bcc2067SSean Young Super Joy Box 3 Pro, Super Dual Box Pro, and Super Joy Box 5 Pro. 8061bcc2067SSean Young 8071bcc2067SSean Young Note that DDR (Dance Dance Revolution) mode is not supported, nor 8081bcc2067SSean Young is pressure sensitive buttons on the pro models. 809fac733f0SJussi Kivilinna 810fac733f0SJussi Kivilinnaconfig SMARTJOYPLUS_FF 811fac733f0SJussi Kivilinna bool "SmartJoy PLUS PS2/USB adapter force feedback support" 812fac733f0SJussi Kivilinna depends on HID_SMARTJOYPLUS 813fac733f0SJussi Kivilinna select INPUT_FF_MEMLESS 814fac733f0SJussi Kivilinna ---help--- 815fac733f0SJussi Kivilinna Say Y here if you have a SmartJoy PLUS PS2/USB adapter and want to 816fac733f0SJussi Kivilinna enable force feedback support for it. 817fac733f0SJussi Kivilinna 8182701eaabSJiri Kosinaconfig HID_TIVO 81944ea35c1SJarod Wilson tristate "TiVo Slide Bluetooth remote control support" 820f3757ceaSBenjamin Tissoires depends on HID 82144ea35c1SJarod Wilson ---help--- 82244ea35c1SJarod Wilson Say Y if you have a TiVo Slide Bluetooth remote control. 82344ea35c1SJarod Wilson 824f14f526dSLev Babievconfig HID_TOPSEED 82554001081SKees Bakker tristate "TopSeed Cyberlink, BTC Emprex, Conceptronic remote control support" 826f3757ceaSBenjamin Tissoires depends on HID 827f14f526dSLev Babiev ---help--- 82854001081SKees Bakker Say Y if you have a TopSeed Cyberlink or BTC Emprex or Conceptronic 82954001081SKees Bakker CLLRCMCE remote control. 830f14f526dSLev Babiev 83130ba2fbdSVivien Didelotconfig HID_THINGM 83230ba2fbdSVivien Didelot tristate "ThingM blink(1) USB RGB LED" 833f3757ceaSBenjamin Tissoires depends on HID 83430ba2fbdSVivien Didelot depends on LEDS_CLASS 83530ba2fbdSVivien Didelot ---help--- 83630ba2fbdSVivien Didelot Support for the ThingM blink(1) USB RGB LED. This driver registers a 83730ba2fbdSVivien Didelot Linux LED class instance, plus additional sysfs attributes to control 83830ba2fbdSVivien Didelot RGB colors, fade time and playing. The device is exposed through hidraw 83930ba2fbdSVivien Didelot to access other functions. 84030ba2fbdSVivien Didelot 8410f6f4319SJiri Kosinaconfig HID_THRUSTMASTER 84273d5e8f7SJiri Kosina tristate "ThrustMaster devices support" 843d8814272SBenjamin Tissoires depends on HID 8440f6f4319SJiri Kosina ---help--- 84510e41a71SJiri Slaby Say Y here if you have a THRUSTMASTER FireStore Dual Power 2 or 8460f6f4319SJiri Kosina a THRUSTMASTER Ferrari GT Rumble Wheel. 8470f6f4319SJiri Kosina 8480f6f4319SJiri Kosinaconfig THRUSTMASTER_FF 8490f6f4319SJiri Kosina bool "ThrustMaster devices force feedback support" 8500f6f4319SJiri Kosina depends on HID_THRUSTMASTER 8510f6f4319SJiri Kosina select INPUT_FF_MEMLESS 8520f6f4319SJiri Kosina ---help--- 8537a84b133SRuben Aos Garralda Say Y here if you have a THRUSTMASTER FireStore Dual Power 2 or 3, 8547a84b133SRuben Aos Garralda a THRUSTMASTER Dual Trigger 3-in-1 or a THRUSTMASTER Ferrari GT 8557a84b133SRuben Aos Garralda Rumble Force or Force Feedback Wheel. 85610e41a71SJiri Slaby 857ca2dcd40SBastien Noceraconfig HID_WACOM 858471d1714SBenjamin Tissoires tristate "Wacom Intuos/Graphire tablet support (USB)" 859f3757ceaSBenjamin Tissoires depends on HID 86059d2334aSPrzemo Firszt select POWER_SUPPLY 861471d1714SBenjamin Tissoires select NEW_LEDS 862471d1714SBenjamin Tissoires select LEDS_CLASS 863471d1714SBenjamin Tissoires help 8647403a6a4SBenjamin Tissoires Say Y here if you want to use the USB or BT version of the Wacom Intuos 865471d1714SBenjamin Tissoires or Graphire tablet. 866471d1714SBenjamin Tissoires 867471d1714SBenjamin Tissoires To compile this driver as a module, choose M here: the 868471d1714SBenjamin Tissoires module will be called wacom. 86959d2334aSPrzemo Firszt 870fb51b443SDavid Herrmannconfig HID_WIIMOTE 87192eda7e4SDavid Herrmann tristate "Nintendo Wii / Wii U peripherals" 872f3757ceaSBenjamin Tissoires depends on HID 87323a5a4a3SDavid Herrmann depends on LEDS_CLASS 8746591d758SDavid Herrmann select POWER_SUPPLY 875ef6f4115SDavid Herrmann select INPUT_FF_MEMLESS 876fb51b443SDavid Herrmann ---help--- 87792eda7e4SDavid Herrmann Support for Nintendo Wii and Wii U Bluetooth peripherals. Supported 87892eda7e4SDavid Herrmann devices are the Wii Remote and its extension devices, but also devices 87992eda7e4SDavid Herrmann based on the Wii Remote like the Wii U Pro Controller or the 88092eda7e4SDavid Herrmann Wii Balance Board. 881fb51b443SDavid Herrmann 88292eda7e4SDavid Herrmann Support for all official Nintendo extensions is available, however, 3rd 88392eda7e4SDavid Herrmann party extensions might not be supported. Please report these devices to: 88492eda7e4SDavid Herrmann http://github.com/dvdhrm/xwiimote/issues 88592eda7e4SDavid Herrmann 88692eda7e4SDavid Herrmann Other Nintendo Wii U peripherals that are IEEE 802.11 based (including 88792eda7e4SDavid Herrmann the Wii U Gamepad) might be supported in the future. But currently 88892eda7e4SDavid Herrmann support is limited to Bluetooth based devices. 88992eda7e4SDavid Herrmann 89092eda7e4SDavid Herrmann If unsure, say N. 89192eda7e4SDavid Herrmann 89292eda7e4SDavid Herrmann To compile this driver as a module, choose M here: the 89392eda7e4SDavid Herrmann module will be called hid-wiimote. 894cb99221bSDavid Herrmann 895cb2c9e3fSOlivier Scherlerconfig HID_XINMO 896cb2c9e3fSOlivier Scherler tristate "Xin-Mo non-fully compliant devices" 897cb2c9e3fSOlivier Scherler depends on HID 898cb2c9e3fSOlivier Scherler ---help--- 899cb2c9e3fSOlivier Scherler Support for Xin-Mo devices that are not fully compliant with the HID 900e2c76a8bSBrian Norris standard. Currently only supports the Xin-Mo Dual Arcade. Say Y here 901cb2c9e3fSOlivier Scherler if you have a Xin-Mo Dual Arcade controller. 902cb2c9e3fSOlivier Scherler 9030f6f4319SJiri Kosinaconfig HID_ZEROPLUS 90473d5e8f7SJiri Kosina tristate "Zeroplus based game controller support" 905d8814272SBenjamin Tissoires depends on HID 9060f6f4319SJiri Kosina ---help--- 907987fbc1fSJiri Slaby Say Y here if you have a Zeroplus based game controller. 908987fbc1fSJiri Slaby 9090f6f4319SJiri Kosinaconfig ZEROPLUS_FF 9100f6f4319SJiri Kosina bool "Zeroplus based game controller force feedback support" 9110f6f4319SJiri Kosina depends on HID_ZEROPLUS 9120f6f4319SJiri Kosina select INPUT_FF_MEMLESS 9130f6f4319SJiri Kosina ---help--- 9140f6f4319SJiri Kosina Say Y here if you have a Zeroplus based game controller and want 9150f6f4319SJiri Kosina to have force feedback support for it. 9160f6f4319SJiri Kosina 917a9885c8fSDon Princeconfig HID_ZYDACRON 91873d5e8f7SJiri Kosina tristate "Zydacron remote control support" 919f3757ceaSBenjamin Tissoires depends on HID 920a9885c8fSDon Prince ---help--- 921a9885c8fSDon Prince Support for Zydacron remote control. 922a9885c8fSDon Prince 923401ca24fSsrinivas pandruvadaconfig HID_SENSOR_HUB 924401ca24fSsrinivas pandruvada tristate "HID Sensors framework support" 9254732aee9SChen Gang depends on HID && HAS_IOMEM 926401ca24fSsrinivas pandruvada select MFD_CORE 927401ca24fSsrinivas pandruvada default n 928fdc5663cSPaul Bolle ---help--- 929401ca24fSsrinivas pandruvada Support for HID Sensor framework. This creates a MFD instance 930401ca24fSsrinivas pandruvada for a sensor hub and identifies all the sensors connected to it. 931401ca24fSsrinivas pandruvada Each sensor is registered as a MFD cell, so that sensor specific 932401ca24fSsrinivas pandruvada processing can be done in a separate driver. Each sensor 933401ca24fSsrinivas pandruvada drivers can use the service provided by this driver to register 934401ca24fSsrinivas pandruvada for events and handle data streams. Each sensor driver can format 935401ca24fSsrinivas pandruvada data and present to user mode using input or IIO interface. 936401ca24fSsrinivas pandruvada 9374a7de051SSrinivas Pandruvadaconfig HID_SENSOR_CUSTOM_SENSOR 9384a7de051SSrinivas Pandruvada tristate "HID Sensors hub custom sensor support" 9394a7de051SSrinivas Pandruvada depends on HID_SENSOR_HUB 9404a7de051SSrinivas Pandruvada default n 9414a7de051SSrinivas Pandruvada ---help--- 9424a7de051SSrinivas Pandruvada HID Sensor hub specification allows definition of some custom and 9434a7de051SSrinivas Pandruvada generic sensors. Unlike other HID sensors, they can't be exported 9444a7de051SSrinivas Pandruvada via Linux IIO because of custom fields. This is up to the manufacturer 9454a7de051SSrinivas Pandruvada to decide how to interpret these special sensor ids and process in 9464a7de051SSrinivas Pandruvada the user space. Currently some manufacturers are using these ids for 9474a7de051SSrinivas Pandruvada sensor calibration and debugging other sensors. Manufacturers 9484a7de051SSrinivas Pandruvada should't use these special custom sensor ids to export any of the 9494a7de051SSrinivas Pandruvada standard sensors. 9504a7de051SSrinivas Pandruvada Select this config option for custom/generic sensor support. 9514a7de051SSrinivas Pandruvada 9525f22a799SJiri Slabyendmenu 9535f22a799SJiri Slaby 9541f41a6a9SHenrik Rydbergendif # HID 9551f41a6a9SHenrik Rydberg 9561f41a6a9SHenrik Rydbergsource "drivers/hid/usbhid/Kconfig" 9571f41a6a9SHenrik Rydberg 9584a200c3bSBenjamin Tissoiressource "drivers/hid/i2c-hid/Kconfig" 9594a200c3bSBenjamin Tissoires 9601f41a6a9SHenrik Rydbergendmenu 961