On Wednesday 07 February 2007 6:01 am, Oliver Neukum wrote: > --- a/drivers/usb/class/cdc-acm.h 2007-01-10 20:10:37.000000000 +0100 > +++ b/drivers/usb/class/cdc-acm.h 2007-02-01 21:06:24.000000000 +0100 > @@ -45,10 +45,13 @@ > > #define ACM_CTRL_FRAMING 0x10 > #define ACM_CTRL_PARITY 0x20 > #define ACM_CTRL_OVERRUN 0x40 > > +#define ACM_CTRL_CAP_LINE 0x02 > +#define ACM_CTRL_CAP_BRK 0x04 > +
Why are such values not being added to <linux/usb/cdc.h> where they're available to all CDC-conformant code in Linux, not just that one driver? ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier. Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ [email protected] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-devel
