wok-undigest diff linux/description.linux-hid.txt @ rev 1229

updated libgio and libgio-dev (2.43.3 -> 2.62.4)
author Hans-G?nter Theisgen
date Wed Sep 09 14:00:14 2020 +0100 (2020-09-09)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/linux/description.linux-hid.txt	Wed Sep 09 14:00:14 2020 +0100
     1.3 @@ -0,0 +1,12 @@
     1.4 +# HID support
     1.5 +
     1.6 +A human interface device (HID) is a type of computer device that interacts
     1.7 +directly with and takes input from humans. The term "HID" most commonly used to
     1.8 +refer to the USB-HID specification, but other devices (such as, but not
     1.9 +strictly limited to, Bluetooth) are designed using HID specification (this
    1.10 +involves certain keyboards, mice, tablets, etc). This option adds the HID bus
    1.11 +to the kernel, together with generic HID layer code. The HID devices are added
    1.12 +and removed from the HID bus by the transport-layer drivers, such as usbhid
    1.13 +(USB_HID) and hidp (BT_HIDP).
    1.14 +
    1.15 +For docs and specs, see http://www.usb.org/developers/hidpage/