Searched hist:b0c13860 (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/usb/class/ |
H A D | cdc-wdm.c | b0c13860 Tue Mar 06 10:29:21 CST 2012 Bjørn Mork <bjorn@mork.no> usb: cdc-wdm: adding list lookup indirection
Register all interfaces handled by this driver in a list, getting rid of the dependency on usb_set_intfdata. This allows further generalization and simplification of the probe/create functions.
This is needed to decouple wdm_open from the driver owning the interface, and it also allows us to share all the code in wdm_create with drivers unable to do usb_set_intfdata.
Signed-off-by: Bjørn Mork <bjorn@mork.no> Acked-by: Oliver Neukum <oneukum@suse.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> b0c13860 Tue Mar 06 10:29:21 CST 2012 Bjørn Mork <bjorn@mork.no> usb: cdc-wdm: adding list lookup indirection Register all interfaces handled by this driver in a list, getting rid of the dependency on usb_set_intfdata. This allows further generalization and simplification of the probe/create functions. This is needed to decouple wdm_open from the driver owning the interface, and it also allows us to share all the code in wdm_create with drivers unable to do usb_set_intfdata. Signed-off-by: Bjørn Mork <bjorn@mork.no> Acked-by: Oliver Neukum <oneukum@suse.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|