These changes are the raw update to linux-4.4.6-rt14. Kernel sources
[kvmfornfv.git] / kernel / drivers / usb / class / cdc-acm.h
index b3b6c9d..ccfaba9 100644 (file)
@@ -19,7 +19,7 @@
  */
 
 #define ACM_TTY_MAJOR          166
-#define ACM_TTY_MINORS         32
+#define ACM_TTY_MINORS         256
 
 /*
  * Requests.
@@ -134,3 +134,4 @@ struct acm {
 #define IGNORE_DEVICE                  BIT(5)
 #define QUIRK_CONTROL_LINE_STATE       BIT(6)
 #define CLEAR_HALT_CONDITIONS          BIT(7)
+#define SEND_ZERO_PACKET               BIT(8)