projects
/
pub
/
lufa.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fixed incorrect HID interface class and subclass values in the Mouse and KeyboardMous...
[pub/lufa.git]
/
Demos
/
Host
/
KeyboardHostWithParser
/
HIDReport.c
diff --git
a/Demos/Host/KeyboardHostWithParser/HIDReport.c
b/Demos/Host/KeyboardHostWithParser/HIDReport.c
index
d177a88
..
b985a45
100644
(file)
--- a/
Demos/Host/KeyboardHostWithParser/HIDReport.c
+++ b/
Demos/Host/KeyboardHostWithParser/HIDReport.c
@@
-64,7
+64,7
@@
uint8_t GetHIDReportData(void)
return ParseControlError;
\r
\r
/* Send the HID report to the parser for processing */
\r
return ParseControlError;
\r
\r
/* Send the HID report to the parser for processing */
\r
- if (ProcessHIDReport(HIDReportData, HIDReportSize, &HIDReportInfo) != HID_PARSE_Successful)
\r
+ if (
USB_
ProcessHIDReport(HIDReportData, HIDReportSize, &HIDReportInfo) != HID_PARSE_Successful)
\r
return ParseError;
\r
\r
return ParseSuccessful;
\r
return ParseError;
\r
\r
return ParseSuccessful;
\r