Skip to content
Snippets Groups Projects
Select Git revision
  • 9d6a373cb61b55b94312de3809ac76fcbd0a696c
  • 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
17 results

KeyboardHostWithParser.c

  • Dean Camera's avatar
    524decde
    Change HID report parser so that it can calculate and record the sizes (IN,... · 524decde
    Dean Camera authored
    Change HID report parser so that it can calculate and record the sizes (IN, OUT and FEATURE) of each report within the device, by report ID. This will be required in host mode, so that the host can determine how many bytes of data must be read in for each report.
    
    Add to MouseHostWithParser and KeyboardHostWithParser demos to print out the report sizes when a valid device is connected.
    524decde
    History
    Change HID report parser so that it can calculate and record the sizes (IN,...
    Dean Camera authored
    Change HID report parser so that it can calculate and record the sizes (IN, OUT and FEATURE) of each report within the device, by report ID. This will be required in host mode, so that the host can determine how many bytes of data must be read in for each report.
    
    Add to MouseHostWithParser and KeyboardHostWithParser demos to print out the report sizes when a valid device is connected.