On Wed, Feb 17, 2010 at 05:11:12PM -0500, Matthew Garrett wrote: > @@ -168,8 +177,22 @@ static struct usb_serial_driver qcdevice = { > .usb_driver = &qcdriver, > .num_ports = 1, > .probe = qcprobe, > + .open = usb_wwan_open, > + .close = usb_wwan_close, > + .write = usb_wwan_write, > + .write_room = usb_wwan_write_room, > + .chars_in_buffer = usb_wwan_chars_in_buffer, > + .attach = usb_wwan_startup, > + .disconnect = usb_wwan_disconnect, > + .release = usb_wwan_release, > +#ifdef CONFIG_PM > + .suspend = usb_wwan_suspend, > + .resume = usb_wwan_resume, > +#endif No leading tab? > }; > > + > + > static int __init qcinit(void) Extra lines added? 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