diff options
author | David Coppa <dcoppa@cvs.openbsd.org> | 2012-07-17 09:46:23 +0000 |
---|---|---|
committer | David Coppa <dcoppa@cvs.openbsd.org> | 2012-07-17 09:46:23 +0000 |
commit | ad7fb352ee3c220cd289923309c059251eaf8991 (patch) | |
tree | 236c2a3ef59d44a8d9ac42930b71a04f717dbe40 | |
parent | 8380668b4481124b937994944dbe98007f2b84d3 (diff) |
Add the Huawei Mobile E303.
From Andreas Bartelt, obsd AT bartula DOT de
OK sthen@
-rw-r--r-- | share/man/man4/umsm.4 | 5 | ||||
-rw-r--r-- | sys/dev/usb/usbdevs | 3 |
2 files changed, 5 insertions, 3 deletions
diff --git a/share/man/man4/umsm.4 b/share/man/man4/umsm.4 index 97eda6f0bfb..6fc1eb02ca4 100644 --- a/share/man/man4/umsm.4 +++ b/share/man/man4/umsm.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: umsm.4,v 1.81 2012/05/24 09:08:38 kirby Exp $ +.\" $OpenBSD: umsm.4,v 1.82 2012/07/17 09:46:22 dcoppa 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: May 24 2012 $ +.Dd $Mdocdate: July 17 2012 $ .Dt UMSM 4 .Os .Sh NAME @@ -64,6 +64,7 @@ driver: .It Li "Huawei Mobile E181" Ta "USB" .It Li "Huawei Mobile E182" Ta "USB" .It Li "Huawei Mobile E220" Ta "USB" +.It Li "Huawei Mobile E303" Ta "USB" .It Li "Huawei Mobile E510" Ta "USB" .It Li "Huawei Mobile E1750" Ta "USB" .It Li "Huawei Mobile E1752" Ta "USB" diff --git a/sys/dev/usb/usbdevs b/sys/dev/usb/usbdevs index 5f37aed0459..0646e51fe58 100644 --- a/sys/dev/usb/usbdevs +++ b/sys/dev/usb/usbdevs @@ -1,4 +1,4 @@ -$OpenBSD: usbdevs,v 1.580 2012/07/07 17:59:03 jasper Exp $ +$OpenBSD: usbdevs,v 1.581 2012/07/17 09:46:22 dcoppa Exp $ /* $NetBSD: usbdevs,v 1.322 2003/05/10 17:47:14 hamajima Exp $ */ /* @@ -2033,6 +2033,7 @@ product HUAWEI K4510 0x14c5 HUAWEI Mobile Modem product HUAWEI K3765_INIT 0x1520 HUAWEI Mobile K3765 Initial product HUAWEI E173S 0x1c05 HUAWEI Mobile E173s product HUAWEI E173S_INIT 0x1c0b HUAWEI Mobile E173s Initial +product HUAWEI E303 0x1f01 HUAWEI Mobile E303 /* HUMAX products */ product HUMAX PVRSMART 0x138c PVR-SMART |