最終更新:2017-05-12 (金) 18:55:42 (2531d)  

hiddev
Top / hiddev

/dev/hiddev raw HID device support

a char interface using the normal USB

既知の入力デバイス(キーボード,マウス,ゲームパッド等)ではない場合に生成される,汎用 HID インタフェース

Linux 2.6.22?

Kconfig

  • to support HID devices (from the USB specification standpoint) that aren't strictly user interface devices, like monitor controls and Uninterruptable Power Supplies.
  • This module supports these devices separately using a separate event interface on /dev/usb/hiddevX (char 180:96 to 180:111).

ドキュメント

ヘッダ

  • linux/hiddev.h?
  • uapi/linux/hiddev.h?

ドライバ

  • drivers/hid/usbhid/hiddev.c?

.config

デバイスファイル

  • Linux/dev/usb/hiddev?

使い方

関連

  • hidraw - In comparison to hiddev, this device does not process the hid events at all (no parsing, no lookups)

参考