diff options
author | Martynas Venckus <martynas@cvs.openbsd.org> | 2009-07-29 18:08:45 +0000 |
---|---|---|
committer | Martynas Venckus <martynas@cvs.openbsd.org> | 2009-07-29 18:08:45 +0000 |
commit | b3668ea2f9848f0c8caf4453b30d29a02314e601 (patch) | |
tree | bf173f688a127998d9adb807c175fa9dbc4536fa /sys/dev | |
parent | 29127890f6abc580dcf3ee7fb96ba658f8fb8119 (diff) |
sitecom needs comma
Diffstat (limited to 'sys/dev')
-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. */ |