diff options
author | joshua stein <jcs@cvs.openbsd.org> | 2007-10-08 03:10:43 +0000 |
---|---|---|
committer | joshua stein <jcs@cvs.openbsd.org> | 2007-10-08 03:10:43 +0000 |
commit | c11fa47ec97b2c7a1e5cc668be1fe99ae4409a26 (patch) | |
tree | 885644ca82b102f1c1a55da7de0a4d60adb5a6bb | |
parent | ca0cbed856c708ff6358ed566fd806354ad9fa2e (diff) |
attach uslcom to the track systems traqmate
ok jsg
-rw-r--r-- | share/man/man4/uslcom.4 | 5 | ||||
-rw-r--r-- | sys/dev/usb/uslcom.c | 3 |
2 files changed, 5 insertions, 3 deletions
diff --git a/share/man/man4/uslcom.4 b/share/man/man4/uslcom.4 index e179ad4731b..722af394844 100644 --- a/share/man/man4/uslcom.4 +++ b/share/man/man4/uslcom.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: uslcom.4,v 1.5 2007/05/31 19:19:53 jmc Exp $ +.\" $OpenBSD: uslcom.4,v 1.6 2007/10/08 03:10:42 jcs 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 31 2007 $ +.Dd $Mdocdate: October 8 2007 $ .Dt USLCOM 4 .Os .Sh NAME @@ -43,6 +43,7 @@ Lipowsky HARP-1 Pololu USB to Serial Silicon Laboratories CP2101 Silicon Laboratories CP2102 +Track Systems Traqmate .Ed .Sh SEE ALSO .Xr tty 4 , diff --git a/sys/dev/usb/uslcom.c b/sys/dev/usb/uslcom.c index de8b05ee8e5..5c98b95a257 100644 --- a/sys/dev/usb/uslcom.c +++ b/sys/dev/usb/uslcom.c @@ -1,4 +1,4 @@ -/* $OpenBSD: uslcom.c,v 1.14 2007/10/08 03:08:49 jcs Exp $ */ +/* $OpenBSD: uslcom.c,v 1.15 2007/10/08 03:10:42 jcs Exp $ */ /* * Copyright (c) 2006 Jonathan Gray <jsg@openbsd.org> @@ -125,6 +125,7 @@ static const struct usb_devno uslcom_devs[] = { { USB_VENDOR_SILABS, USB_PRODUCT_SILABS_CP210X_1 }, { USB_VENDOR_SILABS, USB_PRODUCT_SILABS_CP210X_2 }, { USB_VENDOR_SILABS, USB_PRODUCT_SILABS_SUNNTO }, + { USB_VENDOR_SILABS, USB_PRODUCT_SILABS_TRAQMATE }, { USB_VENDOR_SILABS2, USB_PRODUCT_SILABS2_DCU11CLONE }, { USB_VENDOR_USI, USB_PRODUCT_USI_MC60 } }; |