Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/usb Add new vendor QUAN and it's DM9601 USB ethernet...



details:   https://anonhg.NetBSD.org/src/rev/d5631f743651
branches:  trunk
changeset: 777452:d5631f743651
user:      mbalmer <mbalmer%NetBSD.org@localhost>
date:      Sun Feb 19 14:54:25 2012 +0000

description:
Add new vendor QUAN and it's DM9601 USB ethernet product.
>From Loganaden Velvindron <loganaden%wolfman.devio.us@localhost>.

diffstat:

 sys/dev/usb/usbdevs |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (27 lines):

diff -r 4a5b19a7bdbe -r d5631f743651 sys/dev/usb/usbdevs
--- a/sys/dev/usb/usbdevs       Sun Feb 19 12:02:55 2012 +0000
+++ b/sys/dev/usb/usbdevs       Sun Feb 19 14:54:25 2012 +0000
@@ -1,4 +1,4 @@
-$NetBSD: usbdevs,v 1.607 2012/02/11 05:26:31 plunky Exp $
+$NetBSD: usbdevs,v 1.608 2012/02/19 14:54:25 mbalmer Exp $
 
 /*
  * Copyright (c) 1998-2004 The NetBSD Foundation, Inc.
@@ -59,6 +59,7 @@
  */
 
 vendor EGALAX2         0x0123  eGalax, Inc.
+vendor QUAN            0x01e1  Quan
 vendor CHIPSBANK       0x0204  Chipsbank
 vendor AOX             0x03e8  AOX
 vendor ATMEL           0x03eb  Atmel
@@ -2327,6 +2328,9 @@
 /* Qualcomm Kyocera products */
 product QUALCOMM_K CDMA_MSM_K  0x17da  Qualcomm Kyocera CDMA Technologies MSM
 
+/* Quan products */
+product QUAN DM9601            0x9601  USB ethernet
+
 /* Quanta products */
 product QUANTA RT3070          0x0304  RT3070
 



Home | Main Index | Thread Index | Old Index