Subject: [PATCH 0/3] USB: serial: sierra driver sync with repository From: Elina Pasheva <epasheva@xxxxxxxxxxxxxxxxxx> The following series of 3 patches deal with the process of sync sierra.c driver content to that in our repository. This is the final series of patches and these will bring the sierra linux driver right up to date with what is in our repository. The following summarizes the changes in this series of 3 patches. [PATCH 1/3] sierra driver adding direct IP device: - Added direct IP device in id_table - Added debug statement in sierra_write_room() [PATCH 2/3] sierra driver adding suspend/resume: - Adding sierra_suspend(), sierra_resume() functions and support. - Added comment line for private data structure - Moved sierra_device structure at the bottom and added entries for suspend and resume interfaces. [PATCH 3/3] sierra driver adding interfaces to blacklist: - Added 2 more interfaces to the blacklist - Added provisions to enable debugging by using DEBUG definition - Version number set to 1.7.0 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