Skip to content

Commit 0a696e9

Browse files
committed
Adding LilyPad Arduino USB.
1 parent 00b7935 commit 0a696e9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

hardware/arduino/cores/arduino/USBCore.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ const u16 STRING_IPRODUCT[17] = {
5555
'A','r','d','u','i','n','o',' ','L','e','o','n','a','r','d','o'
5656
#elif USB_PID == 0x8037
5757
'A','r','d','u','i','n','o',' ','M','i','c','r','o',' ',' ',' '
58+
#elif USB_PID == 0x9208
59+
'L','i','l','y','P','a','d','U','S','B',' ',' ',' ',' ',' ',' '
5860
#else
5961
'U','S','B',' ','I','O',' ','B','o','a','r','d',' ',' ',' ',' '
6062
#endif
@@ -64,6 +66,8 @@ const u16 STRING_IMANUFACTURER[12] = {
6466
(3<<8) | (2+2*11),
6567
#if USB_VID == 0x2341
6668
'A','r','d','u','i','n','o',' ','L','L','C'
69+
#elif USB_VID == 0x1b4f
70+
'S','p','a','r','k','F','u','n',' ',' ',' '
6771
#else
6872
'U','n','k','n','o','w','n',' ',' ',' ',' '
6973
#endif

0 commit comments

Comments
 (0)