File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -1693,6 +1693,15 @@ static const struct usb_device_id acm_ids[] = {
1693
1693
{ USB_DEVICE (0x0870 , 0x0001 ), /* Metricom GS Modem */
1694
1694
.driver_info = NO_UNION_NORMAL , /* has no union descriptor */
1695
1695
},
1696
+ { USB_DEVICE (0x045b , 0x023c ), /* Renesas USB Download mode */
1697
+ .driver_info = DISABLE_ECHO , /* Don't echo banner */
1698
+ },
1699
+ { USB_DEVICE (0x045b , 0x0248 ), /* Renesas USB Download mode */
1700
+ .driver_info = DISABLE_ECHO , /* Don't echo banner */
1701
+ },
1702
+ { USB_DEVICE (0x045b , 0x024D ), /* Renesas USB Download mode */
1703
+ .driver_info = DISABLE_ECHO , /* Don't echo banner */
1704
+ },
1696
1705
{
USB_DEVICE (
0x0e8d ,
0x0003 ),
/* FIREFLY, MediaTek Inc; [email protected] */
1697
1706
.driver_info = NO_UNION_NORMAL , /* has no union descriptor */
1698
1707
},
You can’t perform that action at this time.
0 commit comments