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 /sys/dev | |
parent | ca0cbed856c708ff6358ed566fd806354ad9fa2e (diff) |
attach uslcom to the track systems traqmate
ok jsg
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/usb/uslcom.c | 3 |
1 files changed, 2 insertions, 1 deletions
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 } }; |