Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

USB: option: add more YUGA device ids

Signed-off-by: gavin zhu <gavin.zhu@qq.com>
Cc: stable <stable@vger.kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

说不得 and committed by
Greg Kroah-Hartman
0ef0be15 b9c87663

+25 -15
+25 -15
drivers/usb/serial/option.c
··· 427 427 #define SAMSUNG_VENDOR_ID 0x04e8 428 428 #define SAMSUNG_PRODUCT_GT_B3730 0x6889 429 429 430 - /* YUGA products www.yuga-info.com*/ 430 + /* YUGA products www.yuga-info.com gavin.kx@qq.com */ 431 431 #define YUGA_VENDOR_ID 0x257A 432 432 #define YUGA_PRODUCT_CEM600 0x1601 433 433 #define YUGA_PRODUCT_CEM610 0x1602 ··· 444 444 #define YUGA_PRODUCT_CEU516 0x160C 445 445 #define YUGA_PRODUCT_CEU528 0x160D 446 446 #define YUGA_PRODUCT_CEU526 0x160F 447 + #define YUGA_PRODUCT_CEU881 0x161F 448 + #define YUGA_PRODUCT_CEU882 0x162F 447 449 448 450 #define YUGA_PRODUCT_CWM600 0x2601 449 451 #define YUGA_PRODUCT_CWM610 0x2602 ··· 461 459 #define YUGA_PRODUCT_CWU518 0x260B 462 460 #define YUGA_PRODUCT_CWU516 0x260C 463 461 #define YUGA_PRODUCT_CWU528 0x260D 462 + #define YUGA_PRODUCT_CWU581 0x260E 464 463 #define YUGA_PRODUCT_CWU526 0x260F 464 + #define YUGA_PRODUCT_CWU582 0x261F 465 + #define YUGA_PRODUCT_CWU583 0x262F 465 466 466 - #define YUGA_PRODUCT_CLM600 0x2601 467 - #define YUGA_PRODUCT_CLM610 0x2602 468 - #define YUGA_PRODUCT_CLM500 0x2603 469 - #define YUGA_PRODUCT_CLM510 0x2604 470 - #define YUGA_PRODUCT_CLM800 0x2605 471 - #define YUGA_PRODUCT_CLM900 0x2606 467 + #define YUGA_PRODUCT_CLM600 0x3601 468 + #define YUGA_PRODUCT_CLM610 0x3602 469 + #define YUGA_PRODUCT_CLM500 0x3603 470 + #define YUGA_PRODUCT_CLM510 0x3604 471 + #define YUGA_PRODUCT_CLM800 0x3605 472 + #define YUGA_PRODUCT_CLM900 0x3606 472 473 473 - #define YUGA_PRODUCT_CLU718 0x2607 474 - #define YUGA_PRODUCT_CLU716 0x2608 475 - #define YUGA_PRODUCT_CLU728 0x2609 476 - #define YUGA_PRODUCT_CLU726 0x260A 477 - #define YUGA_PRODUCT_CLU518 0x260B 478 - #define YUGA_PRODUCT_CLU516 0x260C 479 - #define YUGA_PRODUCT_CLU528 0x260D 480 - #define YUGA_PRODUCT_CLU526 0x260F 474 + #define YUGA_PRODUCT_CLU718 0x3607 475 + #define YUGA_PRODUCT_CLU716 0x3608 476 + #define YUGA_PRODUCT_CLU728 0x3609 477 + #define YUGA_PRODUCT_CLU726 0x360A 478 + #define YUGA_PRODUCT_CLU518 0x360B 479 + #define YUGA_PRODUCT_CLU516 0x360C 480 + #define YUGA_PRODUCT_CLU528 0x360D 481 + #define YUGA_PRODUCT_CLU526 0x360F 481 482 482 483 /* Viettel products */ 483 484 #define VIETTEL_VENDOR_ID 0x2262 ··· 1221 1216 { USB_DEVICE(YUGA_VENDOR_ID, YUGA_PRODUCT_CLU516) }, 1222 1217 { USB_DEVICE(YUGA_VENDOR_ID, YUGA_PRODUCT_CLU528) }, 1223 1218 { USB_DEVICE(YUGA_VENDOR_ID, YUGA_PRODUCT_CLU526) }, 1219 + { USB_DEVICE(YUGA_VENDOR_ID, YUGA_PRODUCT_CEU881) }, 1220 + { USB_DEVICE(YUGA_VENDOR_ID, YUGA_PRODUCT_CEU882) }, 1221 + { USB_DEVICE(YUGA_VENDOR_ID, YUGA_PRODUCT_CWU581) }, 1222 + { USB_DEVICE(YUGA_VENDOR_ID, YUGA_PRODUCT_CWU582) }, 1223 + { USB_DEVICE(YUGA_VENDOR_ID, YUGA_PRODUCT_CWU583) }, 1224 1224 { USB_DEVICE_AND_INTERFACE_INFO(VIETTEL_VENDOR_ID, VIETTEL_PRODUCT_VT1000, 0xff, 0xff, 0xff) }, 1225 1225 { USB_DEVICE_AND_INTERFACE_INFO(ZD_VENDOR_ID, ZD_PRODUCT_7000, 0xff, 0xff, 0xff) }, 1226 1226 { USB_DEVICE(LG_VENDOR_ID, LG_PRODUCT_L02C) }, /* docomo L-02C modem */