projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fix STK525 and STK526 device support in the Atmel Studio extension.
[pub/USBasp.git]
/
Projects
/
Webserver
/
USBDeviceMode.c
diff --git
a/Projects/Webserver/USBDeviceMode.c
b/Projects/Webserver/USBDeviceMode.c
index
7d5beb9
..
f889b6b
100644
(file)
--- a/
Projects/Webserver/USBDeviceMode.c
+++ b/
Projects/Webserver/USBDeviceMode.c
@@
-44,7
+44,7
@@
USB_ClassInfo_RNDIS_Device_t Ethernet_RNDIS_Interface_Device =
{
.Config =
{
{
.Config =
{
- .ControlInterfaceNumber =
0
,
+ .ControlInterfaceNumber =
INTERFACE_ID_CDC_CCI
,
.DataINEndpoint =
{
.Address = CDC_TX_EPADDR,
.DataINEndpoint =
{
.Address = CDC_TX_EPADDR,
@@
-76,7
+76,7
@@
USB_ClassInfo_MS_Device_t Disk_MS_Interface =
{
.Config =
{
{
.Config =
{
- .InterfaceNumber =
2
,
+ .InterfaceNumber =
INTERFACE_ID_MassStorage
,
.DataINEndpoint =
{
.Address = MASS_STORAGE_IN_EPADDR,
.DataINEndpoint =
{
.Address = MASS_STORAGE_IN_EPADDR,