On Wed, Oct 16, 2019 at 11:39:27AM +0200, Bastien Nocera wrote: > This is version 3 of the patch set. > > Changes in v3: > - Add Alan's ack > - don't export usb_device_match_id() > > Changes in v2: > - checkpatch.pl is now quiet > - fallback to the generic driver when driver ->probe() fails Sorry for the long response to this, my fault. At first, I really don't like the idea of using the usb device driver interface, but I don't think there's a better way. And, you did the work to make it so that it works cleanly, which is always appreciated. So all now queued up, let's see what breaks in linux-next with it! :) One note, your patches had to be applied with "-p0" to git, normally we do it with "-p1", I don't know how you generated your patches at 0 depth. thanks, greg k-h