summaryrefslogtreecommitdiff
path: root/sys/dev/usb/if_uath.c
diff options
context:
space:
mode:
authorCan Erkin Acar <canacar@cvs.openbsd.org>2008-09-23 10:47:15 +0000
committerCan Erkin Acar <canacar@cvs.openbsd.org>2008-09-23 10:47:15 +0000
commit84f78f5a9879cae361b1e6e282bc8121cf5eb4be (patch)
treeb58f3cd1877655b5090a182401609d2b901e635c /sys/dev/usb/if_uath.c
parente0e8528e61c9446dba0d3a661c4decd9dcf1cfb2 (diff)
Add IDs for Philips SNU6500 to uath(4) ok damien@
Diffstat (limited to 'sys/dev/usb/if_uath.c')
-rw-r--r--sys/dev/usb/if_uath.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/usb/if_uath.c b/sys/dev/usb/if_uath.c
index 13f4ff26797..5b43dcdce37 100644
--- a/sys/dev/usb/if_uath.c
+++ b/sys/dev/usb/if_uath.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_uath.c,v 1.35 2008/07/21 18:43:19 damien Exp $ */
+/* $OpenBSD: if_uath.c,v 1.36 2008/09/23 10:47:14 canacar Exp $ */
/*-
* Copyright (c) 2006
@@ -123,6 +123,7 @@ static const struct uath_type {
UATH_DEV_UX(NETGEAR, WG111U),
UATH_DEV_UG(NETGEAR3, WG111T),
UATH_DEV_UG(NETGEAR3, WPN111),
+ UATH_DEV_UG(PHILIPS, SNU6500),
UATH_DEV_UG(UMEDIA, AR5523_1),
UATH_DEV_UX(UMEDIA, AR5523_2),
UATH_DEV_UG(UMEDIA, TEW444UBEU),