diff options
| author | tron <tron@NetBSD.org> | 1999-06-05 09:54:09 +0000 |
|---|---|---|
| committer | tron <tron@NetBSD.org> | 1999-06-05 09:54:09 +0000 |
| commit | 1c05aff552fa151fb95472fb16bbb6a20fe9cead (patch) | |
| tree | 8495a8c804b23a1812c877b7069ab1eaade0acc1 /sys/dev | |
| parent | ab86ce8dab87c76461e59f85e4b30a3f21eee819 (diff) | |
Add Brother HL-1050 laser printer. Fixes second half of PR kern/7699
by Bjoern Labitzke.
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/usb/usbdevs | 6 |
1 files changed, 5 insertions, 1 deletions
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 |
