diff options
author | 2009-10-12 21:27:01 +0000 | |
---|---|---|
committer | 2009-10-12 21:27:01 +0000 | |
commit | bd3c11c108207a46eccbfc5e232b4334e8628e87 (patch) | |
tree | 5d7ae3869f5f311ccf6bf90daee93fcd9c6ce031 | |
parent | step two of sync (diff) | |
download | wireguard-openbsd-bd3c11c108207a46eccbfc5e232b4334e8628e87.tar.xz wireguard-openbsd-bd3c11c108207a46eccbfc5e232b4334e8628e87.zip |
TCT Mobile modem, rebadged as Alcatel One Touch X060/X200.
From David Coppa <dcoppa@gmail.com>
-rw-r--r-- | sys/dev/usb/umsm.c | 5 | ||||
-rw-r--r-- | sys/dev/usb/usbdevs | 7 |
2 files changed, 10 insertions, 2 deletions
diff --git a/sys/dev/usb/umsm.c b/sys/dev/usb/umsm.c index e746e13a23f..2b2f498e746 100644 --- a/sys/dev/usb/umsm.c +++ b/sys/dev/usb/umsm.c @@ -1,4 +1,4 @@ -/* $OpenBSD: umsm.c,v 1.49 2009/09/07 20:26:13 mpf Exp $ */ +/* $OpenBSD: umsm.c,v 1.50 2009/10/12 21:30:08 jsg Exp $ */ /* * Copyright (c) 2008 Yojiro UO <yuo@nui.org> @@ -199,6 +199,9 @@ static const struct umsm_type umsm_devs[] = { {{ USB_VENDOR_SIERRA, USB_PRODUCT_SIERRA_AC885U }, 0}, {{ USB_VENDOR_SIERRA, USB_PRODUCT_SIERRA_TRUINSTALL }, DEV_TRUINSTALL}, + {{ USB_VENDOR_TCTMOBILE, USB_PRODUCT_TCTMOBILE_UMASS }, DEV_UMASS3}, + {{ USB_VENDOR_TCTMOBILE, USB_PRODUCT_TCTMOBILE_UMSM }, 0}, + {{ USB_VENDOR_HP, USB_PRODUCT_HP_HS2300 }, 0}, {{ USB_VENDOR_CMOTECH, USB_PRODUCT_CMOTECH_CNU510 }, 0}, /* ??? */ diff --git a/sys/dev/usb/usbdevs b/sys/dev/usb/usbdevs index bd96a7133fe..a23eeb46403 100644 --- a/sys/dev/usb/usbdevs +++ b/sys/dev/usb/usbdevs @@ -1,4 +1,4 @@ -$OpenBSD: usbdevs,v 1.451 2009/09/20 12:53:36 deraadt Exp $ +$OpenBSD: usbdevs,v 1.452 2009/10/12 21:27:01 jsg Exp $ /* $NetBSD: usbdevs,v 1.322 2003/05/10 17:47:14 hamajima Exp $ */ /* @@ -527,6 +527,7 @@ vendor MEINBERG 0x1938 Meinberg Funkuhren vendor QUALCOMM3 0x19d2 Qualcomm Inc. vendor QUANTA 0x1a32 Quanta vendor WCH2 0x1a86 QinHeng Electronics +vendor TCTMOBILE 0x1bbb TCT Mobile vendor LONGCHEER 0x1c9e Longcheer Technology vendor PEGATRON 0x1d4d Pegatron vendor AIRTIES 0x1eda AirTies @@ -2940,6 +2941,10 @@ product SWEEX ZD1211 0x1809 ZD1211 /* Syntech Information products */ product SYNTECH SERIAL 0x0001 Serial +/* TCT Mobile products */ +product TCTMOBILE UMSM 0x0000 Modem mode +product TCTMOBILE UMASS 0xf000 Storage mode + /* Tangtop products */ product TANGTOP USBPS2 0x0001 USBPS2 |