mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
urndis(4): Add support of Inseego/Novatel Wireless MiFi 8800/8000
PR: 245152 Submitted by: rootless@gmail.com Reviewed by: hselasky MFC after: 3 days
This commit is contained in:
parent
fc90521002
commit
9f917148e0
1 changed files with 3 additions and 0 deletions
|
|
@ -179,6 +179,9 @@ static const STRUCT_USB_HOST_ID urndis_host_devs[] = {
|
|||
/* Nokia 7 plus */
|
||||
{USB_IFACE_CLASS(UICLASS_IAD), USB_IFACE_SUBCLASS(0x4),
|
||||
USB_IFACE_PROTOCOL(UIPROTO_ACTIVESYNC)},
|
||||
/* Novatel Wireless 8800/8000/etc */
|
||||
{USB_IFACE_CLASS(UICLASS_IAD), USB_IFACE_SUBCLASS(0xef),
|
||||
USB_IFACE_PROTOCOL(UIPROTO_RNDIS)},
|
||||
};
|
||||
|
||||
DRIVER_MODULE(urndis, uhub, urndis_driver, urndis_devclass, NULL, NULL);
|
||||
|
|
|
|||
Loading…
Reference in a new issue