瀏覽代碼

Simplify media keys descriptor (needed for Windows)

main
PaulStoffregen 8 年之前
父節點
當前提交
98183abe41
共有 1 個文件被更改,包括 0 次插入3 次删除
  1. +0
    -3
      teensy3/usb_desc.c

+ 0
- 3
teensy3/usb_desc.c 查看文件

@@ -157,10 +157,7 @@ static uint8_t keymedia_report_desc[] = {
0x15, 0x00, // Logical Minimum (0)
0x26, 0x9C, 0x02, // Logical Maximum (0x29C)
0x81, 0x00, // Input (Data, Array)
0xC0, // End Collection
0x05, 0x01, // Usage Page (Generic Desktop)
0x09, 0x80, // Usage (System Control)
0xA1, 0x01, // Collection (Application)
0x75, 0x08, // Report Size (8)
0x95, 0x03, // Report Count (3)
0x19, 0x00, // Usage Minimum (0)

Loading…
取消
儲存