projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Added class specific descriptor type defines with standard USB-IF element naming.
[pub/USBasp.git]
/
Demos
/
Device
/
ClassDriver
/
KeyboardMouse
/
Descriptors.c
diff --git
a/Demos/Device/ClassDriver/KeyboardMouse/Descriptors.c
b/Demos/Device/ClassDriver/KeyboardMouse/Descriptors.c
index
dff0b8f
..
4f7c55b
100644
(file)
--- a/
Demos/Device/ClassDriver/KeyboardMouse/Descriptors.c
+++ b/
Demos/Device/ClassDriver/KeyboardMouse/Descriptors.c
@@
-179,7
+179,7
@@
USB_Descriptor_Configuration_t PROGMEM ConfigurationDescriptor =
.HID1_KeyboardHID =
{
.HID1_KeyboardHID =
{
- .Header = {.Size = sizeof(USB_HID_Descriptor_t), .Type = DTYPE_HID},
+ .Header = {.Size = sizeof(USB_HID_Descriptor_
HID_
t), .Type = DTYPE_HID},
.HIDSpec = VERSION_BCD(01.11),
.CountryCode = 0x00,
.HIDSpec = VERSION_BCD(01.11),
.CountryCode = 0x00,
@@
-216,7
+216,7
@@
USB_Descriptor_Configuration_t PROGMEM ConfigurationDescriptor =
.HID2_MouseHID =
{
.HID2_MouseHID =
{
- .Header = {.Size = sizeof(USB_HID_Descriptor_t), .Type = DTYPE_HID},
+ .Header = {.Size = sizeof(USB_HID_Descriptor_
HID_
t), .Type = DTYPE_HID},
.HIDSpec = VERSION_BCD(01.11),
.CountryCode = 0x00,
.HIDSpec = VERSION_BCD(01.11),
.CountryCode = 0x00,
@@
-317,12
+317,12
@@
uint16_t CALLBACK_USB_GetDescriptor(const uint16_t wValue,
if (!(wIndex))
{
Address = &ConfigurationDescriptor.HID1_KeyboardHID;
if (!(wIndex))
{
Address = &ConfigurationDescriptor.HID1_KeyboardHID;
- Size = sizeof(USB_HID_Descriptor_t);
+ Size = sizeof(USB_HID_Descriptor_
HID_
t);
}
else
{
Address = &ConfigurationDescriptor.HID2_MouseHID;
}
else
{
Address = &ConfigurationDescriptor.HID2_MouseHID;
- Size = sizeof(USB_HID_Descriptor_
t);
+ Size = sizeof(USB_HID_Descriptor_
HID_t);
}
break;
case DTYPE_Report:
}
break;
case DTYPE_Report: