diff options
author | Felix Kronlage <fkr@cvs.openbsd.org> | 2007-02-27 11:02:35 +0000 |
---|---|---|
committer | Felix Kronlage <fkr@cvs.openbsd.org> | 2007-02-27 11:02:35 +0000 |
commit | 35f0c9258029e043dda3dcce4af6ab969d20b53f (patch) | |
tree | 57f3f129c6b71e290b6daf4e54a154dfcfc26a9c /sys/dev | |
parent | c64a935da30779e767c6f5e2b38efb21dad90fc5 (diff) |
attach AnyDATA E100H to ubsa.
from netbsd, ok jsg@
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/usb/ubsa.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/usb/ubsa.c b/sys/dev/usb/ubsa.c index ea1d90b5c4b..0ff4d5a3f7e 100644 --- a/sys/dev/usb/ubsa.c +++ b/sys/dev/usb/ubsa.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ubsa.c,v 1.19 2007/02/21 05:41:57 fkr Exp $ */ +/* $OpenBSD: ubsa.c,v 1.20 2007/02/27 11:02:34 fkr Exp $ */ /* $NetBSD: ubsa.c,v 1.5 2002/11/25 00:51:33 fvdl Exp $ */ /*- * Copyright (c) 2002, Alexander Kabaev <kan.FreeBSD.org>. @@ -219,6 +219,8 @@ struct ucom_methods ubsa_methods = { }; Static const struct usb_devno ubsa_devs[] = { + /* AnyDATA ADU-E100H */ + { USB_VENDOR_ANYDATA, USB_PRODUCT_ANYDATA_ADU_E100H }, /* BELKIN F5U103 */ { USB_VENDOR_BELKIN, USB_PRODUCT_BELKIN_F5U103 }, /* BELKIN F5U120 */ |