diff options
| author | christos <christos@NetBSD.org> | 2013-09-02 07:39:03 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2013-09-02 07:39:03 +0000 |
| commit | fac28b65a947d90a664a6974bbc76f7c5faa8d7f (patch) | |
| tree | 76345bcae6aab3226e3f2b51b4820713ef9aa9b1 /sys/dev | |
| parent | 376b49f98f96f4169c5ef3da4aa874f2531bb8a0 (diff) | |
PR/48172: Reinhard Speyerer: u3g(4): add 4G Systems XS Stick W14 support
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/usb/u3g.c | 5 | ||||
| -rw-r--r-- | sys/dev/usb/usbdevs | 3 |
2 files changed, 5 insertions, 3 deletions
diff --git a/sys/dev/usb/u3g.c b/sys/dev/usb/u3g.c index 417f64f169d..37dc53648d2 100644 --- a/sys/dev/usb/u3g.c +++ b/sys/dev/usb/u3g.c @@ -1,4 +1,4 @@ -/* $NetBSD: u3g.c,v 1.29 2013/08/03 16:04:30 soren Exp $ */ +/* $NetBSD: u3g.c,v 1.30 2013/09/02 07:39:03 christos Exp $ */ /*- * Copyright (c) 2009 The NetBSD Foundation, Inc. @@ -50,7 +50,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: u3g.c,v 1.29 2013/08/03 16:04:30 soren Exp $"); +__KERNEL_RCSID(0, "$NetBSD: u3g.c,v 1.30 2013/09/02 07:39:03 christos Exp $"); #include <sys/param.h> #include <sys/systm.h> @@ -260,6 +260,7 @@ static const struct usb_devno u3g_devs[] = { /* 4G Systems */ { USB_VENDOR_4GSYSTEMS, USB_PRODUCT_4GSYSTEMS_XSSTICK_P14 }, + { USB_VENDOR_4GSYSTEMS, USB_PRODUCT_4GSYSTEMS_XSSTICK_W14 }, }; static int diff --git a/sys/dev/usb/usbdevs b/sys/dev/usb/usbdevs index ed5c5e51dc9..904eb63a0e0 100644 --- a/sys/dev/usb/usbdevs +++ b/sys/dev/usb/usbdevs @@ -1,4 +1,4 @@ -$NetBSD: usbdevs,v 1.652 2013/08/10 21:15:26 jnemeth Exp $ +$NetBSD: usbdevs,v 1.653 2013/09/02 07:39:03 christos Exp $ /* * Copyright (c) 1998-2004 The NetBSD Foundation, Inc. @@ -603,6 +603,7 @@ product 3COMUSR HOMECONN 0x009d 3Com HomeConnect camera product 3COMUSR USR56K 0x3021 U.S.Robotics 56000 Voice Faxmodem Pro /* 4G Systems products */ +product 4GSYSTEMS XSSTICK_W14 0x9603 4G Systems XSStick W14 product 4GSYSTEMS XSSTICK_P14 0x9605 4G Systems XSStick P14 product 4GSYSTEMS XSSTICK_P14_INSTALLER 0xf000 4G Systems XSStick P14 - Windows driver |
