diff options
author | Felix Kronlage <fkr@cvs.openbsd.org> | 2007-12-20 00:18:35 +0000 |
---|---|---|
committer | Felix Kronlage <fkr@cvs.openbsd.org> | 2007-12-20 00:18:35 +0000 |
commit | 4bc30fc2bfbec41163dab857beac389ee418ded4 (patch) | |
tree | 5cdfdcf42b53faabcd25683099db5fc40b25e1fc /sys/dev | |
parent | 4318dc1b896b9b28c3a9d3e12635e02c64721c53 (diff) |
attach another variant of the MC8755, this one is found in x61s laptops from lenovo.
tested by oga@
Diffstat (limited to 'sys/dev')
-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 a883a81118a..d575aab5432 100644 --- a/sys/dev/usb/umsm.c +++ b/sys/dev/usb/umsm.c @@ -1,4 +1,4 @@ -/* $OpenBSD: umsm.c,v 1.17 2007/10/11 18:33:15 deraadt Exp $ */ +/* $OpenBSD: umsm.c,v 1.18 2007/12/20 00:18:34 fkr Exp $ */ /* * Copyright (c) 2006 Jonathan Gray <jsg@openbsd.org> @@ -73,6 +73,7 @@ static const struct usb_devno umsm_devs[] = { { USB_VENDOR_SIERRA, USB_PRODUCT_SIERRA_MC5725 }, { USB_VENDOR_SIERRA, USB_PRODUCT_SIERRA_MC8755 }, { USB_VENDOR_SIERRA, USB_PRODUCT_SIERRA_MC8755_2 }, + { USB_VENDOR_SIERRA, USB_PRODUCT_SIERRA_MC8755_3 }, { USB_VENDOR_SIERRA, USB_PRODUCT_SIERRA_MC8765 }, { USB_VENDOR_SIERRA, USB_PRODUCT_SIERRA_MC8775 }, }; |