Procházet zdrojové kódy

Simplify media keys descriptor (needed for Windows)

main
PaulStoffregen před 9 roky
rodič
revize
98183abe41
1 změnil soubory, kde provedl 0 přidání a 3 odebrání
  1. +0
    -3
      teensy3/usb_desc.c

+ 0
- 3
teensy3/usb_desc.c Zobrazit soubor

0x15, 0x00, // Logical Minimum (0) 0x15, 0x00, // Logical Minimum (0)
0x26, 0x9C, 0x02, // Logical Maximum (0x29C) 0x26, 0x9C, 0x02, // Logical Maximum (0x29C)
0x81, 0x00, // Input (Data, Array) 0x81, 0x00, // Input (Data, Array)
0xC0, // End Collection
0x05, 0x01, // Usage Page (Generic Desktop) 0x05, 0x01, // Usage Page (Generic Desktop)
0x09, 0x80, // Usage (System Control)
0xA1, 0x01, // Collection (Application)
0x75, 0x08, // Report Size (8) 0x75, 0x08, // Report Size (8)
0x95, 0x03, // Report Count (3) 0x95, 0x03, // Report Count (3)
0x19, 0x00, // Usage Minimum (0) 0x19, 0x00, // Usage Minimum (0)

Načítá se…
Zrušit
Uložit