Hi,

this uses the generic usb serial suspend support to do suspend for
ftdi_sio

        Regards
                Oliver
Signed-off-by: Oliver Neukum <[EMAIL PROTECTED]>
-- 

--- a/drivers/usb/serial/ftdi_sio.c     2007-04-27 18:19:26.000000000 +0200
+++ b/drivers/usb/serial/ftdi_sio.c     2007-04-27 11:28:27.000000000 +0200
@@ -534,6 +534,8 @@ static struct usb_driver ftdi_driver = {
        .name =         "ftdi_sio",
        .probe =        usb_serial_probe,
        .disconnect =   usb_serial_disconnect,
+       .suspend =      usb_serial_suspend,
+       .resume =       usb_serial_resume,
        .id_table =     id_table_combined,
        .no_dynamic_id =        1,
 };

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
linux-usb-devel@lists.sourceforge.net
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to