diff options
author | Kevin Steves <stevesk@cvs.openbsd.org> | 2007-01-13 19:54:22 +0000 |
---|---|---|
committer | Kevin Steves <stevesk@cvs.openbsd.org> | 2007-01-13 19:54:22 +0000 |
commit | b39d944ca332e82fe0f63c7dc6770ec7fc2fbe55 (patch) | |
tree | ad81fda34bc430fa5d6aaf8162795de979c612a7 /sys/dev/usb/umsm.c | |
parent | 2319cee333cdc18fdb26ffaee919d15a3502b435 (diff) |
attach to Sierra Wireless Aircard 875; ok fkr@
Diffstat (limited to 'sys/dev/usb/umsm.c')
-rw-r--r-- | sys/dev/usb/umsm.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/usb/umsm.c b/sys/dev/usb/umsm.c index e1ea1270111..5778c9fec3f 100644 --- a/sys/dev/usb/umsm.c +++ b/sys/dev/usb/umsm.c @@ -1,4 +1,4 @@ -/* $OpenBSD: umsm.c,v 1.4 2006/12/27 19:25:23 fkr Exp $ */ +/* $OpenBSD: umsm.c,v 1.5 2007/01/13 19:54:21 stevesk Exp $ */ /* * Copyright (c) 2006 Jonathan Gray <jsg@openbsd.org> @@ -59,6 +59,7 @@ static const struct usb_devno umsm_devs[] = { { USB_VENDOR_KYOCERA2, USB_PRODUCT_KYOCERA2_KPC650 }, { USB_VENDOR_NOVATEL, USB_PRODUCT_NOVATEL_MERLINV620 }, { USB_VENDOR_SIERRA, USB_PRODUCT_SIERRA_AIRCARD_580 }, + { USB_VENDOR_SIERRA, USB_PRODUCT_SIERRA_AIRCARD_875 }, { USB_VENDOR_SIERRA, USB_PRODUCT_SIERRA_MC8755 }, }; |