diff options
author | AJM <poslathian@poslathian.(none)> | 2010-05-22 16:04:09 -0400 |
---|---|---|
committer | AJM <poslathian@poslathian.(none)> | 2010-05-22 16:04:09 -0400 |
commit | 974910aa4e4ef123ff67e7100f815419956ff7c8 (patch) | |
tree | eb9d0d70715a7a6112625f8d04a350282184ba77 /libmaple/usb | |
parent | 4197727c10c0a6bb01034458754376104c9ec7e8 (diff) | |
download | librambutan-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/usb')
-rw-r--r-- | libmaple/usb/usb_config.h | 2 |
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) |