Another version of the subdriver patch set for your review. Changes in v2: - autoresume on open lock bugfix is integrated - manage_power support (setting needs_remote_wakeup on a shared interface) for subdriver is added - two qmi_wwan patches have been included to illustrate how this is supposed to be used, and to ease testing These patches should be applied on top of what's currently in linux-next. Note that the "net" patches are to be reviewed by netdev but not posted there just yet. They are included here for the sake of completeness and easy testing only. Bjørn Mork (5): usb: cdc-wdm: split out reusable parts of probe usb: cdc-wdm: adding list lookup indirection usb: cdc-wdm: adding usb_cdc_wdm_register subdriver support net: qmi_wwan: support devices having a shared QMI/wwan interface net: qmi_wwan: add Dell Gobi and Pantech UML290 devices drivers/net/usb/qmi_wwan.c | 193 ++++++++++++++++++++++++++++++++++++- drivers/usb/class/cdc-wdm.c | 223 ++++++++++++++++++++++++++++++------------- include/linux/usb/cdc-wdm.h | 19 ++++ 3 files changed, 364 insertions(+), 71 deletions(-) create mode 100644 include/linux/usb/cdc-wdm.h -- 1.7.8.3 -- 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