diff options
author | 2008-12-15 17:01:54 +0000 | |
---|---|---|
committer | 2008-12-15 17:01:54 +0000 | |
commit | 91b16ae420b7e5765e7df60fbbefe490610f319c (patch) | |
tree | 36c781df8c1f6194bdb27577f924cd9285118025 /sys/dev/usb/if_uath.c | |
parent | regen (diff) | |
download | wireguard-openbsd-91b16ae420b7e5765e7df60fbbefe490610f319c.tar.xz wireguard-openbsd-91b16ae420b7e5765e7df60fbbefe490610f319c.zip |
remove duplicated usb id
Diffstat (limited to 'sys/dev/usb/if_uath.c')
-rw-r--r-- | sys/dev/usb/if_uath.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/usb/if_uath.c b/sys/dev/usb/if_uath.c index 6955a630625..64907a068e6 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.37 2008/10/15 19:12:18 blambert Exp $ */ +/* $OpenBSD: if_uath.c,v 1.38 2008/12/15 17:01:54 damien Exp $ */ /*- * Copyright (c) 2006 @@ -124,7 +124,6 @@ static const struct uath_type { 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), UATH_DEV_UG(WISTRONNEWEB, AR5523_1), |