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 Brother HL-1050 laser printer. Fixes second ...



details:   https://anonhg.NetBSD.org/src/rev/8ab971ed7976
branches:  trunk
changeset: 473473:8ab971ed7976
user:      tron <tron%NetBSD.org@localhost>
date:      Sat Jun 05 09:54:09 1999 +0000

description:
Add Brother HL-1050 laser printer. Fixes second half of PR kern/7699
by Bjoern Labitzke.

diffstat:

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

diffs (27 lines):

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



Home | Main Index | Thread Index | Old Index