Source-Changes-D archive

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

Re: CVS commit: src/sys/dev/usb



Both of these devices you added have the same ID (0x1625).  Can you fix the one that's (I assume) a mistake?

Thanks,
+j

On 9/2/11 6:51 PM, Aleksej Saushev wrote:
Module Name:	src
Committed By:	asau
Date:		Sat Sep  3 01:51:21 UTC 2011

Modified Files:
	src/sys/dev/usb: usbdevs

Log Message:
Add two Kingston Data Travel 101 models.


To generate a diff of this commit:
cvs rdiff -u -r1.592 -r1.593 src/sys/dev/usb/usbdevs

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Modified files:

Index: src/sys/dev/usb/usbdevs
diff -u src/sys/dev/usb/usbdevs:1.592 src/sys/dev/usb/usbdevs:1.593
--- src/sys/dev/usb/usbdevs:1.592	Wed Aug 24 19:39:05 2011
+++ src/sys/dev/usb/usbdevs	Sat Sep  3 01:51:20 2011
@@ -1,4 +1,4 @@
-$NetBSD: usbdevs,v 1.592 2011/08/24 19:39:05 veego Exp $
+$NetBSD: usbdevs,v 1.593 2011/09/03 01:51:20 asau Exp $
 
 /*
  * Copyright (c) 1998-2004 The NetBSD Foundation, Inc.
@@ -1672,7 +1672,9 @@
 /* Kingston products */
 product KINGSTON XX1		0x0008	Ethernet Adapter
 product KINGSTON KNU101TX	0x000a	KNU101TX USB Ethernet
+product KINGSTON DT101_II	0x1625	DT 101 II
 product KINGSTON DTMINI10	0x162c	DT Mini 10
+product KINGSTON DT101_G2	0x1625	DT 101 G2
 
 /* Kodak products */
 product KODAK DC220		0x0100	Digital Science DC220




Home | Main Index | Thread Index | Old Index