Bugs keep popping up now that we have applications actually using this driver. And then I add some more ;-) The first patch fixes a bug which has been there since the driver was included. The context hasn't changed either so this should apply cleanly to any maintained stable- and longterm- branches as well. The second patch fixes a couple of dev_printk usages at points where the device might have disappeared. One of these were recently introduced by commit 880bca3a. Sorry about that. The third patch fixes a problem introduced with the device list. Should go to any stable branch having commit b0c13860 I assume this comes too late for 3.4.0, so I've based it on the current usb-next branch. Bjørn Mork (3): USB: cdc-wdm: poll must return POLLHUP if device is gone USB: cdc-wdm: cannot use dev_printk when device is gone USB: cdc-wdm: remove from device list on disconnect drivers/usb/class/cdc-wdm.c | 25 +++++++++++++++++-------- 1 file changed, 17 insertions(+), 8 deletions(-) -- 1.7.10 -- 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