projects
/
pub
/
lufa.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Added new Pipe_IsFrozen() macro to determine if the currently selected pipe is frozen.
[pub/lufa.git]
/
Demos
/
Device
/
ClassDriver
/
Mouse
/
Descriptors.c
diff --git
a/Demos/Device/ClassDriver/Mouse/Descriptors.c
b/Demos/Device/ClassDriver/Mouse/Descriptors.c
index
7161da1
..
f6d6e89
100644
(file)
--- a/
Demos/Device/ClassDriver/Mouse/Descriptors.c
+++ b/
Demos/Device/ClassDriver/Mouse/Descriptors.c
@@
-133,7
+133,7
@@
USB_Descriptor_Configuration_t PROGMEM ConfigurationDescriptor =
\r
.Class = 0x03,
\r
.SubClass = 0x01,
\r
- .Protocol =
0x02
,
\r
+ .Protocol =
HID_BOOT_MOUSE_PROTOCOL
,
\r
\r
.InterfaceStrIndex = NO_DESCRIPTOR
\r
},
\r