From 9f369323346c772c1b9a057e6195589796d6c329 Mon Sep 17 00:00:00 2001 From: nathanw Date: Mon, 23 Jul 2001 15:17:50 +0000 Subject: [PATCH] Add the constant for the IEEE 1284-mode protocol for the printer class, as given in revision 1.1 of the USB printer class spec. --- sys/dev/usb/usb.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys/dev/usb/usb.h b/sys/dev/usb/usb.h index 9fee1b6c9272..5b0c913204b7 100644 --- a/sys/dev/usb/usb.h +++ b/sys/dev/usb/usb.h @@ -1,4 +1,4 @@ -/* $NetBSD: usb.h,v 1.51 2000/12/13 04:05:14 augustss Exp $ */ +/* $NetBSD: usb.h,v 1.52 2001/07/23 15:17:50 nathanw Exp $ */ /* $FreeBSD: src/sys/dev/usb/usb.h,v 1.14 1999/11/17 22:33:46 n_hibma Exp $ */ /* @@ -378,6 +378,7 @@ typedef struct { #define UISUBCLASS_PRINTER 1 #define UIPROTO_PRINTER_UNI 1 #define UIPROTO_PRINTER_BI 2 +#define UIPROTO_PRINTER_1284 3 #define UICLASS_MASS 0x08 #define UISUBCLASS_RBC 1