diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2008-06-29 00:43:12 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2008-06-29 00:43:12 +0000 |
commit | 15d563180af9ffe1ff6ef0a2016e469bb253a279 (patch) | |
tree | 01c1676fee4bd54a11d79aa9a7c6ae4f73e1b4ea /sys | |
parent | 34ed1955d54fa86e7abacb65f0c5fe4842635869 (diff) |
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 }, |