-               /** Interface Subclass value for the Printer Device class. */
-               #define PRINTER_SUBCLASS                 0x01
-
-               /** Interface Protocol value for a Bidirectional communication encapsulation. */
-               #define PRINTER_PROTOCOL                 0x02
-
-               /** Pipe number of the Printer data IN pipe. */
-               #define PRINTER_DATA_IN_PIPE             1
-
-               /** Pipe number of the Printer data OUT pipe. */
-               #define PRINTER_DATA_OUT_PIPE            2
+               /** Pipe address of the Printer data OUT pipe. */
+               #define PRINTER_DATA_OUT_PIPE            (PIPE_DIR_OUT | 2)