From 1c05aff552fa151fb95472fb16bbb6a20fe9cead Mon Sep 17 00:00:00 2001 From: tron Date: Sat, 5 Jun 1999 09:54:09 +0000 Subject: Add Brother HL-1050 laser printer. Fixes second half of PR kern/7699 by Bjoern Labitzke. --- sys/dev/usb/usbdevs | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'sys/dev') diff --git a/sys/dev/usb/usbdevs b/sys/dev/usb/usbdevs index 480b5385600..511c20452ad 100644 --- a/sys/dev/usb/usbdevs +++ b/sys/dev/usb/usbdevs @@ -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 EPSON 0x04b8 Seiko Epson Corp. 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 @@ product KONICA CAMERA 0x0720 Digital Color Camera /* 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 -- cgit