[PATCH 0/2] gigaset USB drivers: suspend support
Tilman Schmidt <[email protected]>
| Newsgroups | gmane.linux.usb.devel,gmane.linux.kernel,gmane.linux.isdn.i4l.devel |
|---|---|
| Message-ID | <[email protected]> |
The following two patches add minimal suspend/resume support to the USB based Gigaset ISDN drivers, bas_gigaset and usb_gigaset. Only the USB aspects are handled so far; the ISDN subsystem is not notified in any way, for lack of information about how to do that. The base driver (bas_gigaset) will not close an open ISDN connection, but refuse to suspend if a connection is active. The M105 driver (usb_gigaset) ignores active connections, so as the device is powered from USB, any connection will drop when the USB port is powered down. These are policy decisions and as such open to discussion. This code survives a "test mode" STD without any ill effects. I could not test a "real" suspend/resume cycle yet because so far I do not have any test machine with working suspend. Comments welcome. Thanks, Tilman drivers/isdn/gigaset/bas-gigaset.c | 230 +++++++++++++++++++++++++++++++++---- drivers/isdn/gigaset/usb-gigaset.c | 69 ++++++++++- 2 files changed, 275 insertions(+), 24 deletions(-) ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ [email protected] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-devel