wok-next
annotate linux/description.linux-hid.txt @ rev 21726
updated firefox-official (77.0 -> 81.0)
author |
Hans-G?nter Theisgen |
date |
Sun Sep 27 14:34:31 2020 +0100 (2020-09-27) |
parents |
960a052d15d3 |
children |
|
rev |
line source |
al@19595
|
1 # HID support
|
al@19595
|
2
|
al@19595
|
3 A human interface device (HID) is a type of computer device that interacts
|
al@19595
|
4 directly with and takes input from humans. The term "HID" most commonly used to
|
al@19595
|
5 refer to the USB-HID specification, but other devices (such as, but not
|
al@19595
|
6 strictly limited to, Bluetooth) are designed using HID specification (this
|
al@19595
|
7 involves certain keyboards, mice, tablets, etc). This option adds the HID bus
|
al@19595
|
8 to the kernel, together with generic HID layer code. The HID devices are added
|
al@19595
|
9 and removed from the HID bus by the transport-layer drivers, such as usbhid
|
al@19595
|
10 (USB_HID) and hidp (BT_HIDP).
|
al@19595
|
11
|
al@19595
|
12 For docs and specs, see http://www.usb.org/developers/hidpage/
|