diff options
| author | uebayasi <uebayasi@NetBSD.org> | 2008-07-08 08:44:55 +0000 |
|---|---|---|
| committer | uebayasi <uebayasi@NetBSD.org> | 2008-07-08 08:44:55 +0000 |
| commit | 36662bbc30449393c47d14f54ccc06dcf11628fe (patch) | |
| tree | 1d8aec4c14180920a1b8769ea58c6224e28be074 /sys/dev | |
| parent | 9e826282a4bde93708c0f521d5f284235f1fcfd7 (diff) | |
Add a device ID seen in Kojinsha notebook. From Ryo Shimizu.
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/usb/if_rum.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/dev/usb/if_rum.c b/sys/dev/usb/if_rum.c index 78d002c3532..71a6119eec2 100644 --- a/sys/dev/usb/if_rum.c +++ b/sys/dev/usb/if_rum.c @@ -1,5 +1,5 @@ /* $OpenBSD: if_rum.c,v 1.40 2006/09/18 16:20:20 damien Exp $ */ -/* $NetBSD: if_rum.c,v 1.21 2008/05/24 16:40:58 cube Exp $ */ +/* $NetBSD: if_rum.c,v 1.22 2008/07/08 08:44:55 uebayasi Exp $ */ /*- * Copyright (c) 2005-2007 Damien Bergamini <damien.bergamini@free.fr> @@ -24,7 +24,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: if_rum.c,v 1.21 2008/05/24 16:40:58 cube Exp $"); +__KERNEL_RCSID(0, "$NetBSD: if_rum.c,v 1.22 2008/07/08 08:44:55 uebayasi Exp $"); #include "bpfilter.h" @@ -125,6 +125,7 @@ static const struct usb_devno rum_devs[] = { { USB_VENDOR_PLANEX2, USB_PRODUCT_PLANEX2_GWUSMM }, { USB_VENDOR_QCOM, USB_PRODUCT_QCOM_RT2573 }, { USB_VENDOR_QCOM, USB_PRODUCT_QCOM_RT2573_2 }, + { USB_VENDOR_QCOM, USB_PRODUCT_QCOM_RT2573_3 }, { USB_VENDOR_RALINK, USB_PRODUCT_RALINK_RT2573 }, { USB_VENDOR_RALINK_2, USB_PRODUCT_RALINK_2_RT2573 }, { USB_VENDOR_RALINK, USB_PRODUCT_RALINK_RT2671 }, |
