Skip to content

Commit

Permalink
ue: added Novatel Wireless MiFi 8800/8000 support
Browse files Browse the repository at this point in the history
An entry was needed to recognize the "0xef" presented by the device so
it would be flagged and a ueX device would be created.  Please add this
so support for these popular LTE modems (Verizon, Sprint, T-Mobile, AT&T)
is available.

PR: #54
  • Loading branch information
rootless4real authored and fichtner committed May 9, 2020
1 parent 12ade9d commit f3b129a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sys/dev/usb/net/if_urndis.c
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,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);
Expand Down

0 comments on commit f3b129a

Please sign in to comment.