| USB HID for Linux USB | ||
|---|---|---|
| <<< Previous | Next >>> | |
This chapter provides a brief overview of which kernel options are relevant for Linux HID support.
This chapter is currently just a stub for more information that will be provided in a later version.
Refer to the Linux USB Guide for more information on configuring USB. If you are trying to use some of the examples in the hiddev chapter, you should turn the HID input layer support(CONFIG_USB_HIDINPUT) off, and turn the /dev/hiddev raw HID device support(CONFIG_USB_HIDDEV) on.
If you are trying to use some of the examples in the event chapter, you must turn the HID input layer support(CONFIG_USB_HIDINPUT) on. You can have the /dev/hiddev raw HID device support(CONFIG_USB_HIDDEV) on or off - it won't make any difference.
| <<< Previous | Home | Next >>> |
| USB Device Drivers | Up | Input subsystem |