mirror of
https://github.com/torvalds/linux.git
synced 2026-07-27 09:36:22 +02:00
rndis_host: add Telit LE310X1 RNDIS USB ID
Add a device match entry for Telit Cinterion LE310X1 RNDIS interface (VID:PID 1bc7:7030). This is a functional no-op and keeps using the generic rndis_info for now. Power-management behavior is handled in a follow-up patch. Signed-off-by: Shaoxu Liu <shaoxul@foxmail.com> Reviewed-by: Andrew Lunn <andrew@lunn.ch> Link: https://patch.msgid.link/tencent_F1AF1F5AD39C56485BD16C6DB2415E5B9508@qq.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
This commit is contained in:
parent
4dc5a40b3b
commit
c847ff789f
|
|
@ -657,6 +657,11 @@ static const struct usb_device_id products [] = {
|
|||
/* RNDIS is MSFT's un-official variant of CDC ACM */
|
||||
USB_INTERFACE_INFO(USB_CLASS_COMM, 2 /* ACM */, 0x0ff),
|
||||
.driver_info = (unsigned long) &rndis_info,
|
||||
}, {
|
||||
/* Telit Cinterion LE310X1 RNDIS */
|
||||
USB_DEVICE_AND_INTERFACE_INFO(0x1bc7, 0x7030,
|
||||
USB_CLASS_WIRELESS_CONTROLLER, 1, 3),
|
||||
.driver_info = (unsigned long)&rndis_info,
|
||||
}, {
|
||||
/* "ActiveSync" is an undocumented variant of RNDIS, used in WM5 */
|
||||
USB_INTERFACE_INFO(USB_CLASS_MISC, 1, 1),
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user