diff options
Diffstat (limited to 'sys/dev/usb')
-rw-r--r-- | sys/dev/usb/uplcom.c | 5 | ||||
-rw-r--r-- | sys/dev/usb/usbdevs | 6 |
2 files changed, 8 insertions, 3 deletions
diff --git a/sys/dev/usb/uplcom.c b/sys/dev/usb/uplcom.c index 5a11d77e9f9..cc1265c853d 100644 --- a/sys/dev/usb/uplcom.c +++ b/sys/dev/usb/uplcom.c @@ -1,4 +1,4 @@ -/* $OpenBSD: uplcom.c,v 1.43 2007/06/14 10:11:16 mbalmer Exp $ */ +/* $OpenBSD: uplcom.c,v 1.44 2007/09/12 18:06:11 deraadt Exp $ */ /* $NetBSD: uplcom.c,v 1.29 2002/09/23 05:51:23 simonb Exp $ */ /* * Copyright (c) 2001 The NetBSD Foundation, Inc. @@ -185,7 +185,8 @@ static const struct usb_devno uplcom_devs[] = { { USB_VENDOR_SYNTECH, USB_PRODUCT_SYNTECH_SERIAL }, { USB_VENDOR_TDK, USB_PRODUCT_TDK_UHA6400 }, { USB_VENDOR_TDK, USB_PRODUCT_TDK_UPA9664 }, - { USB_VENDOR_TRIPPLITE, USB_PRODUCT_TRIPPLITE_U209 } + { USB_VENDOR_TRIPPLITE, USB_PRODUCT_TRIPPLITE_U209 }, + { USB_VENDOR_SMART, USB_PRODUCT_SMART_PL2303 } }; #define uplcom_lookup(v, p) usb_lookup(uplcom_devs, v, p) diff --git a/sys/dev/usb/usbdevs b/sys/dev/usb/usbdevs index 7c2a2494e2b..d28f9d26545 100644 --- a/sys/dev/usb/usbdevs +++ b/sys/dev/usb/usbdevs @@ -1,4 +1,4 @@ -$OpenBSD: usbdevs,v 1.293 2007/09/08 19:36:42 fkr Exp $ +$OpenBSD: usbdevs,v 1.294 2007/09/12 18:05:12 deraadt Exp $ /* $NetBSD: usbdevs,v 1.322 2003/05/10 17:47:14 hamajima Exp $ */ /* @@ -386,6 +386,7 @@ vendor HAL 0x0b41 HAL Corporation vendor NEC2 0x0b62 NEC vendor ATI2 0x0b6f ATI vendor KURUSUGAWA 0x0b7e Kurusugawa Electronics +vendor SMART 0x0b8c Smart Technologies vendor ASIX 0x0b95 ASIX Electronics vendor USR 0x0baf U.S. Robotics vendor AMBIT 0x0bb2 Ambit Microsystems @@ -2117,6 +2118,9 @@ product SITECOMEU ZD1211B 0x9075 ZD1211B product SITECOMEU WL172 0x90ac WL-172 product SITECOMEU WL113R2 0x9712 WL-113 rev 2 +/* Smart Technologies products */ +product SMART PL2303 0x2303 Serial + /* SmartBridges products */ product SMARTBRIDGES SMARTLINK 0x0001 SmartLink Ethernet product SMARTBRIDGES SMARTNIC 0x0003 smartNIC 2 PnP |