projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Add double banking property to LUFA powered projects in the Projects directory. Add...
[pub/USBasp.git]
/
Projects
/
Magstripe
/
Magstripe.c
diff --git
a/Projects/Magstripe/Magstripe.c
b/Projects/Magstripe/Magstripe.c
index
7b3f0be
..
69f17c7
100644
(file)
--- a/
Projects/Magstripe/Magstripe.c
+++ b/
Projects/Magstripe/Magstripe.c
@@
-56,13
+56,14
@@
USB_ClassInfo_HID_Device_t Keyboard_HID_Interface =
{
\r
.Config =
\r
{
\r
{
\r
.Config =
\r
{
\r
- .InterfaceNumber = 0,
\r
+ .InterfaceNumber
= 0,
\r
\r
\r
- .ReportINEndpointNumber = KEYBOARD_EPNUM,
\r
- .ReportINEndpointSize = KEYBOARD_EPSIZE,
\r
+ .ReportINEndpointNumber = KEYBOARD_EPNUM,
\r
+ .ReportINEndpointSize = KEYBOARD_EPSIZE,
\r
+ .ReportINEndpointDoubleBank = KEYBOARD_EPSIZE,
\r
\r
\r
- .PrevReportINBuffer = PrevKeyboardHIDReportBuffer,
\r
- .PrevReportINBufferSize = sizeof(PrevKeyboardHIDReportBuffer),
\r
+ .PrevReportINBuffer
= PrevKeyboardHIDReportBuffer,
\r
+ .PrevReportINBufferSize
= sizeof(PrevKeyboardHIDReportBuffer),
\r
},
\r
};
\r
\r
},
\r
};
\r
\r