Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-6]: src/sys/dev/usb Pull up following revision(s) (requested by d...
details: https://anonhg.NetBSD.org/src/rev/72516058e839
branches: netbsd-6
changeset: 776427:72516058e839
user: bouyer <bouyer%NetBSD.org@localhost>
date: Sat Sep 07 16:22:29 2013 +0000
description:
Pull up following revision(s) (requested by dholland in ticket #937):
sys/dev/usb/u3g.c: revision 1.30
sys/dev/usb/usbdevs: revision 1.653
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 16141906fb1b -r 72516058e839 sys/dev/usb/u3g.c
--- a/sys/dev/usb/u3g.c Sat Sep 07 16:16:00 2013 +0000
+++ b/sys/dev/usb/u3g.c Sat Sep 07 16:22:29 2013 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: u3g.c,v 1.24.2.1 2013/02/11 21:44:22 riz Exp $ */
+/* $NetBSD: u3g.c,v 1.24.2.2 2013/09/07 16:22:29 bouyer Exp $ */
/*-
* Copyright (c) 2009 The NetBSD Foundation, Inc.
@@ -50,7 +50,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: u3g.c,v 1.24.2.1 2013/02/11 21:44:22 riz Exp $");
+__KERNEL_RCSID(0, "$NetBSD: u3g.c,v 1.24.2.2 2013/09/07 16:22:29 bouyer Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -251,6 +251,7 @@
/* 4G Systems */
{ USB_VENDOR_4GSYSTEMS, USB_PRODUCT_4GSYSTEMS_XSSTICK_P14 },
+ { USB_VENDOR_4GSYSTEMS, USB_PRODUCT_4GSYSTEMS_XSSTICK_W14 },
};
static int
diff -r 16141906fb1b -r 72516058e839 sys/dev/usb/usbdevs
--- a/sys/dev/usb/usbdevs Sat Sep 07 16:16:00 2013 +0000
+++ b/sys/dev/usb/usbdevs Sat Sep 07 16:22:29 2013 +0000
@@ -1,4 +1,4 @@
-$NetBSD: usbdevs,v 1.607.2.8 2013/05/19 21:51:00 riz Exp $
+$NetBSD: usbdevs,v 1.607.2.9 2013/09/07 16:22:29 bouyer Exp $
/*
* Copyright (c) 1998-2004 The NetBSD Foundation, Inc.
@@ -583,6 +583,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