diff options
author | Chris Cappuccio <chris@cvs.openbsd.org> | 2016-06-01 13:20:02 +0000 |
---|---|---|
committer | Chris Cappuccio <chris@cvs.openbsd.org> | 2016-06-01 13:20:02 +0000 |
commit | 04666a5691a298f7717f5d3fc14ac2033ce29a61 (patch) | |
tree | 9e82cbe06f4f26ee82a47c40ef56471ab17003b5 /sys/dev/usb/umsm.c | |
parent | f3328c6a852a0a63c10445147689150e1c1fe6df (diff) |
Netgear/Sierra Aircard 340U
ok mpi@
Diffstat (limited to 'sys/dev/usb/umsm.c')
-rw-r--r-- | sys/dev/usb/umsm.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/usb/umsm.c b/sys/dev/usb/umsm.c index 506ed53c3e6..9867e33577f 100644 --- a/sys/dev/usb/umsm.c +++ b/sys/dev/usb/umsm.c @@ -1,4 +1,4 @@ -/* $OpenBSD: umsm.c,v 1.105 2016/05/23 15:45:18 chris Exp $ */ +/* $OpenBSD: umsm.c,v 1.106 2016/06/01 13:20:01 chris Exp $ */ /* * Copyright (c) 2008 Yojiro UO <yuo@nui.org> @@ -248,6 +248,7 @@ static const struct umsm_type umsm_devs[] = { {{ USB_VENDOR_SIERRA, USB_PRODUCT_SIERRA_USB305}, 0}, {{ USB_VENDOR_SIERRA, USB_PRODUCT_SIERRA_TRUINSTALL }, DEV_TRUINSTALL}, {{ USB_VENDOR_SIERRA, USB_PRODUCT_SIERRA_MC8355}, 0}, + {{ USB_VENDOR_SIERRA, USB_PRODUCT_SIERRA_AIRCARD_340U}, 0}, {{ USB_VENDOR_SIERRA, USB_PRODUCT_SIERRA_AIRCARD_770S}, 0}, {{ USB_VENDOR_TCTMOBILE, USB_PRODUCT_TCTMOBILE_UMASS }, DEV_UMASS3}, |