Kconfig (4875ac114d8bce99838a9b0ee7c3f5469cc6352e) | Kconfig (270fdc0748bd3f7b625caff985f2fcf8e2185ec7) |
---|---|
1# 2# HID driver configuration 3# 4menuconfig HID_SUPPORT 5 bool "HID Devices" 6 depends on INPUT 7 default y 8 ---help--- --- 146 unchanged lines hidden (view full) --- 155 depends on USB_HID 156 select INPUT_FF_MEMLESS 157 ---help--- 158 Say Y here if you want to enable force feedback support for devices by 159 EMS Production Ltd. 160 Currently the following devices are known to be supported: 161 - Trio Linker Plus II 162 | 1# 2# HID driver configuration 3# 4menuconfig HID_SUPPORT 5 bool "HID Devices" 6 depends on INPUT 7 default y 8 ---help--- --- 146 unchanged lines hidden (view full) --- 155 depends on USB_HID 156 select INPUT_FF_MEMLESS 157 ---help--- 158 Say Y here if you want to enable force feedback support for devices by 159 EMS Production Ltd. 160 Currently the following devices are known to be supported: 161 - Trio Linker Plus II 162 |
163config HID_EGALAX 164 tristate "eGalax multi-touch panel" 165 depends on USB_HID 166 ---help--- 167 Support for the eGalax dual-touch panels, including the 168 Joojoo and Wetab tablets. 169 |
|
163config HID_ELECOM 164 tristate "ELECOM BM084 bluetooth mouse" 165 depends on BT_HIDP 166 ---help--- 167 Support for the ELECOM BM084 (bluetooth mouse). 168 169config HID_EZKEY 170 tristate "Ezkey BTC 8193 keyboard" if EMBEDDED --- 121 unchanged lines hidden (view full) --- 292 tristate "HID Multitouch panels" 293 depends on USB_HID 294 ---help--- 295 Generic support for HID multitouch panels. 296 297 Say Y here if you have one of the following devices: 298 - Cypress TrueTouch panels 299 - Hanvon dual touch panels | 170config HID_ELECOM 171 tristate "ELECOM BM084 bluetooth mouse" 172 depends on BT_HIDP 173 ---help--- 174 Support for the ELECOM BM084 (bluetooth mouse). 175 176config HID_EZKEY 177 tristate "Ezkey BTC 8193 keyboard" if EMBEDDED --- 121 unchanged lines hidden (view full) --- 299 tristate "HID Multitouch panels" 300 depends on USB_HID 301 ---help--- 302 Generic support for HID multitouch panels. 303 304 Say Y here if you have one of the following devices: 305 - Cypress TrueTouch panels 306 - Hanvon dual touch panels |
300 - IrTouch Infrared USB panels | |
301 - Pixcir dual touch panels 302 - 'Sensing Win7-TwoFinger' panel by GeneralTouch | 307 - Pixcir dual touch panels 308 - 'Sensing Win7-TwoFinger' panel by GeneralTouch |
303 - eGalax dual-touch panels, including the 304 Joojoo and Wetab tablets | |
305 306 If unsure, say N. 307 308 To compile this driver as a module, choose M here: the 309 module will be called hid-multitouch. 310 311config HID_NTRIG 312 tristate "N-Trig touch screen" 313 depends on USB_HID 314 ---help--- 315 Support for N-Trig touch screen. 316 317config HID_ORTEK | 309 310 If unsure, say N. 311 312 To compile this driver as a module, choose M here: the 313 module will be called hid-multitouch. 314 315config HID_NTRIG 316 tristate "N-Trig touch screen" 317 depends on USB_HID 318 ---help--- 319 Support for N-Trig touch screen. 320 321config HID_ORTEK |
318 tristate "Ortek WKB-2000 wireless keyboard and mouse trackpad" | 322 tristate "Ortek PKB-1700/WKB-2000 wireless keyboard and mouse trackpad" |
319 depends on USB_HID 320 ---help--- | 323 depends on USB_HID 324 ---help--- |
321 Support for Ortek WKB-2000 wireless keyboard + mouse trackpad. | 325 Support for Ortek PKB-1700/WKB-2000 wireless keyboard + mouse trackpad. |
322 323config HID_PANTHERLORD 324 tristate "Pantherlord/GreenAsia game controller" 325 depends on USB_HID 326 ---help--- 327 Say Y here if you have a PantherLord/GreenAsia based game controller 328 or adapter. 329 --- 221 unchanged lines hidden --- | 326 327config HID_PANTHERLORD 328 tristate "Pantherlord/GreenAsia game controller" 329 depends on USB_HID 330 ---help--- 331 Say Y here if you have a PantherLord/GreenAsia based game controller 332 or adapter. 333 --- 221 unchanged lines hidden --- |