Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/usb Remove vendor from one of the descriptive string...



details:   https://anonhg.NetBSD.org/src/rev/9b25ea26e0a5
branches:  trunk
changeset: 473484:9b25ea26e0a5
user:      augustss <augustss%NetBSD.org@localhost>
date:      Sat Jun 05 14:14:02 1999 +0000

description:
Remove vendor from one of the descriptive strings; it's superfluous.

diffstat:

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

diffs (27 lines):

diff -r 4a686abde199 -r 9b25ea26e0a5 sys/dev/usb/usbdevs
--- a/sys/dev/usb/usbdevs       Sat Jun 05 14:03:32 1999 +0000
+++ b/sys/dev/usb/usbdevs       Sat Jun 05 14:14:02 1999 +0000
@@ -1,4 +1,4 @@
-$NetBSD: usbdevs,v 1.30 1999/06/05 09:54:09 tron Exp $
+$NetBSD: usbdevs,v 1.31 1999/06/05 14:14:02 augustss Exp $
 
 /*
  * Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -60,7 +60,7 @@
 vendor 3COM            0x04c1  U.S. Robotics
 vendor KONICA          0x04c8  Konica Corporation
 vendor SHUTTLE         0x04e6  Shuttle Technology
-vendor BROTHER         0x04f9  Brother Industries
+vendor BROTHER         0x04f9  Brother Industries Corp.
 vendor JAZZ            0x04fa  Dallas Semiconductor
 vendor AKS             0x0529  Fast Security AG
 vendor VISION          0x0533  Alcatel Mobile Phones
@@ -147,7 +147,7 @@
 product SHUTTLE EUSB           0x0001  E-USB Bridge
 
 /* Brother Industries products */
-product        BROTHER HL1050          0x0002  Brother HL-1050 laser printer
+product        BROTHER HL1050          0x0002  HL-1050 laser printer
 
 /* Jazz products */
 product JAZZ J6502             0x4201  J-6502 speakers



Home | Main Index | Thread Index | Old Index