Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
  • LUFA-170418
  • LUFA-151115
  • LUFA-140928
  • LUFA-140302
  • LUFA-130901
  • LUFA-130901-BETA
  • LUFA-130303
  • LUFA-120730
  • LUFA-120730-BETA
  • LUFA-120219
  • LUFA-120219-BETA
  • LUFA-111009
  • LUFA-111009-BETA
  • LUFA-110528
  • LUFA-110528-BETA
16 results

HIDParser.c

Blame
    • Dean Camera's avatar
      df29aa37
      Added flag to the HID report parser to indicate if a device has multiple reports. · df29aa37
      Dean Camera authored
      SetIdle requests to the HID device driver with a 0 idle period (send changes only) now only affect the requested HID interface within the device, not all HID interfaces.
      
      Apply correct fix to the HID report parser for PUSH items - current HID item attribute stack was being copied in the wrong direction.
      
      Fixed HID report parser not resetting the FEATURE item count when a REPORT ID item is encountered.
      df29aa37
      History
      Added flag to the HID report parser to indicate if a device has multiple reports.
      Dean Camera authored
      SetIdle requests to the HID device driver with a 0 idle period (send changes only) now only affect the requested HID interface within the device, not all HID interfaces.
      
      Apply correct fix to the HID report parser for PUSH items - current HID item attribute stack was being copied in the wrong direction.
      
      Fixed HID report parser not resetting the FEATURE item count when a REPORT ID item is encountered.