Kconfig 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649
  1. #
  2. # HID driver configuration
  3. #
  4. menuconfig HID_SUPPORT
  5. bool "HID Devices"
  6. depends on INPUT
  7. default y
  8. ---help---
  9. Say Y here to get to see options for various computer-human interface
  10. device drivers. This option alone does not add any kernel code.
  11. If you say N, all options in this submenu will be skipped and disabled.
  12. if HID_SUPPORT
  13. config HID
  14. tristate "Generic HID support"
  15. depends on INPUT
  16. default y
  17. ---help---
  18. A human interface device (HID) is a type of computer device that
  19. interacts directly with and takes input from humans. The term "HID"
  20. most commonly used to refer to the USB-HID specification, but other
  21. devices (such as, but not strictly limited to, Bluetooth) are
  22. designed using HID specification (this involves certain keyboards,
  23. mice, tablets, etc). This option compiles into kernel the generic
  24. HID layer code (parser, usages, etc.), which can then be used by
  25. transport-specific HID implementation (like USB or Bluetooth).
  26. For docs and specs, see http://www.usb.org/developers/hidpage/
  27. If unsure, say Y.
  28. config HID_BATTERY_STRENGTH
  29. bool
  30. depends on HID && POWER_SUPPLY && HID = POWER_SUPPLY
  31. default y
  32. config HIDRAW
  33. bool "/dev/hidraw raw HID device support"
  34. depends on HID
  35. ---help---
  36. Say Y here if you want to support HID devices (from the USB
  37. specification standpoint) that aren't strictly user interface
  38. devices, like monitor controls and Uninterruptable Power Supplies.
  39. This module supports these devices separately using a separate
  40. event interface on /dev/hidraw.
  41. There is also a /dev/hiddev configuration option in the USB HID
  42. configuration menu. In comparison to hiddev, this device does not process
  43. the hid events at all (no parsing, no lookups). This lets applications
  44. to work on raw hid events when they want to, and avoid using transport-specific
  45. userspace libhid/libusb libraries.
  46. If unsure, say Y.
  47. source "drivers/hid/usbhid/Kconfig"
  48. menu "Special HID drivers"
  49. depends on HID
  50. config HID_A4TECH
  51. tristate "A4 tech mice" if EXPERT
  52. depends on USB_HID
  53. default !EXPERT
  54. ---help---
  55. Support for A4 tech X5 and WOP-35 / Trust 450L mice.
  56. config HID_ACRUX
  57. tristate "ACRUX game controller support"
  58. depends on USB_HID
  59. ---help---
  60. Say Y here if you want to enable support for ACRUX game controllers.
  61. config HID_ACRUX_FF
  62. bool "ACRUX force feedback support"
  63. depends on HID_ACRUX
  64. select INPUT_FF_MEMLESS
  65. ---help---
  66. Say Y here if you want to enable force feedback support for ACRUX
  67. game controllers.
  68. config HID_APPLE
  69. tristate "Apple {i,Power,Mac}Books" if EXPERT
  70. depends on (USB_HID || BT_HIDP)
  71. default !EXPERT
  72. ---help---
  73. Support for some Apple devices which less or more break
  74. HID specification.
  75. Say Y here if you want support for keyboards of Apple iBooks, PowerBooks,
  76. MacBooks, MacBook Pros and Apple Aluminum.
  77. config HID_BELKIN
  78. tristate "Belkin Flip KVM and Wireless keyboard" if EXPERT
  79. depends on USB_HID
  80. default !EXPERT
  81. ---help---
  82. Support for Belkin Flip KVM and Wireless keyboard.
  83. config HID_CHERRY
  84. tristate "Cherry Cymotion keyboard" if EXPERT
  85. depends on USB_HID
  86. default !EXPERT
  87. ---help---
  88. Support for Cherry Cymotion keyboard.
  89. config HID_CHICONY
  90. tristate "Chicony Tactical pad" if EXPERT
  91. depends on USB_HID
  92. default !EXPERT
  93. ---help---
  94. Support for Chicony Tactical pad.
  95. config HID_PRODIKEYS
  96. tristate "Prodikeys PC-MIDI Keyboard support"
  97. depends on USB_HID && SND
  98. select SND_RAWMIDI
  99. ---help---
  100. Support for Prodikeys PC-MIDI Keyboard device support.
  101. Say Y here to enable support for this device.
  102. - Prodikeys PC-MIDI keyboard.
  103. The Prodikeys PC-MIDI acts as a USB Audio device, with one MIDI
  104. input and one MIDI output. These MIDI jacks appear as
  105. a sound "card" in the ALSA sound system.
  106. Note: if you say N here, this device will still function as a basic
  107. multimedia keyboard, but will lack support for the musical keyboard
  108. and some additional multimedia keys.
  109. config HID_CYPRESS
  110. tristate "Cypress mouse and barcode readers" if EXPERT
  111. depends on USB_HID
  112. default !EXPERT
  113. ---help---
  114. Support for cypress mouse and barcode readers.
  115. config HID_DRAGONRISE
  116. tristate "DragonRise Inc. game controller"
  117. depends on USB_HID
  118. ---help---
  119. Say Y here if you have DragonRise Inc. game controllers.
  120. These might be branded as:
  121. - Tesun USB-703
  122. - Media-tech MT1504 "Rogue"
  123. - DVTech JS19 "Gear"
  124. - Defender Game Master
  125. config DRAGONRISE_FF
  126. bool "DragonRise Inc. force feedback"
  127. depends on HID_DRAGONRISE
  128. select INPUT_FF_MEMLESS
  129. ---help---
  130. Say Y here if you want to enable force feedback support for DragonRise Inc.
  131. game controllers.
  132. config HID_EMS_FF
  133. tristate "EMS Production Inc. force feedback support"
  134. depends on USB_HID
  135. select INPUT_FF_MEMLESS
  136. ---help---
  137. Say Y here if you want to enable force feedback support for devices by
  138. EMS Production Ltd.
  139. Currently the following devices are known to be supported:
  140. - Trio Linker Plus II
  141. config HID_ELECOM
  142. tristate "ELECOM BM084 bluetooth mouse"
  143. depends on BT_HIDP
  144. ---help---
  145. Support for the ELECOM BM084 (bluetooth mouse).
  146. config HID_EZKEY
  147. tristate "Ezkey BTC 8193 keyboard" if EXPERT
  148. depends on USB_HID
  149. default !EXPERT
  150. ---help---
  151. Support for Ezkey BTC 8193 keyboard.
  152. config HID_HOLTEK
  153. tristate "Holtek On Line Grip based game controller support"
  154. depends on USB_HID
  155. ---help---
  156. Say Y here if you have a Holtek On Line Grip based game controller.
  157. config HOLTEK_FF
  158. bool "Holtek On Line Grip force feedback support"
  159. depends on HID_HOLTEK
  160. select INPUT_FF_MEMLESS
  161. ---help---
  162. Say Y here if you have a Holtek On Line Grip based game controller
  163. and want to have force feedback support for it.
  164. config HID_KEYTOUCH
  165. tristate "Keytouch HID devices"
  166. depends on USB_HID
  167. ---help---
  168. Support for Keytouch HID devices not fully compliant with
  169. the specification. Currently supported:
  170. - Keytouch IEC 60945
  171. config HID_KYE
  172. tristate "KYE/Genius devices"
  173. depends on USB_HID
  174. ---help---
  175. Support for KYE/Genius devices not fully compliant with HID standard:
  176. - Ergo Mouse
  177. - EasyPen i405X tablet
  178. - MousePen i608X tablet
  179. - EasyPen M610X tablet
  180. config HID_UCLOGIC
  181. tristate "UC-Logic"
  182. depends on USB_HID
  183. ---help---
  184. Support for UC-Logic tablets.
  185. config HID_WALTOP
  186. tristate "Waltop"
  187. depends on USB_HID
  188. ---help---
  189. Support for Waltop tablets.
  190. config HID_GYRATION
  191. tristate "Gyration remote control"
  192. depends on USB_HID
  193. ---help---
  194. Support for Gyration remote control.
  195. config HID_TWINHAN
  196. tristate "Twinhan IR remote control"
  197. depends on USB_HID
  198. ---help---
  199. Support for Twinhan IR remote control.
  200. config HID_KENSINGTON
  201. tristate "Kensington Slimblade Trackball" if EXPERT
  202. depends on USB_HID
  203. default !EXPERT
  204. ---help---
  205. Support for Kensington Slimblade Trackball.
  206. config HID_LCPOWER
  207. tristate "LC-Power"
  208. depends on USB_HID
  209. ---help---
  210. Support for LC-Power RC1000MCE RF remote control.
  211. config HID_LOGITECH
  212. tristate "Logitech devices" if EXPERT
  213. depends on USB_HID
  214. default !EXPERT
  215. ---help---
  216. Support for Logitech devices that are not fully compliant with HID standard.
  217. config HID_LOGITECH_DJ
  218. tristate "Logitech Unifying receivers full support"
  219. depends on HID_LOGITECH
  220. default m
  221. ---help---
  222. Say Y if you want support for Logitech Unifying receivers and devices.
  223. Unifying receivers are capable of pairing up to 6 Logitech compliant
  224. devices to the same receiver. Without this driver it will be handled by
  225. generic USB_HID driver and all incomming events will be multiplexed
  226. into a single mouse and a single keyboard device.
  227. config LOGITECH_FF
  228. bool "Logitech force feedback support"
  229. depends on HID_LOGITECH
  230. select INPUT_FF_MEMLESS
  231. help
  232. Say Y here if you have one of these devices:
  233. - Logitech WingMan Cordless RumblePad
  234. - Logitech WingMan Cordless RumblePad 2
  235. - Logitech WingMan Force 3D
  236. - Logitech Formula Force EX
  237. - Logitech WingMan Formula Force GP
  238. - Logitech MOMO Force wheel
  239. and if you want to enable force feedback for them.
  240. Note: if you say N here, this device will still be supported, but without
  241. force feedback.
  242. config LOGIRUMBLEPAD2_FF
  243. bool "Logitech RumblePad/Rumblepad 2 force feedback support"
  244. depends on HID_LOGITECH
  245. select INPUT_FF_MEMLESS
  246. help
  247. Say Y here if you want to enable force feedback support for Logitech
  248. RumblePad and Rumblepad 2 devices.
  249. config LOGIG940_FF
  250. bool "Logitech Flight System G940 force feedback support"
  251. depends on HID_LOGITECH
  252. select INPUT_FF_MEMLESS
  253. help
  254. Say Y here if you want to enable force feedback support for Logitech
  255. Flight System G940 devices.
  256. config LOGIWHEELS_FF
  257. bool "Logitech wheels configuration and force feedback support"
  258. depends on HID_LOGITECH
  259. select INPUT_FF_MEMLESS
  260. default LOGITECH_FF
  261. help
  262. Say Y here if you want to enable force feedback and range setting
  263. support for following Logitech wheels:
  264. - Logitech Driving Force
  265. - Logitech Driving Force Pro
  266. - Logitech Driving Force GT
  267. - Logitech G25
  268. - Logitech G27
  269. - Logitech MOMO/MOMO 2
  270. - Logitech Formula Force EX
  271. config HID_MAGICMOUSE
  272. tristate "Apple MagicMouse multi-touch support"
  273. depends on BT_HIDP
  274. ---help---
  275. Support for the Apple Magic Mouse multi-touch.
  276. Say Y here if you want support for the multi-touch features of the
  277. Apple Wireless "Magic" Mouse.
  278. config HID_MICROSOFT
  279. tristate "Microsoft non-fully HID-compliant devices" if EXPERT
  280. depends on USB_HID
  281. default !EXPERT
  282. ---help---
  283. Support for Microsoft devices that are not fully compliant with HID standard.
  284. config HID_MONTEREY
  285. tristate "Monterey Genius KB29E keyboard" if EXPERT
  286. depends on USB_HID
  287. default !EXPERT
  288. ---help---
  289. Support for Monterey Genius KB29E.
  290. config HID_MULTITOUCH
  291. tristate "HID Multitouch panels"
  292. depends on USB_HID
  293. ---help---
  294. Generic support for HID multitouch panels.
  295. Say Y here if you have one of the following devices:
  296. - 3M PCT touch screens
  297. - ActionStar dual touch panels
  298. - Atmel panels
  299. - Cando dual touch panels
  300. - Chunghwa panels
  301. - CVTouch panels
  302. - Cypress TrueTouch panels
  303. - Elo TouchSystems IntelliTouch Plus panels
  304. - GeneralTouch 'Sensing Win7-TwoFinger' panels
  305. - GoodTouch panels
  306. - Hanvon dual touch panels
  307. - Ilitek dual touch panels
  308. - IrTouch Infrared USB panels
  309. - LG Display panels (Dell ST2220Tc)
  310. - Lumio CrystalTouch panels
  311. - MosArt dual-touch panels
  312. - Panasonic multitouch panels
  313. - PenMount dual touch panels
  314. - Perixx Peripad 701 touchpad
  315. - PixArt optical touch screen
  316. - Pixcir dual touch panels
  317. - Quanta panels
  318. - eGalax dual-touch panels, including the Joojoo and Wetab tablets
  319. - Stantum multitouch panels
  320. - Touch International Panels
  321. - Unitec Panels
  322. - XAT optical touch panels
  323. - Xiroku optical touch panels
  324. If unsure, say N.
  325. To compile this driver as a module, choose M here: the
  326. module will be called hid-multitouch.
  327. config HID_NTRIG
  328. tristate "N-Trig touch screen"
  329. depends on USB_HID
  330. ---help---
  331. Support for N-Trig touch screen.
  332. config HID_ORTEK
  333. tristate "Ortek PKB-1700/WKB-2000/Skycable wireless keyboard and mouse trackpad"
  334. depends on USB_HID
  335. ---help---
  336. There are certain devices which have LogicalMaximum wrong in the keyboard
  337. usage page of their report descriptor. The most prevailing ones so far
  338. are manufactured by Ortek, thus the name of the driver. Currently
  339. supported devices by this driver are
  340. - Ortek PKB-1700
  341. - Ortek WKB-2000
  342. - Skycable wireless presenter
  343. config HID_PANTHERLORD
  344. tristate "Pantherlord/GreenAsia game controller"
  345. depends on USB_HID
  346. ---help---
  347. Say Y here if you have a PantherLord/GreenAsia based game controller
  348. or adapter.
  349. config PANTHERLORD_FF
  350. bool "Pantherlord force feedback support"
  351. depends on HID_PANTHERLORD
  352. select INPUT_FF_MEMLESS
  353. ---help---
  354. Say Y here if you have a PantherLord/GreenAsia based game controller
  355. or adapter and want to enable force feedback support for it.
  356. config HID_PETALYNX
  357. tristate "Petalynx Maxter remote control"
  358. depends on USB_HID
  359. ---help---
  360. Support for Petalynx Maxter remote control.
  361. config HID_PICOLCD
  362. tristate "PicoLCD (graphic version)"
  363. depends on USB_HID
  364. ---help---
  365. This provides support for Minibox PicoLCD devices, currently
  366. only the graphical ones are supported.
  367. This includes support for the following device features:
  368. - Keypad
  369. - Switching between Firmware and Flash mode
  370. - EEProm / Flash access (via debugfs)
  371. Features selectively enabled:
  372. - Framebuffer for monochrome 256x64 display
  373. - Backlight control
  374. - Contrast control
  375. - General purpose outputs
  376. Features that are not (yet) supported:
  377. - IR
  378. config HID_PICOLCD_FB
  379. bool "Framebuffer support" if EXPERT
  380. default !EXPERT
  381. depends on HID_PICOLCD
  382. depends on HID_PICOLCD=FB || FB=y
  383. select FB_DEFERRED_IO
  384. select FB_SYS_FILLRECT
  385. select FB_SYS_COPYAREA
  386. select FB_SYS_IMAGEBLIT
  387. select FB_SYS_FOPS
  388. ---help---
  389. Provide access to PicoLCD's 256x64 monochrome display via a
  390. frambuffer device.
  391. config HID_PICOLCD_BACKLIGHT
  392. bool "Backlight control" if EXPERT
  393. default !EXPERT
  394. depends on HID_PICOLCD
  395. depends on HID_PICOLCD=BACKLIGHT_CLASS_DEVICE || BACKLIGHT_CLASS_DEVICE=y
  396. ---help---
  397. Provide access to PicoLCD's backlight control via backlight
  398. class.
  399. config HID_PICOLCD_LCD
  400. bool "Contrast control" if EXPERT
  401. default !EXPERT
  402. depends on HID_PICOLCD
  403. depends on HID_PICOLCD=LCD_CLASS_DEVICE || LCD_CLASS_DEVICE=y
  404. ---help---
  405. Provide access to PicoLCD's LCD contrast via lcd class.
  406. config HID_PICOLCD_LEDS
  407. bool "GPO via leds class" if EXPERT
  408. default !EXPERT
  409. depends on HID_PICOLCD
  410. depends on HID_PICOLCD=LEDS_CLASS || LEDS_CLASS=y
  411. ---help---
  412. Provide access to PicoLCD's GPO pins via leds class.
  413. config HID_PRIMAX
  414. tristate "Primax non-fully HID-compliant devices"
  415. depends on USB_HID
  416. ---help---
  417. Support for Primax devices that are not fully compliant with the
  418. HID standard.
  419. config HID_ROCCAT
  420. tristate "Roccat device support"
  421. depends on USB_HID
  422. ---help---
  423. Support for Roccat devices.
  424. Say Y here if you have a Roccat mouse or keyboard and want
  425. support for its special functionalities.
  426. config HID_SAITEK
  427. tristate "Saitek non-fully HID-compliant devices"
  428. depends on USB_HID
  429. ---help---
  430. Support for Saitek devices that are not fully compliant with the
  431. HID standard.
  432. Currently only supports the PS1000 controller.
  433. config HID_SAMSUNG
  434. tristate "Samsung InfraRed remote control or keyboards"
  435. depends on USB_HID
  436. ---help---
  437. Support for Samsung InfraRed remote control or keyboards.
  438. config HID_SONY
  439. tristate "Sony PS3 controller"
  440. depends on USB_HID
  441. ---help---
  442. Support for Sony PS3 controller.
  443. config HID_SPEEDLINK
  444. tristate "Speedlink VAD Cezanne mouse support"
  445. depends on USB_HID
  446. ---help---
  447. Support for Speedlink Vicious and Divine Cezanne mouse.
  448. config HID_SUNPLUS
  449. tristate "Sunplus wireless desktop"
  450. depends on USB_HID
  451. ---help---
  452. Support for Sunplus wireless desktop.
  453. config HID_GREENASIA
  454. tristate "GreenAsia (Product ID 0x12) game controller support"
  455. depends on USB_HID
  456. ---help---
  457. Say Y here if you have a GreenAsia (Product ID 0x12) based game
  458. controller or adapter.
  459. config GREENASIA_FF
  460. bool "GreenAsia (Product ID 0x12) force feedback support"
  461. depends on HID_GREENASIA
  462. select INPUT_FF_MEMLESS
  463. ---help---
  464. Say Y here if you have a GreenAsia (Product ID 0x12) based game controller
  465. (like MANTA Warrior MM816 and SpeedLink Strike2 SL-6635) or adapter
  466. and want to enable force feedback support for it.
  467. config HID_HYPERV_MOUSE
  468. tristate "Microsoft Hyper-V mouse driver"
  469. depends on HYPERV
  470. ---help---
  471. Select this option to enable the Hyper-V mouse driver.
  472. config HID_SMARTJOYPLUS
  473. tristate "SmartJoy PLUS PS2/USB adapter support"
  474. depends on USB_HID
  475. ---help---
  476. Support for SmartJoy PLUS PS2/USB adapter, Super Dual Box,
  477. Super Joy Box 3 Pro, Super Dual Box Pro, and Super Joy Box 5 Pro.
  478. Note that DDR (Dance Dance Revolution) mode is not supported, nor
  479. is pressure sensitive buttons on the pro models.
  480. config SMARTJOYPLUS_FF
  481. bool "SmartJoy PLUS PS2/USB adapter force feedback support"
  482. depends on HID_SMARTJOYPLUS
  483. select INPUT_FF_MEMLESS
  484. ---help---
  485. Say Y here if you have a SmartJoy PLUS PS2/USB adapter and want to
  486. enable force feedback support for it.
  487. config HID_TIVO
  488. tristate "TiVo Slide Bluetooth remote control support"
  489. depends on (USB_HID || BT_HIDP)
  490. ---help---
  491. Say Y if you have a TiVo Slide Bluetooth remote control.
  492. config HID_TOPSEED
  493. tristate "TopSeed Cyberlink, BTC Emprex, Conceptronic remote control support"
  494. depends on USB_HID
  495. ---help---
  496. Say Y if you have a TopSeed Cyberlink or BTC Emprex or Conceptronic
  497. CLLRCMCE remote control.
  498. config HID_THRUSTMASTER
  499. tristate "ThrustMaster devices support"
  500. depends on USB_HID
  501. ---help---
  502. Say Y here if you have a THRUSTMASTER FireStore Dual Power 2 or
  503. a THRUSTMASTER Ferrari GT Rumble Wheel.
  504. config THRUSTMASTER_FF
  505. bool "ThrustMaster devices force feedback support"
  506. depends on HID_THRUSTMASTER
  507. select INPUT_FF_MEMLESS
  508. ---help---
  509. Say Y here if you have a THRUSTMASTER FireStore Dual Power 2 or 3,
  510. a THRUSTMASTER Dual Trigger 3-in-1 or a THRUSTMASTER Ferrari GT
  511. Rumble Force or Force Feedback Wheel.
  512. config HID_WACOM
  513. tristate "Wacom Bluetooth devices support"
  514. depends on BT_HIDP
  515. ---help---
  516. Support for Wacom Graphire Bluetooth tablet.
  517. config HID_WACOM_POWER_SUPPLY
  518. bool "Wacom Bluetooth devices power supply status support"
  519. depends on HID_WACOM
  520. select POWER_SUPPLY
  521. ---help---
  522. Say Y here if you want to enable power supply status monitoring for
  523. Wacom Bluetooth devices.
  524. config HID_WIIMOTE
  525. tristate "Nintendo Wii Remote support"
  526. depends on BT_HIDP
  527. depends on LEDS_CLASS
  528. select POWER_SUPPLY
  529. select INPUT_FF_MEMLESS
  530. ---help---
  531. Support for the Nintendo Wii Remote bluetooth device.
  532. config HID_WIIMOTE_EXT
  533. bool "Nintendo Wii Remote Extension support"
  534. depends on HID_WIIMOTE
  535. default HID_WIIMOTE
  536. ---help---
  537. Support for extension controllers of the Nintendo Wii Remote. Say yes
  538. here if you want to use the Nintendo Motion+, Nunchuck or Classic
  539. extension controllers with your Wii Remote.
  540. config HID_ZEROPLUS
  541. tristate "Zeroplus based game controller support"
  542. depends on USB_HID
  543. ---help---
  544. Say Y here if you have a Zeroplus based game controller.
  545. config ZEROPLUS_FF
  546. bool "Zeroplus based game controller force feedback support"
  547. depends on HID_ZEROPLUS
  548. select INPUT_FF_MEMLESS
  549. ---help---
  550. Say Y here if you have a Zeroplus based game controller and want
  551. to have force feedback support for it.
  552. config HID_ZYDACRON
  553. tristate "Zydacron remote control support"
  554. depends on USB_HID
  555. ---help---
  556. Support for Zydacron remote control.
  557. endmenu
  558. endif # HID_SUPPORT