diff options
author | 2011-04-24 02:55:50 +0000 | |
---|---|---|
committer | 2011-04-24 02:55:50 +0000 | |
commit | a1caab1f236ba2de669205eaa7d827e588bbe04f (patch) | |
tree | c97da0c79a3be2d3dc0fa42535d09d3b333f9e78 | |
parent | delete a stupid SIGSEGV handler (not used) (diff) | |
download | wireguard-openbsd-a1caab1f236ba2de669205eaa7d827e588bbe04f.tar.xz wireguard-openbsd-a1caab1f236ba2de669205eaa7d827e588bbe04f.zip |
Match Sierra USB305; from Erik Mugele
-rw-r--r-- | share/man/man4/umsm.4 | 5 | ||||
-rw-r--r-- | sys/dev/usb/umsm.c | 3 | ||||
-rw-r--r-- | sys/dev/usb/usbdevs | 3 |
3 files changed, 7 insertions, 4 deletions
diff --git a/share/man/man4/umsm.4 b/share/man/man4/umsm.4 index 94ab923ad08..ecdc325f503 100644 --- a/share/man/man4/umsm.4 +++ b/share/man/man4/umsm.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: umsm.4,v 1.65 2010/12/11 22:53:30 jsg Exp $ +.\" $OpenBSD: umsm.4,v 1.66 2011/04/24 02:55:50 deraadt Exp $ .\" .\" Copyright (c) 2006 Jonathan Gray <jsg@openbsd.org> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: December 11 2010 $ +.Dd $Mdocdate: April 24 2011 $ .Dt UMSM 4 .Os .Sh NAME @@ -87,6 +87,7 @@ driver: .It Li "Sierra Wireless AirCard 875" Ta Ta CardBus .It Li "Sierra Wireless AirCard 881" Ta CardBus .It Li "Sierra Wireless AirCard 881U" Ta Ta USB +.It Li "Sierra Wireless Inc. USB 305" Ta Ta USB .It Li "Softbank C01SW (Sierra OEM)" Ta Ta USB .It Li "Vodafone Mobile Connect 3G" Ta Ta CardBus .It Li "Vodafone Mobile Broadband K3765" Ta Ta USB diff --git a/sys/dev/usb/umsm.c b/sys/dev/usb/umsm.c index 5d6fb052d46..7932267ac3b 100644 --- a/sys/dev/usb/umsm.c +++ b/sys/dev/usb/umsm.c @@ -1,4 +1,4 @@ -/* $OpenBSD: umsm.c,v 1.73 2011/03/19 09:16:28 dcoppa Exp $ */ +/* $OpenBSD: umsm.c,v 1.74 2011/04/24 02:56:11 deraadt Exp $ */ /* * Copyright (c) 2008 Yojiro UO <yuo@nui.org> @@ -227,6 +227,7 @@ static const struct umsm_type umsm_devs[] = { {{ USB_VENDOR_SIERRA, USB_PRODUCT_SIERRA_AC881U }, 0}, {{ USB_VENDOR_SIERRA, USB_PRODUCT_SIERRA_AC885U }, 0}, {{ USB_VENDOR_SIERRA, USB_PRODUCT_SIERRA_C01SW }, 0}, + {{ USB_VENDOR_SIERRA, USB_PRODUCT_SIERRA_USB305}, 0}, {{ USB_VENDOR_SIERRA, USB_PRODUCT_SIERRA_TRUINSTALL }, DEV_TRUINSTALL}, {{ USB_VENDOR_TCTMOBILE, USB_PRODUCT_TCTMOBILE_UMASS }, DEV_UMASS3}, diff --git a/sys/dev/usb/usbdevs b/sys/dev/usb/usbdevs index 1f9007a57b9..58f0eb74929 100644 --- a/sys/dev/usb/usbdevs +++ b/sys/dev/usb/usbdevs @@ -1,4 +1,4 @@ -$OpenBSD: usbdevs,v 1.543 2011/03/19 09:12:03 dcoppa Exp $ +$OpenBSD: usbdevs,v 1.544 2011/04/24 02:55:50 deraadt Exp $ /* $NetBSD: usbdevs,v 1.322 2003/05/10 17:47:14 hamajima Exp $ */ /* @@ -3420,6 +3420,7 @@ product SIERRA AC880U 0x6855 880U product SIERRA AC881U 0x6856 881U product SIERRA AC885U 0x6880 885U product SIERRA C01SW 0x6890 C01SW +product SIERRA USB305 0x68a3 USB305 /* Sigmatel products */ product SIGMATEL IRDA 0x4200 IrDA |