projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Renamed all library events to properly seperate out Device and Host mode events....
[pub/USBasp.git]
/
LUFA
/
Drivers
/
USB
/
Class
/
Device
/
HID.c
diff --git
a/LUFA/Drivers/USB/Class/Device/HID.c
b/LUFA/Drivers/USB/Class/Device/HID.c
index
40f7d2f
..
937214b
100644
(file)
--- a/
LUFA/Drivers/USB/Class/Device/HID.c
+++ b/
LUFA/Drivers/USB/Class/Device/HID.c
@@
-33,7
+33,7
@@
\r
#include "HID.h"
\r
\r
\r
#include "HID.h"
\r
\r
-void HID_Device_ProcessControl
Packe
t(USB_ClassInfo_HID_Device_t* const HIDInterfaceInfo)
\r
+void HID_Device_ProcessControl
Reques
t(USB_ClassInfo_HID_Device_t* const HIDInterfaceInfo)
\r
{
\r
if (!(Endpoint_IsSETUPReceived()))
\r
return;
\r
{
\r
if (!(Endpoint_IsSETUPReceived()))
\r
return;
\r