diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2008-12-10 18:10:15 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2008-12-10 18:10:15 +0000 |
commit | 0d3e35763368238aa860947c2387a4e7ce5965ab (patch) | |
tree | 9093d5ae7ec23a40e1e5567440f6b4cefe2464da /sys/dev | |
parent | 4ae238ac3e8c74632c3ca084ed56eec66c2993d5 (diff) |
another rum; Arndt at ba-loerrach.de
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/usb/if_rum.c | 3 | ||||
-rw-r--r-- | sys/dev/usb/usbdevs | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/sys/dev/usb/if_rum.c b/sys/dev/usb/if_rum.c index 3f491a43df2..718b75bb360 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.79 2008/10/15 19:12:18 blambert Exp $ */ +/* $OpenBSD: if_rum.c,v 1.80 2008/12/10 18:10:14 deraadt Exp $ */ /*- * Copyright (c) 2005-2007 Damien Bergamini <damien.bergamini@free.fr> @@ -95,6 +95,7 @@ static const struct usb_devno rum_devs[] = { { USB_VENDOR_CISCOLINKSYS, USB_PRODUCT_CISCOLINKSYS_WUSB54GC }, { USB_VENDOR_CISCOLINKSYS, USB_PRODUCT_CISCOLINKSYS_WUSB54GR }, { USB_VENDOR_CONCEPTRONIC2, USB_PRODUCT_CONCEPTRONIC2_C54RU2 }, + { USB_VENDOR_CONCEPTRONIC2, USB_PRODUCT_CONCEPTRONIC2_RT2573 }, { USB_VENDOR_COREGA, USB_PRODUCT_COREGA_CGWLUSB2GL }, { USB_VENDOR_COREGA, USB_PRODUCT_COREGA_CGWLUSB2GPX }, { USB_VENDOR_DICKSMITH, USB_PRODUCT_DICKSMITH_CWD854F }, diff --git a/sys/dev/usb/usbdevs b/sys/dev/usb/usbdevs index 52a3b998c89..69c488333db 100644 --- a/sys/dev/usb/usbdevs +++ b/sys/dev/usb/usbdevs @@ -1,4 +1,4 @@ -$OpenBSD: usbdevs,v 1.397 2008/12/08 21:43:32 deraadt Exp $ +$OpenBSD: usbdevs,v 1.398 2008/12/10 18:09:45 deraadt Exp $ /* $NetBSD: usbdevs,v 1.322 2003/05/10 17:47:14 hamajima Exp $ */ /* @@ -1025,6 +1025,7 @@ product CONCEPTRONIC2 C54RU2 0x3c22 C54RU product CONCEPTRONIC2 RT2870_1 0x3c06 RT2870 product CONCEPTRONIC2 RT2870_2 0x3c07 RT2870 product CONCEPTRONIC2 RT2870_3 0x3c23 RT2870 +product CONCEPTRONIC2 RT2573 0x3c24 RT2573M product CONCEPTRONIC2 RT2870_4 0x3c25 RT2870 product CONCEPTRONIC2 RT2870_5 0x3c27 RT2870 product CONCEPTRONIC2 RT2870_6 0x3c28 RT2870 |