projects
/
pub
/
lufa.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Restrict HID bootloader programming region (thanks to NicoHood).
[pub/lufa.git]
/
Bootloaders
/
HID
/
Descriptors.c
diff --git
a/Bootloaders/HID/Descriptors.c
b/Bootloaders/HID/Descriptors.c
index
4c475db
..
70dc9d0
100644
(file)
--- a/
Bootloaders/HID/Descriptors.c
+++ b/
Bootloaders/HID/Descriptors.c
@@
-110,7
+110,7
@@
const USB_Descriptor_Configuration_t ConfigurationDescriptor =
{
.Header = {.Size = sizeof(USB_Descriptor_Interface_t), .Type = DTYPE_Interface},
- .InterfaceNumber = INTERFACE_ID_
Printer
,
+ .InterfaceNumber = INTERFACE_ID_
GenericHID
,
.AlternateSetting = 0x00,
.TotalEndpoints = 1,