diff options
author | Jiri Kosina <jkosina@suse.cz> | 2012-07-24 07:40:06 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2012-07-24 07:40:06 -0400 |
commit | c062c4d1de57789bf15f7641a24c429eeb8a1c6a (patch) | |
tree | dfd376034ea8458689c937dafa5e318892af82af /drivers/hid/Kconfig | |
parent | 929bd380b7aec9f9553b6509af86cdba25e334b8 (diff) | |
parent | adefb69b1b94df29ea2df05cd838c0e032b2c473 (diff) |
Merge branch 'uhid' into for-linus
Conflicts:
drivers/hid/Kconfig
Diffstat (limited to 'drivers/hid/Kconfig')
-rw-r--r-- | drivers/hid/Kconfig | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig index 00445bc3019c..fbf49503508d 100644 --- a/drivers/hid/Kconfig +++ b/drivers/hid/Kconfig | |||
@@ -53,6 +53,27 @@ config HIDRAW | |||
53 | 53 | ||
54 | If unsure, say Y. | 54 | If unsure, say Y. |
55 | 55 | ||
56 | config UHID | ||
57 | tristate "User-space I/O driver support for HID subsystem" | ||
58 | depends on HID | ||
59 | default n | ||
60 | ---help--- | ||
61 | Say Y here if you want to provide HID I/O Drivers from user-space. | ||
62 | This allows to write I/O drivers in user-space and feed the data from | ||
63 | the device into the kernel. The kernel parses the HID reports, loads the | ||
64 | corresponding HID Device Driver or provides input devices on top of your | ||
65 | user-space device. | ||
66 | |||
67 | This driver cannot be used to parse HID-reports in user-space and write | ||
68 | special HID-drivers. You should use hidraw for that. | ||
69 | Instead, this driver allows to write the transport-layer driver in | ||
70 | user-space like USB-HID and Bluetooth-HID do in kernel-space. | ||
71 | |||
72 | If unsure, say N. | ||
73 | |||
74 | To compile this driver as a module, choose M here: the | ||
75 | module will be called uhid. | ||
76 | |||
56 | config HID_GENERIC | 77 | config HID_GENERIC |
57 | tristate "Generic HID driver" | 78 | tristate "Generic HID driver" |
58 | depends on HID | 79 | depends on HID |