Go to the documentation of this file.
21 #ifndef __LINUX_USB_G_PRINTER_H
22 #define __LINUX_USB_G_PRINTER_H
24 #define PRINTER_NOT_ERROR 0x08
25 #define PRINTER_SELECTED 0x10
26 #define PRINTER_PAPER_EMPTY 0x20
32 #define GADGET_GET_PRINTER_STATUS _IOR('g', 0x21, unsigned char)
33 #define GADGET_SET_PRINTER_STATUS _IOWR('g', 0x22, unsigned char)