aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFederico Fissore <f.fissore@arduino.cc>2013-05-16 15:37:42 +0200
committerFederico Fissore <f.fissore@arduino.cc>2013-05-16 15:37:42 +0200
commit09749bdf014bd1ddbf3b7e43c88658a7e6bb5ffd (patch)
treee5cec06f8595d03bd660f5d4efefb584129ef32a
parentfecbacf33885e97e77f7949a4abb6133d1873f29 (diff)
right etheris values
-rw-r--r--boards.txt6
-rw-r--r--cores/arduino/USBCore.cpp2
2 files changed, 5 insertions, 3 deletions
diff --git a/boards.txt b/boards.txt
index e49962e..8de8022 100644
--- a/boards.txt
+++ b/boards.txt
@@ -8,9 +8,9 @@ etheris.name=Arduino Etheris
etheris.upload.via_http=true
etheris.vid.0=0x2341
-etheris.pid.0=0x0036
+etheris.pid.0=0x0041
etheris.vid.1=0x2341
-etheris.pid.1=0x8036
+etheris.pid.1=0x8041
etheris.upload.tool=avrdude
etheris.upload.protocol=avr109
etheris.upload.maximum_size=28672
@@ -31,7 +31,7 @@ etheris.bootloader.lock_bits=0x2F
etheris.build.mcu=atmega32u4
etheris.build.f_cpu=16000000L
etheris.build.vid=0x2341
-etheris.build.pid=0x8036
+etheris.build.pid=0x8041
etheris.build.board=AVR_LEONARDO
etheris.build.core=arduino
etheris.build.variant=leonardo
diff --git a/cores/arduino/USBCore.cpp b/cores/arduino/USBCore.cpp
index d3e0170..0ae17e6 100644
--- a/cores/arduino/USBCore.cpp
+++ b/cores/arduino/USBCore.cpp
@@ -57,6 +57,8 @@ const u16 STRING_IPRODUCT[17] = {
'A','r','d','u','i','n','o',' ','M','i','c','r','o',' ',' ',' '
#elif USB_PID == 0x803C
'A','r','d','u','i','n','o',' ','E','s','p','l','o','r','a',' '
+#elif USB_PID == 0x8041
+ 'A','r','d','u','i','n','o',' ','E','t','h','e','r','i','s',' '
#elif USB_PID == 0x9208
'L','i','l','y','P','a','d','U','S','B',' ',' ',' ',' ',' ',' '
#else