Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/usb There is no need to include the vendor name in t...



details:   https://anonhg.NetBSD.org/src/rev/e90c926e8e13
branches:  trunk
changeset: 583386:e90c926e8e13
user:      augustss <augustss%NetBSD.org@localhost>
date:      Wed Aug 03 23:08:08 2005 +0000

description:
There is no need to include the vendor name in the product description,
so remove some.

diffstat:

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

diffs (22 lines):

diff -r 703d15ed7104 -r e90c926e8e13 sys/dev/usb/usbdevs
--- a/sys/dev/usb/usbdevs       Wed Aug 03 23:07:23 2005 +0000
+++ b/sys/dev/usb/usbdevs       Wed Aug 03 23:08:08 2005 +0000
@@ -1,4 +1,4 @@
-$NetBSD: usbdevs,v 1.409 2005/08/03 23:07:08 augustss Exp $
+$NetBSD: usbdevs,v 1.410 2005/08/03 23:08:08 augustss Exp $
 
 /*
  * Copyright (c) 1998-2004 The NetBSD Foundation, Inc.
@@ -769,9 +769,9 @@
 /* Dell products */
 product DELL PORT              0x0058  Port Replicator
 product DELL SK8125            0x2002  SK-8125 keyboard
-product DELL X3                        0x4002  Dell Axim X3 PDA
-product DELL X30               0x4003  Dell Axim X30 PDA
-product DELL BC02              0x8000  Dell BC02 Bluetooth USB Adapter
+product DELL X3                        0x4002  Axim X3 PDA
+product DELL X30               0x4003  Axim X30 PDA
+product DELL BC02              0x8000  BC02 Bluetooth USB Adapter
 product DELL TM1180            0x8100  TrueMobile 1180 WLAN
 
 /* DeLorme products */



Home | Main Index | Thread Index | Old Index