summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2008-03-18 12:37:42 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2008-03-18 12:37:42 +0000
commit5971987f7ef012fd41ad50eaafbe2c5872ad07a4 (patch)
tree31bbc59045bbbd5fe0eb15742bf6ff2832e6cf6d /sys
parentfd202351f6cb352a1e0f7c59dc3c6435992d51ae (diff)
IRZ MC35pu GSM Terminal
From/tested by Sergey Prysiazhnyi <apelsin@atmnis.com>
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/usb/uslcom.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/usb/uslcom.c b/sys/dev/usb/uslcom.c
index 9b74e786303..38530e84b8b 100644
--- a/sys/dev/usb/uslcom.c
+++ b/sys/dev/usb/uslcom.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: uslcom.c,v 1.17 2007/11/24 10:52:12 jsg Exp $ */
+/* $OpenBSD: uslcom.c,v 1.18 2008/03/18 12:37:41 jsg Exp $ */
/*
* Copyright (c) 2006 Jonathan Gray <jsg@openbsd.org>
@@ -121,6 +121,7 @@ static const struct usb_devno uslcom_devs[] = {
{ USB_VENDOR_SILABS, USB_PRODUCT_SILABS_LIPOWSKY_HARP },
{ USB_VENDOR_SILABS, USB_PRODUCT_SILABS_LIPOWSKY_JTAG },
{ USB_VENDOR_SILABS, USB_PRODUCT_SILABS_LIPOWSKY_LIN },
+ { USB_VENDOR_SILABS, USB_PRODUCT_SILABS_MC35PU },
{ USB_VENDOR_SILABS, USB_PRODUCT_SILABS_POLOLU },
{ USB_VENDOR_SILABS, USB_PRODUCT_SILABS_CP210X_1 },
{ USB_VENDOR_SILABS, USB_PRODUCT_SILABS_CP210X_2 },