diff options
author | 2009-07-29 18:08:44 +0000 | |
---|---|---|
committer | 2009-07-29 18:08:44 +0000 | |
commit | f0bed7cb3d988282d5c412620c5a31dfa95444ad (patch) | |
tree | 6560cd8eb79142453eaa387b2f76ba39a51bb768 | |
parent | - WL168 -> WL168V4 (diff) | |
download | wireguard-openbsd-f0bed7cb3d988282d5c412620c5a31dfa95444ad.tar.xz wireguard-openbsd-f0bed7cb3d988282d5c412620c5a31dfa95444ad.zip |
sitecom needs comma
-rw-r--r-- | sys/dev/usb/if_urtw.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/usb/if_urtw.c b/sys/dev/usb/if_urtw.c index 028ab7ffbb1..9841b115dc1 100644 --- a/sys/dev/usb/if_urtw.c +++ b/sys/dev/usb/if_urtw.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_urtw.c,v 1.24 2009/07/29 18:01:31 martynas Exp $ */ +/* $OpenBSD: if_urtw.c,v 1.25 2009/07/29 18:08:44 martynas Exp $ */ /*- * Copyright (c) 2009 Martynas Venckus <martynas@openbsd.org> @@ -89,7 +89,7 @@ static const struct urtw_type { URTW_DEV_RTL8187(LOGITEC, RTL8187), URTW_DEV_RTL8187(NETGEAR, WG111V2), URTW_DEV_RTL8187(REALTEK, RTL8187), - URTW_DEV_RTL8187(SITECOMEU, WL168V1) + URTW_DEV_RTL8187(SITECOMEU, WL168V1), URTW_DEV_RTL8187(SPHAIRON, RTL8187), URTW_DEV_RTL8187(SURECOM, EP9001G2A), /* Realtek RTL8187B devices. */ |