On Sat, May 16, 2009 at 08:00:21AM +0800, Shen, Xiaochen wrote: > +/* for endpoint 0 operations */ > +static const struct usb_endpoint_descriptor > +langwell_ep0_desc = { > + .bLength = USB_DT_ENDPOINT_SIZE, > + .bDescriptorType = USB_DT_ENDPOINT, > + .bEndpointAddress = 0, > + .bmAttributes = USB_ENDPOINT_XFER_CONTROL, > + .wMaxPacketSize = EP0_MAX_PKT_SIZE, Your patch has all tabs changed into spaces, which makes it impossible to apply :( Care to resend it after fixing your email client? thanks, greg k-h -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html