projects
/
pub
/
USBasp.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/USBasp.git]
/
Demos
/
Device
/
Mouse
/
Descriptors.c
diff --git
a/Demos/Device/Mouse/Descriptors.c
b/Demos/Device/Mouse/Descriptors.c
index
9ad39f4
..
a93d512
100644
(file)
--- a/
Demos/Device/Mouse/Descriptors.c
+++ b/
Demos/Device/Mouse/Descriptors.c
@@
-132,8
+132,8
@@
USB_Descriptor_Configuration_t PROGMEM ConfigurationDescriptor =
TotalEndpoints: 1,
\r
\r
Class: 0x03,
\r
- SubClass: 0x0
2
,
\r
- Protocol: 0x0
1
,
\r
+ SubClass: 0x0
1
,
\r
+ Protocol: 0x0
2
,
\r
\r
InterfaceStrIndex: NO_DESCRIPTOR
\r
},
\r