diff options
| author | tron <tron@NetBSD.org> | 1999-06-05 09:54:29 +0000 |
|---|---|---|
| committer | tron <tron@NetBSD.org> | 1999-06-05 09:54:29 +0000 |
| commit | e9fe988d72821aa49a4fcc6864e82bd91d8a85fe (patch) | |
| tree | 4139b570b559b8e16de33847276fad575d00af0b /sys/dev | |
| parent | 1c05aff552fa151fb95472fb16bbb6a20fe9cead (diff) | |
Regen.
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/usb/usbdevs.h | 8 | ||||
| -rw-r--r-- | sys/dev/usb/usbdevs_data.h | 16 |
2 files changed, 20 insertions, 4 deletions
diff --git a/sys/dev/usb/usbdevs.h b/sys/dev/usb/usbdevs.h index acfa7e1f6a4..f682cf2b3b6 100644 --- a/sys/dev/usb/usbdevs.h +++ b/sys/dev/usb/usbdevs.h @@ -1,10 +1,10 @@ -/* $NetBSD: usbdevs.h,v 1.29 1999/05/20 09:50:39 augustss Exp $ */ +/* $NetBSD: usbdevs.h,v 1.30 1999/06/05 09:54:29 tron Exp $ */ /* * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * 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 */ /* @@ -67,6 +67,7 @@ #define USB_VENDOR_3COM 0x04c1 /* U.S. Robotics */ #define USB_VENDOR_KONICA 0x04c8 /* Konica Corporation */ #define USB_VENDOR_SHUTTLE 0x04e6 /* Shuttle Technology */ +#define USB_VENDOR_BROTHER 0x04f9 /* Brother Industries */ #define USB_VENDOR_JAZZ 0x04fa /* Dallas Semiconductor */ #define USB_VENDOR_AKS 0x0529 /* Fast Security AG */ #define USB_VENDOR_VISION 0x0533 /* Alcatel Mobile Phones */ @@ -152,6 +153,9 @@ /* Shuttle Technology products */ #define USB_PRODUCT_SHUTTLE_EUSB 0x0001 /* E-USB Bridge */ +/* Brother Industries products */ +#define USB_PRODUCT_BROTHER_HL1050 0x0002 /* Brother HL-1050 laser printer */ + /* Jazz products */ #define USB_PRODUCT_JAZZ_J6502 0x4201 /* J-6502 speakers */ diff --git a/sys/dev/usb/usbdevs_data.h b/sys/dev/usb/usbdevs_data.h index e0dee66460a..07706e77678 100644 --- a/sys/dev/usb/usbdevs_data.h +++ b/sys/dev/usb/usbdevs_data.h @@ -1,10 +1,10 @@ -/* $NetBSD: usbdevs_data.h,v 1.29 1999/05/20 09:50:39 augustss Exp $ */ +/* $NetBSD: usbdevs_data.h,v 1.30 1999/06/05 09:54:29 tron Exp $ */ /* * THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * 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 */ /* @@ -196,6 +196,12 @@ struct usb_knowndev usb_knowndevs[] = { "E-USB Bridge", }, { + USB_VENDOR_BROTHER, USB_PRODUCT_BROTHER_HL1050, + 0, + "Brother Industries", + "Brother HL-1050 laser printer", + }, + { USB_VENDOR_JAZZ, USB_PRODUCT_JAZZ_J6502, 0, "Dallas Semiconductor", @@ -436,6 +442,12 @@ struct usb_knowndev usb_knowndevs[] = { NULL, }, { + USB_VENDOR_BROTHER, 0, + USB_KNOWNDEV_NOPROD, + "Brother Industries", + NULL, + }, + { USB_VENDOR_JAZZ, 0, USB_KNOWNDEV_NOPROD, "Dallas Semiconductor", |
