Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fcf9e55e authored by Sarah Sharp's avatar Sarah Sharp Committed by Greg Kroah-Hartman
Browse files

USB: pl2303: Add autosuspend support to pl2303 usb serial converter.

parent 3e152505
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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