Change the cc2531 usb stick descriptor
The CC2531 USB stick now identifies itself as a 'Texas Instruments CC2531 USB Dongle' and uses a TI-assigmed VID:PID. The VID:PID is now configurable in contiki- or project-conf.h
This commit is contained in:
parent
0614c4e720
commit
1b0470687b
3 changed files with 12 additions and 6 deletions
|
@ -14,8 +14,8 @@ const struct usb_st_device_descriptor device_descriptor =
|
|||
0,
|
||||
0,
|
||||
CTRL_EP_SIZE,
|
||||
0x0617, /* EPFL usb ID */
|
||||
0x000B, /* Don't mess with it please */
|
||||
CDC_ACM_CONF_VID,
|
||||
CDC_ACM_CONF_PID,
|
||||
0x0000,
|
||||
1,
|
||||
2,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue