Переглянути джерело

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)

Завантаження…
Відмінити
Зберегти