Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/usb PR/48172: Reinhard Speyerer: u3g(4): add 4G Syst...



details:   https://anonhg.NetBSD.org/src/rev/52053fc72ec5
branches:  trunk
changeset: 789678:52053fc72ec5
user:      christos <christos%NetBSD.org@localhost>
date:      Mon Sep 02 07:39:03 2013 +0000

description:
PR/48172: Reinhard Speyerer: u3g(4): add 4G Systems XS Stick W14 support

diffstat:

 sys/dev/usb/u3g.c   |  5 +++--
 sys/dev/usb/usbdevs |  3 ++-
 2 files changed, 5 insertions(+), 3 deletions(-)

diffs (43 lines):

diff -r 21557a9f0069 -r 52053fc72ec5 sys/dev/usb/u3g.c
--- a/sys/dev/usb/u3g.c Mon Sep 02 07:24:17 2013 +0000
+++ b/sys/dev/usb/u3g.c Mon Sep 02 07:39:03 2013 +0000
@@ -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 @@
 
        /* 4G Systems */
        { USB_VENDOR_4GSYSTEMS, USB_PRODUCT_4GSYSTEMS_XSSTICK_P14 },
+       { USB_VENDOR_4GSYSTEMS, USB_PRODUCT_4GSYSTEMS_XSSTICK_W14 },
 };
 
 static int
diff -r 21557a9f0069 -r 52053fc72ec5 sys/dev/usb/usbdevs
--- a/sys/dev/usb/usbdevs       Mon Sep 02 07:24:17 2013 +0000
+++ b/sys/dev/usb/usbdevs       Mon Sep 02 07:39:03 2013 +0000
@@ -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 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
 



Home | Main Index | Thread Index | Old Index