diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-11-10 22:58:25 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-11-10 22:58:25 +0000 |
commit | a3d8118f68f2238502ca6571e8d064ef94bda2aa (patch) | |
tree | 4698125d443ea347ad69c1da02bc5daca2a687e0 /sys/dev/usb/if_aue.c | |
parent | b67ed6881ae3304c514e9faa296f0d83f3519ac2 (diff) |
2 port usb hub with ethernet in it..
Diffstat (limited to 'sys/dev/usb/if_aue.c')
-rw-r--r-- | sys/dev/usb/if_aue.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/usb/if_aue.c b/sys/dev/usb/if_aue.c index ab8dc48e9c3..7743e2bfda6 100644 --- a/sys/dev/usb/if_aue.c +++ b/sys/dev/usb/if_aue.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_aue.c,v 1.67 2007/10/11 18:33:13 deraadt Exp $ */ +/* $OpenBSD: if_aue.c,v 1.68 2007/11/10 22:58:24 deraadt Exp $ */ /* $NetBSD: if_aue.c,v 1.82 2003/03/05 17:37:36 shiba Exp $ */ /* * Copyright (c) 1997, 1998, 1999, 2000 @@ -206,6 +206,7 @@ const struct aue_type aue_devs[] = { {{ USB_VENDOR_SMC, USB_PRODUCT_SMC_2206USB}, PII }, {{ USB_VENDOR_SOHOWARE, USB_PRODUCT_SOHOWARE_NUB100}, 0 }, {{ USB_VENDOR_SOHOWARE, USB_PRODUCT_SOHOWARE_NUB110}, PII }, + {{ USB_VENDOR_LOGITEC, USB_PRODUCT_LOGITEC_LANTX}, PII }, }; #define aue_lookup(v, p) ((struct aue_type *)usb_lookup(aue_devs, v, p)) |