diff options
author | 2008-06-29 00:43:11 +0000 | |
---|---|---|
committer | 2008-06-29 00:43:11 +0000 | |
commit | 5811628b38d7c38b9edf8b07c75150c610a32976 (patch) | |
tree | 3c3d8992187820f91b6a7c5e928b62e2438f29c3 /sys | |
parent | sync (diff) | |
download | wireguard-openbsd-5811628b38d7c38b9edf8b07c75150c610a32976.tar.xz wireguard-openbsd-5811628b38d7c38b9edf8b07c75150c610a32976.zip |
new belkin rum with california designed plastic
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/usb/if_rum.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/usb/if_rum.c b/sys/dev/usb/if_rum.c index fa6edffcc28..a3dea32b01a 100644 --- a/sys/dev/usb/if_rum.c +++ b/sys/dev/usb/if_rum.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_rum.c,v 1.72 2008/06/13 05:01:04 jsg Exp $ */ +/* $OpenBSD: if_rum.c,v 1.73 2008/06/29 00:43:11 deraadt Exp $ */ /*- * Copyright (c) 2005-2007 Damien Bergamini <damien.bergamini@free.fr> @@ -91,6 +91,7 @@ static const struct usb_devno rum_devs[] = { { USB_VENDOR_ASUS, USB_PRODUCT_ASUS_RT2573_2 }, { USB_VENDOR_BELKIN, USB_PRODUCT_BELKIN_F5D7050A }, { USB_VENDOR_BELKIN, USB_PRODUCT_BELKIN_F5D9050V3 }, + { USB_VENDOR_BELKIN, USB_PRODUCT_BELKIN_F5D9050C }, { USB_VENDOR_CISCOLINKSYS, USB_PRODUCT_CISCOLINKSYS_WUSB54GC }, { USB_VENDOR_CISCOLINKSYS, USB_PRODUCT_CISCOLINKSYS_WUSB54GR }, { USB_VENDOR_CONCEPTRONIC2, USB_PRODUCT_CONCEPTRONIC2_C54RU2 }, |