From saharabeara@gmail.com Fri Dec 14 14:09:14 2007 From: Sarah Sharp Date: Fri, 14 Dec 2007 14:09:30 -0800 Subject: USB: pl2303: Add autosuspend support to pl2303 usb serial converter. To: Greg KH , linux-usb@vger.kernel.org Message-ID: <466782965e205a5458a0caa88de8a0c52205f74e.1197668212.git.saharabeara@gmail.com> Content-Disposition: inline Signed-off-by: Sarah Sharp Signed-off-by: Greg Kroah-Hartman --- drivers/usb/serial/pl2303.c | 3 +++ 1 file changed, 3 insertions(+) --- a/drivers/usb/serial/pl2303.c +++ b/drivers/usb/serial/pl2303.c @@ -99,7 +99,10 @@ static struct usb_driver pl2303_driver = .probe = usb_serial_probe, .disconnect = usb_serial_disconnect, .id_table = id_table, + .suspend = usb_serial_suspend, + .resume = usb_serial_resume, .no_dynamic_id = 1, + .supports_autosuspend = 1, }; #define SET_LINE_REQUEST_TYPE 0x21