Skip to content

Commit f851644

Browse files
committed
bootloader with different VID/PID
1 parent e715bf3 commit f851644

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bootloaders/zero/drivers/cdc_enumerate.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@ const char devDescriptor[] = {
5050
0x00, // bDeviceSubclass: CDC class sub code
5151
0x00, // bDeviceProtocol: CDC Device protocol
5252
0x40, // bMaxPacketSize0
53-
0x41, // idVendorL
53+
0x9A, // idVendorL (adafruit)
5454
0x23, //
55-
0x4D, // idProductL
55+
0x0B, // idProductL (feather zero)
5656
0x00, //
5757
0x10, // bcdDeviceL
5858
0x01, //

bootloaders/zero/samd21_sam_ba.bin

152 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)