最終更新:2018-01-12 (金) 07:51:28 (2295d)  

CONFIG_USB_HID
Top / CONFIG_USB_HID

drivers/hid/usbhid/Kconfig

config USB_HID
	tristate "USB HID transport layer"
	default y
	depends on USB && INPUT
	select HID
	---help---
	  Say Y here if you want to connect USB keyboards,
	  mice, joysticks, graphic tablets, or any other HID based devices
	  to your computer via USB, as well as Uninterruptible Power Supply
	  (UPS) and monitor control devices.

	  You can't use this driver and the HIDBP (Boot Protocol) keyboard
	  and mouse drivers at the same time. More information is available:
	  <file:Documentation/input/input.txt>.

	  If unsure, say Y.

	  To compile this driver as a module, choose M here: the
	  module will be called usbhid.

メモ

Linux 3.4まで

  • USB Human Interface Device (full HID) support

Linux 3.5から

  • USB HID transport layer

ソースコード

排他利用

メモ

関連