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/usb/usbdevs_data.h | |
| parent | 1c05aff552fa151fb95472fb16bbb6a20fe9cead (diff) | |
Regen.
Diffstat (limited to 'sys/dev/usb/usbdevs_data.h')
| -rw-r--r-- | sys/dev/usb/usbdevs_data.h | 16 |
1 files changed, 14 insertions, 2 deletions
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", |
