wok-undigest annotate linux/description.linux-hid.txt @ rev 1223

copied libxext recipe from wok-next
author Hans-G?nter Theisgen
date Fri Nov 15 17:38:29 2019 +0100 (2019-11-15)
parents
children
rev   line source
Hans-G?nter@1217 1 # HID support
Hans-G?nter@1217 2
Hans-G?nter@1217 3 A human interface device (HID) is a type of computer device that interacts
Hans-G?nter@1217 4 directly with and takes input from humans. The term "HID" most commonly used to
Hans-G?nter@1217 5 refer to the USB-HID specification, but other devices (such as, but not
Hans-G?nter@1217 6 strictly limited to, Bluetooth) are designed using HID specification (this
Hans-G?nter@1217 7 involves certain keyboards, mice, tablets, etc). This option adds the HID bus
Hans-G?nter@1217 8 to the kernel, together with generic HID layer code. The HID devices are added
Hans-G?nter@1217 9 and removed from the HID bus by the transport-layer drivers, such as usbhid
Hans-G?nter@1217 10 (USB_HID) and hidp (BT_HIDP).
Hans-G?nter@1217 11
Hans-G?nter@1217 12 For docs and specs, see http://www.usb.org/developers/hidpage/