> > Index: linux.cg/drivers/usb/core/hcd.c > > =================================================================== > > --- linux.cg.orig/drivers/usb/core/hcd.c 2006-10-11 11:34:08.000000000 > > -0700 +++ linux.cg/drivers/usb/core/hcd.c 2006-10-11 11:34:24.000000000 > > -0700 @@ -256,7 +256,9 @@ > > 0x05, /* __u8 ep_bDescriptorType; Endpoint */ > > 0x81, /* __u8 ep_bEndpointAddress; IN Endpoint 1 */ > > 0x03, /* __u8 ep_bmAttributes; Interrupt */ > > - 0x02, 0x00, /* __le16 ep_wMaxPacketSize; 1 + (MAX_ROOT_PORTS / 8) */ > > + /* __le16 ep_wMaxPacketSize; 1 + (MAX_ROOT_PORTS / 8) > > + * see hub.c:hub_configure() for details. */ > > + USB_MAXCHILDREN + 1 + 7 / 8, 0x00, > > Missing parentheses.
Heh, I was testing you...fixed. Thanks for the catch. -- Inaky ------------------------------------------------------------------------- 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 _______________________________________________ linux-usb-devel@lists.sourceforge.net To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-devel