Subject: [PATCH 000/002] USB: serial: sierra driver sync with Knowledge Base From: Elina Pasheva <epasheva@xxxxxxxxxxxxxxxxxx> The following series of 2 patches will synchronize sierra.c driver content to that in our Knowledge Base. This is the final series of patches and these will bring the sierra linux driver right up to with what will be offered on our Knowledge Base after the patches approval. Please note that this patch is based on sierra.c in linux-next 20090709. This patch superceeds the series of 2 patches submitted in June 2009. [PATCH 001/002] dealing with id_table additions: - Updated the id_table with all devices that Sierra Wireless currently support - Re-ordered the contents of the id_table for better readability [PATCH 002/002] dealing with autosuspend support: - Renamed module parameter "suspend_support" to "support_autopm" for clarity - Implemented anchor interface on the transmit path so that the Tx urbs are kept track of and are released during suspend - Added sierra_suspend(), sierra_resume() functions and support. - Moved sierra_device structure at the bottom - Added entries for suspend and resume interfaces to sierra_device structure. - Added new device attribute "suspend_status" which reflects the power state for each device served by the sierra driver. - Added provisions to enable debugging by using DEBUG definition - Version number set to 1.7.2 to match our repository. Signed-off-by: Elina Pasheva <epasheva@xxxxxxxxxxxxxxxxxx> --- -- 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