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.
This commit is contained in:
nathanw 2001-07-23 15:17:50 +00:00
parent ecbce129cb
commit 9f36932334
1 changed files with 2 additions and 1 deletions

View File

@ -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