163f3861dSJiri Kosina# 263f3861dSJiri Kosina# HID driver configuration 363f3861dSJiri Kosina# 43cd70986SJan Engelhardtmenuconfig HID_SUPPORT 53cd70986SJan Engelhardt bool "HID Devices" 663f3861dSJiri Kosina depends on INPUT 73cd70986SJan Engelhardt default y 806bfb7ebSJan Engelhardt ---help--- 906bfb7ebSJan Engelhardt Say Y here to get to see options for various computer-human interface 1006bfb7ebSJan Engelhardt device drivers. This option alone does not add any kernel code. 1106bfb7ebSJan Engelhardt 1206bfb7ebSJan Engelhardt If you say N, all options in this submenu will be skipped and disabled. 133cd70986SJan Engelhardt 143cd70986SJan Engelhardtif HID_SUPPORT 1563f3861dSJiri Kosina 1663f3861dSJiri Kosinaconfig HID 1763f3861dSJiri Kosina tristate "Generic HID support" 18c96c9d7bSRussell King depends on INPUT 1963f3861dSJiri Kosina default y 2063f3861dSJiri Kosina ---help--- 2169e4d948SJiri Kosina A human interface device (HID) is a type of computer device that 2269e4d948SJiri Kosina interacts directly with and takes input from humans. The term "HID" 2369e4d948SJiri Kosina most commonly used to refer to the USB-HID specification, but other 2469e4d948SJiri Kosina devices (such as, but not strictly limited to, Bluetooth) are 2569e4d948SJiri Kosina designed using HID specification (this involves certain keyboards, 2669e4d948SJiri Kosina mice, tablets, etc). This option compiles into kernel the generic 2769e4d948SJiri Kosina HID layer code (parser, usages, etc.), which can then be used by 2869e4d948SJiri Kosina transport-specific HID implementation (like USB or Bluetooth). 2969e4d948SJiri Kosina 3069e4d948SJiri Kosina For docs and specs, see http://www.usb.org/developers/hidpage/ 3169e4d948SJiri Kosina 32205adbecSPavel Machek If unsure, say Y. 3363f3861dSJiri Kosina 344f5ca836SJeremy Fitzhardingeconfig HID_BATTERY_STRENGTH 354f5ca836SJeremy Fitzhardinge bool 36d66c266aSJiri Kosina depends on HID && POWER_SUPPLY && HID = POWER_SUPPLY 374f5ca836SJeremy Fitzhardinge default y 384f5ca836SJeremy Fitzhardinge 3986166b7bSJiri Kosinaconfig HIDRAW 4086166b7bSJiri Kosina bool "/dev/hidraw raw HID device support" 4186166b7bSJiri Kosina depends on HID 4286166b7bSJiri Kosina ---help--- 4386166b7bSJiri Kosina Say Y here if you want to support HID devices (from the USB 4486166b7bSJiri Kosina specification standpoint) that aren't strictly user interface 4586166b7bSJiri Kosina devices, like monitor controls and Uninterruptable Power Supplies. 4686166b7bSJiri Kosina 4786166b7bSJiri Kosina This module supports these devices separately using a separate 4886166b7bSJiri Kosina event interface on /dev/hidraw. 4986166b7bSJiri Kosina 5086166b7bSJiri Kosina There is also a /dev/hiddev configuration option in the USB HID 5186166b7bSJiri Kosina configuration menu. In comparison to hiddev, this device does not process 5286166b7bSJiri Kosina the hid events at all (no parsing, no lookups). This lets applications 5386166b7bSJiri Kosina to work on raw hid events when they want to, and avoid using transport-specific 5486166b7bSJiri Kosina userspace libhid/libusb libraries. 5586166b7bSJiri Kosina 5686166b7bSJiri Kosina If unsure, say Y. 5786166b7bSJiri Kosina 586db3dfefSJiri Kosinasource "drivers/hid/usbhid/Kconfig" 596db3dfefSJiri Kosina 605f22a799SJiri Slabymenu "Special HID drivers" 615f22a799SJiri Slaby depends on HID 625f22a799SJiri Slaby 6314a21cd4SJiri Slabyconfig HID_A4TECH 646a108a14SDavid Rientjes tristate "A4 tech mice" if EXPERT 6514a21cd4SJiri Slaby depends on USB_HID 666a108a14SDavid Rientjes default !EXPERT 6714a21cd4SJiri Slaby ---help--- 6814a21cd4SJiri Slaby Support for A4 tech X5 and WOP-35 / Trust 450L mice. 6914a21cd4SJiri Slaby 700ae43810SDmitry Torokhovconfig HID_ACRUX 710ae43810SDmitry Torokhov tristate "ACRUX game controller support" 72c0dbcc33SSergei Kolzun depends on USB_HID 730ae43810SDmitry Torokhov ---help--- 740ae43810SDmitry Torokhov Say Y here if you want to enable support for ACRUX game controllers. 750ae43810SDmitry Torokhov 760ae43810SDmitry Torokhovconfig HID_ACRUX_FF 77364b936fSSergei Kolzun bool "ACRUX force feedback support" 780ae43810SDmitry Torokhov depends on HID_ACRUX 79c0dbcc33SSergei Kolzun select INPUT_FF_MEMLESS 80c0dbcc33SSergei Kolzun ---help--- 81c0dbcc33SSergei Kolzun Say Y here if you want to enable force feedback support for ACRUX 82c0dbcc33SSergei Kolzun game controllers. 83c0dbcc33SSergei Kolzun 848c19a515SJiri Slabyconfig HID_APPLE 856a108a14SDavid Rientjes tristate "Apple {i,Power,Mac}Books" if EXPERT 868c19a515SJiri Slaby depends on (USB_HID || BT_HIDP) 876a108a14SDavid Rientjes default !EXPERT 888c19a515SJiri Slaby ---help--- 898c19a515SJiri Slaby Support for some Apple devices which less or more break 908c19a515SJiri Slaby HID specification. 918c19a515SJiri Slaby 92f0bd8e43SJiri Kosina Say Y here if you want support for keyboards of Apple iBooks, PowerBooks, 93f0bd8e43SJiri Kosina MacBooks, MacBook Pros and Apple Aluminum. 948c19a515SJiri Slaby 95b5635b12SJiri Slabyconfig HID_BELKIN 966a108a14SDavid Rientjes tristate "Belkin Flip KVM and Wireless keyboard" if EXPERT 97b5635b12SJiri Slaby depends on USB_HID 986a108a14SDavid Rientjes default !EXPERT 99b5635b12SJiri Slaby ---help--- 100b5635b12SJiri Slaby Support for Belkin Flip KVM and Wireless keyboard. 101b5635b12SJiri Slaby 1023b239cd7SJiri Slabyconfig HID_CHERRY 1036a108a14SDavid Rientjes tristate "Cherry Cymotion keyboard" if EXPERT 1043b239cd7SJiri Slaby depends on USB_HID 1056a108a14SDavid Rientjes default !EXPERT 1063b239cd7SJiri Slaby ---help--- 107f0bd8e43SJiri Kosina Support for Cherry Cymotion keyboard. 1083b239cd7SJiri Slaby 109fcfacfd3SJiri Slabyconfig HID_CHICONY 1106a108a14SDavid Rientjes tristate "Chicony Tactical pad" if EXPERT 111fcfacfd3SJiri Slaby depends on USB_HID 1126a108a14SDavid Rientjes default !EXPERT 113fcfacfd3SJiri Slaby ---help--- 114fcfacfd3SJiri Slaby Support for Chicony Tactical pad. 115fcfacfd3SJiri Slaby 1163a370ca1SDon Princeconfig HID_PRODIKEYS 11795736de9SJiri Kosina tristate "Prodikeys PC-MIDI Keyboard support" 1183a370ca1SDon Prince depends on USB_HID && SND 1193a370ca1SDon Prince select SND_RAWMIDI 1203a370ca1SDon Prince ---help--- 1213a370ca1SDon Prince Support for Prodikeys PC-MIDI Keyboard device support. 1223a370ca1SDon Prince Say Y here to enable support for this device. 1233a370ca1SDon Prince - Prodikeys PC-MIDI keyboard. 1243a370ca1SDon Prince The Prodikeys PC-MIDI acts as a USB Audio device, with one MIDI 1253a370ca1SDon Prince input and one MIDI output. These MIDI jacks appear as 1263a370ca1SDon Prince a sound "card" in the ALSA sound system. 1273a370ca1SDon Prince Note: if you say N here, this device will still function as a basic 1283a370ca1SDon Prince multimedia keyboard, but will lack support for the musical keyboard 1293a370ca1SDon Prince and some additional multimedia keys. 1303a370ca1SDon Prince 1310f221320SJiri Slabyconfig HID_CYPRESS 1326a108a14SDavid Rientjes tristate "Cypress mouse and barcode readers" if EXPERT 1330f221320SJiri Slaby depends on USB_HID 1346a108a14SDavid Rientjes default !EXPERT 1350f221320SJiri Slaby ---help--- 136f0bd8e43SJiri Kosina Support for cypress mouse and barcode readers. 1370f221320SJiri Slaby 1380f6f4319SJiri Kosinaconfig HID_DRAGONRISE 139a1043044SBorislav Petkov tristate "DragonRise Inc. game controller" 1403f866fbdSRichard Walmsley depends on USB_HID 1410f6f4319SJiri Kosina ---help--- 1420f6f4319SJiri Kosina Say Y here if you have DragonRise Inc. game controllers. 143b4a65f4eSNikolai Kondrashov These might be branded as: 144b4a65f4eSNikolai Kondrashov - Tesun USB-703 145b4a65f4eSNikolai Kondrashov - Media-tech MT1504 "Rogue" 146b4a65f4eSNikolai Kondrashov - DVTech JS19 "Gear" 147b4a65f4eSNikolai Kondrashov - Defender Game Master 1480f6f4319SJiri Kosina 1490f6f4319SJiri Kosinaconfig DRAGONRISE_FF 150a1043044SBorislav Petkov bool "DragonRise Inc. force feedback" 1510f6f4319SJiri Kosina depends on HID_DRAGONRISE 1523f866fbdSRichard Walmsley select INPUT_FF_MEMLESS 1533f866fbdSRichard Walmsley ---help--- 1543f866fbdSRichard Walmsley Say Y here if you want to enable force feedback support for DragonRise Inc. 1553f866fbdSRichard Walmsley game controllers. 1563f866fbdSRichard Walmsley 15704561c5aSIgnaz Forsterconfig HID_EMS_FF 15804561c5aSIgnaz Forster tristate "EMS Production Inc. force feedback support" 15904561c5aSIgnaz Forster depends on USB_HID 16004561c5aSIgnaz Forster select INPUT_FF_MEMLESS 16104561c5aSIgnaz Forster ---help--- 16204561c5aSIgnaz Forster Say Y here if you want to enable force feedback support for devices by 16304561c5aSIgnaz Forster EMS Production Ltd. 16404561c5aSIgnaz Forster Currently the following devices are known to be supported: 16504561c5aSIgnaz Forster - Trio Linker Plus II 16604561c5aSIgnaz Forster 16764b386eaSRichard Nauberconfig HID_ELECOM 168a1043044SBorislav Petkov tristate "ELECOM BM084 bluetooth mouse" 16964b386eaSRichard Nauber depends on BT_HIDP 17064b386eaSRichard Nauber ---help--- 17164b386eaSRichard Nauber Support for the ELECOM BM084 (bluetooth mouse). 17264b386eaSRichard Nauber 1731f243e30SJiri Slabyconfig HID_EZKEY 1746a108a14SDavid Rientjes tristate "Ezkey BTC 8193 keyboard" if EXPERT 1751f243e30SJiri Slaby depends on USB_HID 1766a108a14SDavid Rientjes default !EXPERT 1771f243e30SJiri Slaby ---help--- 178f0bd8e43SJiri Kosina Support for Ezkey BTC 8193 keyboard. 1791f243e30SJiri Slaby 180d946e65eSAnssi Hannulaconfig HID_HOLTEK 181d946e65eSAnssi Hannula tristate "Holtek On Line Grip based game controller support" 182d946e65eSAnssi Hannula depends on USB_HID 183d946e65eSAnssi Hannula ---help--- 184d946e65eSAnssi Hannula Say Y here if you have a Holtek On Line Grip based game controller. 185d946e65eSAnssi Hannula 186d946e65eSAnssi Hannulaconfig HOLTEK_FF 187d946e65eSAnssi Hannula bool "Holtek On Line Grip force feedback support" 188d946e65eSAnssi Hannula depends on HID_HOLTEK 189d946e65eSAnssi Hannula select INPUT_FF_MEMLESS 190d946e65eSAnssi Hannula ---help--- 191d946e65eSAnssi Hannula Say Y here if you have a Holtek On Line Grip based game controller 192d946e65eSAnssi Hannula and want to have force feedback support for it. 193d946e65eSAnssi Hannula 194177900e8SJiri Kosinaconfig HID_KEYTOUCH 1953d366e28SStephen Boyd tristate "Keytouch HID devices" 196177900e8SJiri Kosina depends on USB_HID 197177900e8SJiri Kosina ---help--- 198177900e8SJiri Kosina Support for Keytouch HID devices not fully compliant with 199177900e8SJiri Kosina the specification. Currently supported: 200177900e8SJiri Kosina - Keytouch IEC 60945 201177900e8SJiri Kosina 20279422741SJiri Kosinaconfig HID_KYE 20322ca20b2SNikolai Kondrashov tristate "KYE/Genius devices" 20479422741SJiri Kosina depends on USB_HID 20579422741SJiri Kosina ---help--- 20622ca20b2SNikolai Kondrashov Support for KYE/Genius devices not fully compliant with HID standard: 20722ca20b2SNikolai Kondrashov - Ergo Mouse 20822ca20b2SNikolai Kondrashov - EasyPen i405X tablet 20922ca20b2SNikolai Kondrashov - MousePen i608X tablet 21022ca20b2SNikolai Kondrashov - EasyPen M610X tablet 21179422741SJiri Kosina 212f8a489ccSNikolai Kondrashovconfig HID_UCLOGIC 213f36ee074SJiri Kosina tristate "UC-Logic" 214f8a489ccSNikolai Kondrashov depends on USB_HID 215f8a489ccSNikolai Kondrashov ---help--- 216f8a489ccSNikolai Kondrashov Support for UC-Logic tablets. 217f8a489ccSNikolai Kondrashov 21872a46344SNikolai Kondrashovconfig HID_WALTOP 21972a46344SNikolai Kondrashov tristate "Waltop" 22072a46344SNikolai Kondrashov depends on USB_HID 22172a46344SNikolai Kondrashov ---help--- 22272a46344SNikolai Kondrashov Support for Waltop tablets. 22372a46344SNikolai Kondrashov 224949f8fefSJiri Slabyconfig HID_GYRATION 225a1043044SBorislav Petkov tristate "Gyration remote control" 226949f8fefSJiri Slaby depends on USB_HID 227949f8fefSJiri Slaby ---help--- 228f0bd8e43SJiri Kosina Support for Gyration remote control. 229949f8fefSJiri Slaby 230711a680eSBruno Premontconfig HID_TWINHAN 231a1043044SBorislav Petkov tristate "Twinhan IR remote control" 232711a680eSBruno Premont depends on USB_HID 233711a680eSBruno Premont ---help--- 234711a680eSBruno Premont Support for Twinhan IR remote control. 235711a680eSBruno Premont 236fdf93aa3SJiri Kosinaconfig HID_KENSINGTON 2376a108a14SDavid Rientjes tristate "Kensington Slimblade Trackball" if EXPERT 238fdf93aa3SJiri Kosina depends on USB_HID 2396a108a14SDavid Rientjes default !EXPERT 240fdf93aa3SJiri Kosina ---help--- 241fdf93aa3SJiri Kosina Support for Kensington Slimblade Trackball. 242fdf93aa3SJiri Kosina 24375b07022SChris Schlundconfig HID_LCPOWER 24475b07022SChris Schlund tristate "LC-Power" 24575b07022SChris Schlund depends on USB_HID 24675b07022SChris Schlund ---help--- 24775b07022SChris Schlund Support for LC-Power RC1000MCE RF remote control. 24875b07022SChris Schlund 2495f22a799SJiri Slabyconfig HID_LOGITECH 2506a108a14SDavid Rientjes tristate "Logitech devices" if EXPERT 2515f22a799SJiri Slaby depends on USB_HID 2526a108a14SDavid Rientjes default !EXPERT 2535f22a799SJiri Slaby ---help--- 254f0bd8e43SJiri Kosina Support for Logitech devices that are not fully compliant with HID standard. 2555f22a799SJiri Slaby 256534a7b8eSNestor Lopez Casadoconfig HID_LOGITECH_DJ 257534a7b8eSNestor Lopez Casado tristate "Logitech Unifying receivers full support" 258534a7b8eSNestor Lopez Casado depends on HID_LOGITECH 259534a7b8eSNestor Lopez Casado default m 260534a7b8eSNestor Lopez Casado ---help--- 261534a7b8eSNestor Lopez Casado Say Y if you want support for Logitech Unifying receivers and devices. 262534a7b8eSNestor Lopez Casado Unifying receivers are capable of pairing up to 6 Logitech compliant 2630944e964SKonstantin Khlebnikov devices to the same receiver. Without this driver it will be handled by 2640944e964SKonstantin Khlebnikov generic USB_HID driver and all incomming events will be multiplexed 2650944e964SKonstantin Khlebnikov into a single mouse and a single keyboard device. 266534a7b8eSNestor Lopez Casado 267606bd0a8SJiri Slabyconfig LOGITECH_FF 2680f6f4319SJiri Kosina bool "Logitech force feedback support" 269606bd0a8SJiri Slaby depends on HID_LOGITECH 270606bd0a8SJiri Slaby select INPUT_FF_MEMLESS 271606bd0a8SJiri Slaby help 272606bd0a8SJiri Slaby Say Y here if you have one of these devices: 273606bd0a8SJiri Slaby - Logitech WingMan Cordless RumblePad 274606bd0a8SJiri Slaby - Logitech WingMan Cordless RumblePad 2 275606bd0a8SJiri Slaby - Logitech WingMan Force 3D 276606bd0a8SJiri Slaby - Logitech Formula Force EX 277fd30ea8cSJiri Kosina - Logitech WingMan Formula Force GP 278606bd0a8SJiri Slaby - Logitech MOMO Force wheel 279606bd0a8SJiri Slaby 280606bd0a8SJiri Slaby and if you want to enable force feedback for them. 281606bd0a8SJiri Slaby Note: if you say N here, this device will still be supported, but without 282606bd0a8SJiri Slaby force feedback. 283606bd0a8SJiri Slaby 284606bd0a8SJiri Slabyconfig LOGIRUMBLEPAD2_FF 2852c6118e4SHendrik Iben bool "Logitech RumblePad/Rumblepad 2 force feedback support" 286606bd0a8SJiri Slaby depends on HID_LOGITECH 287606bd0a8SJiri Slaby select INPUT_FF_MEMLESS 288606bd0a8SJiri Slaby help 289606bd0a8SJiri Slaby Say Y here if you want to enable force feedback support for Logitech 2902c6118e4SHendrik Iben RumblePad and Rumblepad 2 devices. 291606bd0a8SJiri Slaby 29274f292caSGary Steinconfig LOGIG940_FF 29374f292caSGary Stein bool "Logitech Flight System G940 force feedback support" 29474f292caSGary Stein depends on HID_LOGITECH 29574f292caSGary Stein select INPUT_FF_MEMLESS 29674f292caSGary Stein help 29774f292caSGary Stein Say Y here if you want to enable force feedback support for Logitech 29874f292caSGary Stein Flight System G940 devices. 29974f292caSGary Stein 300a7ac90f1SMichal Malýconfig LOGIWHEELS_FF 301a7ac90f1SMichal Malý bool "Logitech wheels configuration and force feedback support" 30232c88cbcSSimon Wood depends on HID_LOGITECH 30332c88cbcSSimon Wood select INPUT_FF_MEMLESS 30470c2cabdSJiri Kosina default LOGITECH_FF 30532c88cbcSSimon Wood help 306a7ac90f1SMichal Malý Say Y here if you want to enable force feedback and range setting 307a7ac90f1SMichal Malý support for following Logitech wheels: 308a7ac90f1SMichal Malý - Logitech Driving Force 309a7ac90f1SMichal Malý - Logitech Driving Force Pro 310a7ac90f1SMichal Malý - Logitech Driving Force GT 311a7ac90f1SMichal Malý - Logitech G25 312a7ac90f1SMichal Malý - Logitech G27 313a7ac90f1SMichal Malý - Logitech MOMO/MOMO 2 314a7ac90f1SMichal Malý - Logitech Formula Force EX 31532c88cbcSSimon Wood 316128537ceSMichael Pooleconfig HID_MAGICMOUSE 3179f523147SJiri Kosina tristate "Apple MagicMouse multi-touch support" 318128537ceSMichael Poole depends on BT_HIDP 319128537ceSMichael Poole ---help--- 3209f523147SJiri Kosina Support for the Apple Magic Mouse multi-touch. 321128537ceSMichael Poole 322128537ceSMichael Poole Say Y here if you want support for the multi-touch features of the 323128537ceSMichael Poole Apple Wireless "Magic" Mouse. 324128537ceSMichael Poole 32578a849a6SJiri Slabyconfig HID_MICROSOFT 3266a108a14SDavid Rientjes tristate "Microsoft non-fully HID-compliant devices" if EXPERT 32778a849a6SJiri Slaby depends on USB_HID 3286a108a14SDavid Rientjes default !EXPERT 32978a849a6SJiri Slaby ---help--- 330f0bd8e43SJiri Kosina Support for Microsoft devices that are not fully compliant with HID standard. 33178a849a6SJiri Slaby 3323b8006e5SJiri Slabyconfig HID_MONTEREY 3336a108a14SDavid Rientjes tristate "Monterey Genius KB29E keyboard" if EXPERT 3343b8006e5SJiri Slaby depends on USB_HID 3356a108a14SDavid Rientjes default !EXPERT 3363b8006e5SJiri Slaby ---help--- 3373b8006e5SJiri Slaby Support for Monterey Genius KB29E. 3383b8006e5SJiri Slaby 3395519cab4SBenjamin Tissoiresconfig HID_MULTITOUCH 3405519cab4SBenjamin Tissoires tristate "HID Multitouch panels" 3415519cab4SBenjamin Tissoires depends on USB_HID 3425519cab4SBenjamin Tissoires ---help--- 3435519cab4SBenjamin Tissoires Generic support for HID multitouch panels. 3445519cab4SBenjamin Tissoires 3455519cab4SBenjamin Tissoires Say Y here if you have one of the following devices: 346f786bba4SBenjamin Tissoires - 3M PCT touch screens 347e6aac342SBenjamin Tissoires - ActionStar dual touch panels 348b1057124SBenjamin Tissoires - Atmel panels 34922408283SBenjamin Tissoires - Cando dual touch panels 350942fd422SAustin Zhang - Chunghwa panels 35179603dc9SBenjamin Tissoires - CVTouch panels 3522d93666eSBenjamin Tissoires - Cypress TrueTouch panels 353c04abeefSBenjamin Tissoires - Elo TouchSystems IntelliTouch Plus panels 35422408283SBenjamin Tissoires - GeneralTouch 'Sensing Win7-TwoFinger' panels 355ee0fbd14SBenjamin Tissoires - GoodTouch panels 3562d93666eSBenjamin Tissoires - Hanvon dual touch panels 35722408283SBenjamin Tissoires - Ilitek dual touch panels 3584dfcced8SBenjamin Tissoires - IrTouch Infrared USB panels 359c50bb1a4SJeff Brown - LG Display panels (Dell ST2220Tc) 360df167c4aSBenjamin Tissoires - Lumio CrystalTouch panels 3614a6ee685SBenjamin Tissoires - MosArt dual-touch panels 3622258e863SDenis Kovalev - Panasonic multitouch panels 3636ab3a9a6SJohn Sung - PenMount dual touch panels 364847672cdSBenjamin Tissoires - Perixx Peripad 701 touchpad 365b7ea95ffSAaron Tian - PixArt optical touch screen 3662d93666eSBenjamin Tissoires - Pixcir dual touch panels 3675e7ea11fSBenjamin Tissoires - Quanta panels 36822408283SBenjamin Tissoires - eGalax dual-touch panels, including the Joojoo and Wetab tablets 369043b403aSBenjamin Tissoires - Stantum multitouch panels 3705e74e56dSBenjamin Tissoires - Touch International Panels 371617b64f9SBenjamin Tissoires - Unitec Panels 372bc8a2a9bSice chien - XAT optical touch panels 37311576c61SMasatoshi Hoshikawa - Xiroku optical touch panels 3745519cab4SBenjamin Tissoires 3752d93666eSBenjamin Tissoires If unsure, say N. 3762d93666eSBenjamin Tissoires 3772d93666eSBenjamin Tissoires To compile this driver as a module, choose M here: the 3782d93666eSBenjamin Tissoires module will be called hid-multitouch. 3792d93666eSBenjamin Tissoires 38094011f93SRafi Rubinconfig HID_NTRIG 381a1043044SBorislav Petkov tristate "N-Trig touch screen" 38294011f93SRafi Rubin depends on USB_HID 38394011f93SRafi Rubin ---help--- 38494011f93SRafi Rubin Support for N-Trig touch screen. 38594011f93SRafi Rubin 386cd9ec30dSJohnathon Harrisconfig HID_ORTEK 387d586dca0SJiri Kosina tristate "Ortek PKB-1700/WKB-2000/Skycable wireless keyboard and mouse trackpad" 388cd9ec30dSJohnathon Harris depends on USB_HID 389cd9ec30dSJohnathon Harris ---help--- 390d586dca0SJiri Kosina There are certain devices which have LogicalMaximum wrong in the keyboard 391d586dca0SJiri Kosina usage page of their report descriptor. The most prevailing ones so far 392d586dca0SJiri Kosina are manufactured by Ortek, thus the name of the driver. Currently 393d586dca0SJiri Kosina supported devices by this driver are 394d586dca0SJiri Kosina 395d586dca0SJiri Kosina - Ortek PKB-1700 396d586dca0SJiri Kosina - Ortek WKB-2000 397d586dca0SJiri Kosina - Skycable wireless presenter 398cd9ec30dSJohnathon Harris 3995f022298SJiri Slabyconfig HID_PANTHERLORD 400a1043044SBorislav Petkov tristate "Pantherlord/GreenAsia game controller" 4010f6f4319SJiri Kosina depends on USB_HID 4020f6f4319SJiri Kosina ---help--- 4030f6f4319SJiri Kosina Say Y here if you have a PantherLord/GreenAsia based game controller 4040f6f4319SJiri Kosina or adapter. 4050f6f4319SJiri Kosina 4065f022298SJiri Slabyconfig PANTHERLORD_FF 4075f022298SJiri Slaby bool "Pantherlord force feedback support" 4085f022298SJiri Slaby depends on HID_PANTHERLORD 4095f022298SJiri Slaby select INPUT_FF_MEMLESS 4100f6f4319SJiri Kosina ---help--- 4115f022298SJiri Slaby Say Y here if you have a PantherLord/GreenAsia based game controller 4125f022298SJiri Slaby or adapter and want to enable force feedback support for it. 4135f022298SJiri Slaby 4141e762532SJiri Slabyconfig HID_PETALYNX 415a1043044SBorislav Petkov tristate "Petalynx Maxter remote control" 4161e762532SJiri Slaby depends on USB_HID 4171e762532SJiri Slaby ---help--- 418f0bd8e43SJiri Kosina Support for Petalynx Maxter remote control. 4191e762532SJiri Slaby 420236db47cSBruno Prémontconfig HID_PICOLCD 421236db47cSBruno Prémont tristate "PicoLCD (graphic version)" 422236db47cSBruno Prémont depends on USB_HID 423236db47cSBruno Prémont ---help--- 424236db47cSBruno Prémont This provides support for Minibox PicoLCD devices, currently 425236db47cSBruno Prémont only the graphical ones are supported. 426236db47cSBruno Prémont 427236db47cSBruno Prémont This includes support for the following device features: 428236db47cSBruno Prémont - Keypad 429236db47cSBruno Prémont - Switching between Firmware and Flash mode 4309bbf2b98SBruno Prémont - EEProm / Flash access (via debugfs) 4315435f281SBruno Prémont Features selectively enabled: 4325435f281SBruno Prémont - Framebuffer for monochrome 256x64 display 4335435f281SBruno Prémont - Backlight control 4345435f281SBruno Prémont - Contrast control 4355435f281SBruno Prémont - General purpose outputs 436b8c21cf6SBruno Prémont Features that are not (yet) supported: 437236db47cSBruno Prémont - IR 438236db47cSBruno Prémont 4395435f281SBruno Prémontconfig HID_PICOLCD_FB 4406a108a14SDavid Rientjes bool "Framebuffer support" if EXPERT 4416a108a14SDavid Rientjes default !EXPERT 4425435f281SBruno Prémont depends on HID_PICOLCD 4435435f281SBruno Prémont depends on HID_PICOLCD=FB || FB=y 4445435f281SBruno Prémont select FB_DEFERRED_IO 4455435f281SBruno Prémont select FB_SYS_FILLRECT 4465435f281SBruno Prémont select FB_SYS_COPYAREA 4475435f281SBruno Prémont select FB_SYS_IMAGEBLIT 4485435f281SBruno Prémont select FB_SYS_FOPS 4495435f281SBruno Prémont ---help--- 4505435f281SBruno Prémont Provide access to PicoLCD's 256x64 monochrome display via a 4515435f281SBruno Prémont frambuffer device. 4525435f281SBruno Prémont 4535435f281SBruno Prémontconfig HID_PICOLCD_BACKLIGHT 4546a108a14SDavid Rientjes bool "Backlight control" if EXPERT 4556a108a14SDavid Rientjes default !EXPERT 4565435f281SBruno Prémont depends on HID_PICOLCD 4575435f281SBruno Prémont depends on HID_PICOLCD=BACKLIGHT_CLASS_DEVICE || BACKLIGHT_CLASS_DEVICE=y 4585435f281SBruno Prémont ---help--- 4595435f281SBruno Prémont Provide access to PicoLCD's backlight control via backlight 4605435f281SBruno Prémont class. 4615435f281SBruno Prémont 4625435f281SBruno Prémontconfig HID_PICOLCD_LCD 4636a108a14SDavid Rientjes bool "Contrast control" if EXPERT 4646a108a14SDavid Rientjes default !EXPERT 4655435f281SBruno Prémont depends on HID_PICOLCD 4665435f281SBruno Prémont depends on HID_PICOLCD=LCD_CLASS_DEVICE || LCD_CLASS_DEVICE=y 4675435f281SBruno Prémont ---help--- 4685435f281SBruno Prémont Provide access to PicoLCD's LCD contrast via lcd class. 4695435f281SBruno Prémont 4705435f281SBruno Prémontconfig HID_PICOLCD_LEDS 4716a108a14SDavid Rientjes bool "GPO via leds class" if EXPERT 4726a108a14SDavid Rientjes default !EXPERT 4735435f281SBruno Prémont depends on HID_PICOLCD 4745435f281SBruno Prémont depends on HID_PICOLCD=LEDS_CLASS || LEDS_CLASS=y 4755435f281SBruno Prémont ---help--- 4765435f281SBruno Prémont Provide access to PicoLCD's GPO pins via leds class. 4775435f281SBruno Prémont 478f6a04605STerry Lambertconfig HID_PRIMAX 479dfe9a312SJiri Kosina tristate "Primax non-fully HID-compliant devices" 480f6a04605STerry Lambert depends on USB_HID 481f6a04605STerry Lambert ---help--- 482f6a04605STerry Lambert Support for Primax devices that are not fully compliant with the 483f6a04605STerry Lambert HID standard. 484f6a04605STerry Lambert 485206f5f2fSStefan Achatzconfig HID_ROCCAT 486bd393dbdSStefan Achatz tristate "Roccat device support" 487206f5f2fSStefan Achatz depends on USB_HID 488206f5f2fSStefan Achatz ---help--- 489bd393dbdSStefan Achatz Support for Roccat devices. 490bd393dbdSStefan Achatz Say Y here if you have a Roccat mouse or keyboard and want 491bd393dbdSStefan Achatz support for its special functionalities. 492cb7cf3daSStefan Achatz 4931e93674aSAndreas Hübnerconfig HID_SAITEK 4941e93674aSAndreas Hübner tristate "Saitek non-fully HID-compliant devices" 4951e93674aSAndreas Hübner depends on USB_HID 4961e93674aSAndreas Hübner ---help--- 4971e93674aSAndreas Hübner Support for Saitek devices that are not fully compliant with the 4981e93674aSAndreas Hübner HID standard. 4991e93674aSAndreas Hübner 5001e93674aSAndreas Hübner Currently only supports the PS1000 controller. 5011e93674aSAndreas Hübner 502980a3da6SJiri Slabyconfig HID_SAMSUNG 503a1043044SBorislav Petkov tristate "Samsung InfraRed remote control or keyboards" 504980a3da6SJiri Slaby depends on USB_HID 505980a3da6SJiri Slaby ---help--- 506b355850bSDon Prince Support for Samsung InfraRed remote control or keyboards. 507980a3da6SJiri Slaby 508bd28ce00SJiri Slabyconfig HID_SONY 509a1043044SBorislav Petkov tristate "Sony PS3 controller" 510bd28ce00SJiri Slaby depends on USB_HID 511bd28ce00SJiri Slaby ---help--- 512bd28ce00SJiri Slaby Support for Sony PS3 controller. 513bd28ce00SJiri Slaby 51474bc6953SStefan Kriwanekconfig HID_SPEEDLINK 51574bc6953SStefan Kriwanek tristate "Speedlink VAD Cezanne mouse support" 51674bc6953SStefan Kriwanek depends on USB_HID 51774bc6953SStefan Kriwanek ---help--- 51874bc6953SStefan Kriwanek Support for Speedlink Vicious and Divine Cezanne mouse. 51974bc6953SStefan Kriwanek 52090231e7eSJiri Slabyconfig HID_SUNPLUS 521a1043044SBorislav Petkov tristate "Sunplus wireless desktop" 52290231e7eSJiri Slaby depends on USB_HID 52390231e7eSJiri Slaby ---help--- 524f0bd8e43SJiri Kosina Support for Sunplus wireless desktop. 52590231e7eSJiri Slaby 5260f6f4319SJiri Kosinaconfig HID_GREENASIA 527a1043044SBorislav Petkov tristate "GreenAsia (Product ID 0x12) game controller support" 52842859e0bSLukasz Lubojanski depends on USB_HID 5290f6f4319SJiri Kosina ---help--- 5300f6f4319SJiri Kosina Say Y here if you have a GreenAsia (Product ID 0x12) based game 5310f6f4319SJiri Kosina controller or adapter. 5320f6f4319SJiri Kosina 5330f6f4319SJiri Kosinaconfig GREENASIA_FF 5340f6f4319SJiri Kosina bool "GreenAsia (Product ID 0x12) force feedback support" 5350f6f4319SJiri Kosina depends on HID_GREENASIA 53642859e0bSLukasz Lubojanski select INPUT_FF_MEMLESS 53742859e0bSLukasz Lubojanski ---help--- 53842859e0bSLukasz Lubojanski Say Y here if you have a GreenAsia (Product ID 0x12) based game controller 539692105b8SMatt LaPlante (like MANTA Warrior MM816 and SpeedLink Strike2 SL-6635) or adapter 54042859e0bSLukasz Lubojanski and want to enable force feedback support for it. 54142859e0bSLukasz Lubojanski 5426cf851d8SJiri Kosinaconfig HID_HYPERV_MOUSE 5436cf851d8SJiri Kosina tristate "Microsoft Hyper-V mouse driver" 5446cf851d8SJiri Kosina depends on HYPERV 5456cf851d8SJiri Kosina ---help--- 5466cf851d8SJiri Kosina Select this option to enable the Hyper-V mouse driver. 5476cf851d8SJiri Kosina 548fac733f0SJussi Kivilinnaconfig HID_SMARTJOYPLUS 54973d5e8f7SJiri Kosina tristate "SmartJoy PLUS PS2/USB adapter support" 550fac733f0SJussi Kivilinna depends on USB_HID 551fac733f0SJussi Kivilinna ---help--- 5521bcc2067SSean Young Support for SmartJoy PLUS PS2/USB adapter, Super Dual Box, 5531bcc2067SSean Young Super Joy Box 3 Pro, Super Dual Box Pro, and Super Joy Box 5 Pro. 5541bcc2067SSean Young 5551bcc2067SSean Young Note that DDR (Dance Dance Revolution) mode is not supported, nor 5561bcc2067SSean Young is pressure sensitive buttons on the pro models. 557fac733f0SJussi Kivilinna 558fac733f0SJussi Kivilinnaconfig SMARTJOYPLUS_FF 559fac733f0SJussi Kivilinna bool "SmartJoy PLUS PS2/USB adapter force feedback support" 560fac733f0SJussi Kivilinna depends on HID_SMARTJOYPLUS 561fac733f0SJussi Kivilinna select INPUT_FF_MEMLESS 562fac733f0SJussi Kivilinna ---help--- 563fac733f0SJussi Kivilinna Say Y here if you have a SmartJoy PLUS PS2/USB adapter and want to 564fac733f0SJussi Kivilinna enable force feedback support for it. 565fac733f0SJussi Kivilinna 5662701eaabSJiri Kosinaconfig HID_TIVO 56744ea35c1SJarod Wilson tristate "TiVo Slide Bluetooth remote control support" 568740363fbSJiri Kosina depends on (USB_HID || BT_HIDP) 56944ea35c1SJarod Wilson ---help--- 57044ea35c1SJarod Wilson Say Y if you have a TiVo Slide Bluetooth remote control. 57144ea35c1SJarod Wilson 572f14f526dSLev Babievconfig HID_TOPSEED 57354001081SKees Bakker tristate "TopSeed Cyberlink, BTC Emprex, Conceptronic remote control support" 574f14f526dSLev Babiev depends on USB_HID 575f14f526dSLev Babiev ---help--- 57654001081SKees Bakker Say Y if you have a TopSeed Cyberlink or BTC Emprex or Conceptronic 57754001081SKees Bakker CLLRCMCE remote control. 578f14f526dSLev Babiev 5790f6f4319SJiri Kosinaconfig HID_THRUSTMASTER 58073d5e8f7SJiri Kosina tristate "ThrustMaster devices support" 58110e41a71SJiri Slaby depends on USB_HID 5820f6f4319SJiri Kosina ---help--- 58310e41a71SJiri Slaby Say Y here if you have a THRUSTMASTER FireStore Dual Power 2 or 5840f6f4319SJiri Kosina a THRUSTMASTER Ferrari GT Rumble Wheel. 5850f6f4319SJiri Kosina 5860f6f4319SJiri Kosinaconfig THRUSTMASTER_FF 5870f6f4319SJiri Kosina bool "ThrustMaster devices force feedback support" 5880f6f4319SJiri Kosina depends on HID_THRUSTMASTER 5890f6f4319SJiri Kosina select INPUT_FF_MEMLESS 5900f6f4319SJiri Kosina ---help--- 5917a84b133SRuben Aos Garralda Say Y here if you have a THRUSTMASTER FireStore Dual Power 2 or 3, 5927a84b133SRuben Aos Garralda a THRUSTMASTER Dual Trigger 3-in-1 or a THRUSTMASTER Ferrari GT 5937a84b133SRuben Aos Garralda Rumble Force or Force Feedback Wheel. 59410e41a71SJiri Slaby 595ca2dcd40SBastien Noceraconfig HID_WACOM 5962dbf209dSJiri Kosina tristate "Wacom Bluetooth devices support" 597ca2dcd40SBastien Nocera depends on BT_HIDP 598*4e52b538SDavid Rientjes depends on LEDS_CLASS 59959d2334aSPrzemo Firszt select POWER_SUPPLY 60059d2334aSPrzemo Firszt ---help--- 6017e551abbSPrzemo Firszt Support for Wacom Graphire Bluetooth and Intuos4 WL tablets. 60259d2334aSPrzemo Firszt 603fb51b443SDavid Herrmannconfig HID_WIIMOTE 604fb51b443SDavid Herrmann tristate "Nintendo Wii Remote support" 605fb51b443SDavid Herrmann depends on BT_HIDP 60623a5a4a3SDavid Herrmann depends on LEDS_CLASS 6076591d758SDavid Herrmann select POWER_SUPPLY 608ef6f4115SDavid Herrmann select INPUT_FF_MEMLESS 609fb51b443SDavid Herrmann ---help--- 610fb51b443SDavid Herrmann Support for the Nintendo Wii Remote bluetooth device. 611fb51b443SDavid Herrmann 612cb99221bSDavid Herrmannconfig HID_WIIMOTE_EXT 613cb99221bSDavid Herrmann bool "Nintendo Wii Remote Extension support" 614cb99221bSDavid Herrmann depends on HID_WIIMOTE 615cb99221bSDavid Herrmann default HID_WIIMOTE 616cb99221bSDavid Herrmann ---help--- 617cb99221bSDavid Herrmann Support for extension controllers of the Nintendo Wii Remote. Say yes 618cb99221bSDavid Herrmann here if you want to use the Nintendo Motion+, Nunchuck or Classic 619cb99221bSDavid Herrmann extension controllers with your Wii Remote. 620cb99221bSDavid Herrmann 6210f6f4319SJiri Kosinaconfig HID_ZEROPLUS 62273d5e8f7SJiri Kosina tristate "Zeroplus based game controller support" 623987fbc1fSJiri Slaby depends on USB_HID 6240f6f4319SJiri Kosina ---help--- 625987fbc1fSJiri Slaby Say Y here if you have a Zeroplus based game controller. 626987fbc1fSJiri Slaby 6270f6f4319SJiri Kosinaconfig ZEROPLUS_FF 6280f6f4319SJiri Kosina bool "Zeroplus based game controller force feedback support" 6290f6f4319SJiri Kosina depends on HID_ZEROPLUS 6300f6f4319SJiri Kosina select INPUT_FF_MEMLESS 6310f6f4319SJiri Kosina ---help--- 6320f6f4319SJiri Kosina Say Y here if you have a Zeroplus based game controller and want 6330f6f4319SJiri Kosina to have force feedback support for it. 6340f6f4319SJiri Kosina 635a9885c8fSDon Princeconfig HID_ZYDACRON 63673d5e8f7SJiri Kosina tristate "Zydacron remote control support" 637a9885c8fSDon Prince depends on USB_HID 638a9885c8fSDon Prince ---help--- 639a9885c8fSDon Prince Support for Zydacron remote control. 640a9885c8fSDon Prince 6415f22a799SJiri Slabyendmenu 6425f22a799SJiri Slaby 6433cd70986SJan Engelhardtendif # HID_SUPPORT 644