summaryrefslogtreecommitdiff
path: root/src/tusb_option.h
diff options
context:
space:
mode:
authorhathach <[email protected]>2024-01-16 17:25:44 +0700
committerhathach <[email protected]>2024-01-16 17:25:44 +0700
commit55da1072b64bfcb3b068fff7432ab42b7a044174 (patch)
tree8439fd7e535d7419b294f49f1802bc3da807e5fe /src/tusb_option.h
parent07e3d5c69192b1c45d52fc9760ab0ee65d8b0f0c (diff)
parentf7ef3c1b1cbf8a19548e9d7ca0a95ae324fcdd5b (diff)
merge and cherry pick changes
Diffstat (limited to 'src/tusb_option.h')
-rw-r--r--src/tusb_option.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/tusb_option.h b/src/tusb_option.h
index 7d0e6755e..767323bdd 100644
--- a/src/tusb_option.h
+++ b/src/tusb_option.h
@@ -480,13 +480,13 @@
#ifndef CFG_TUH_CDC_CH34X_VID_PID_LIST
// List of product IDs that can use the CH34X CDC driver
#define CFG_TUH_CDC_CH34X_VID_PID_LIST \
- { 0x1a86, 0x7523 }, /* ch340 chip */ \
- { 0x1a86, 0x7522 }, /* ch340k chip */ \
{ 0x1a86, 0x5523 }, /* ch341 chip */ \
+ { 0x1a86, 0x7522 }, /* ch340k chip */ \
+ { 0x1a86, 0x7523 }, /* ch340 chip */ \
{ 0x1a86, 0xe523 }, /* ch330 chip */ \
{ 0x4348, 0x5523 }, /* ch340 custom chip */ \
- { 0x2184, 0x0057 }, /* overtaken from Linux driver /drivers/usb/serial/ch341.c */ \
- { 0x9986, 0x7523 } /* overtaken from Linux driver /drivers/usb/serial/ch341.c */
+ { 0x2184, 0x0057 }, /* overtaken from Linux Kernel driver /drivers/usb/serial/ch341.c */ \
+ { 0x9986, 0x7523 } /* overtaken from Linux Kernel driver /drivers/usb/serial/ch341.c */
#endif
#ifndef CFG_TUH_HID