aboutsummaryrefslogtreecommitdiffstats
path: root/libmaple
diff options
context:
space:
mode:
authorAJM <poslathian@poslathian.(none)>2010-05-22 16:04:09 -0400
committerAJM <poslathian@poslathian.(none)>2010-05-22 16:04:09 -0400
commit974910aa4e4ef123ff67e7100f815419956ff7c8 (patch)
treeeb9d0d70715a7a6112625f8d04a350282184ba77 /libmaple
parent4197727c10c0a6bb01034458754376104c9ec7e8 (diff)
downloadlibrambutan-974910aa4e4ef123ff67e7100f815419956ff7c8.tar.gz
librambutan-974910aa4e4ef123ff67e7100f815419956ff7c8.zip
changed the id for the serial port to 1eaf:0004, to match up with the windows driver
Diffstat (limited to 'libmaple')
-rw-r--r--libmaple/usb/usb_config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmaple/usb/usb_config.h b/libmaple/usb/usb_config.h
index db549e5..e1eabb3 100644
--- a/libmaple/usb/usb_config.h
+++ b/libmaple/usb/usb_config.h
@@ -6,7 +6,7 @@
#include "usb_lib.h"
#define VCOM_ID_VENDOR 0x1EAF
-#define VCOM_ID_PRODUCT 0x1004
+#define VCOM_ID_PRODUCT 0x0004
#define USB_CONFIG_MAX_POWER (100 >> 1)