最終更新:2015-02-04 (水) 19:01:12 (3374d)  

hid_info
Top / hid_info

drivers/hid/hid-core.c

  • hid-generic 0003:80EE:0021.0001: input,hidraw0: USB HID v1.10 Mouse [VirtualBox USB Tablet] on usb-0000:00:06.0-1/input0
  • メモ
    {ドライバ名 BBBB:DDDD:VVVV:PPPP}: {buf}: {bus} HID v1.xx {type} [{name}] on {phys}
    hid_info(hdev, "%s: %s HID v%x.%02x %s [%s] on %s\n",buf, bus, hdev->version >> 8, hdev->version & 0xff, type, hdev->name, hdev->phys);
  • buf
    • input
    • hiddevX
    • hidrawX
  • bus
    • USB
    • BLUETOOTH
  • version

呼び出し元