summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2005-01-15 03:53:37 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2005-01-15 03:53:37 +0000
commitbe23e2dac0e317f3a3d28513b7f7b82c984ebab9 (patch)
tree36a7924ac6329adcca1cc4dd4b75fb214172ee56 /sys/dev
parent27c86881009420b2a00249510e7177a5482e7814 (diff)
Add id for Psion Dacom Gold Port Ethernet found in Linux driver.
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/usb/if_kue.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/usb/if_kue.c b/sys/dev/usb/if_kue.c
index 1dabf799918..e10cf056e39 100644
--- a/sys/dev/usb/if_kue.c
+++ b/sys/dev/usb/if_kue.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_kue.c,v 1.34 2005/01/03 22:45:52 brad Exp $ */
+/* $OpenBSD: if_kue.c,v 1.35 2005/01/15 03:53:36 jsg Exp $ */
/* $NetBSD: if_kue.c,v 1.50 2002/07/16 22:00:31 augustss Exp $ */
/*
* Copyright (c) 1997, 1998, 1999, 2000
@@ -178,6 +178,7 @@ Static const struct usb_devno kue_devs[] = {
{ USB_VENDOR_PORTSMITH, USB_PRODUCT_PORTSMITH_EEA },
{ USB_VENDOR_SHARK, USB_PRODUCT_SHARK_PA },
{ USB_VENDOR_SILICOM, USB_PRODUCT_SILICOM_U2E },
+ { USB_VENDOR_SILICOM, USB_PRODUCT_SILICOM_GPE },
{ USB_VENDOR_SMC, USB_PRODUCT_SMC_2102USB },
};
#define kue_lookup(v, p) (usb_lookup(kue_devs, v, p))