]> git.karo-electronics.de Git - linux-beck.git/commit
usb: gadget: printer: call gprinter_setup() from gadget's bind
authorAndrzej Pietrasiewicz <andrzej.p@samsung.com>
Tue, 3 Mar 2015 09:52:19 +0000 (10:52 +0100)
committerFelipe Balbi <balbi@ti.com>
Tue, 10 Mar 2015 20:33:37 +0000 (15:33 -0500)
commita844715d2fc44adc2da17f90b34cc0d0c1e81596
tree381e935e9c7ffe59f81b9a479eb1d235d86cc724
parentd82cd82edb98d727c6a0804a6e271e3081559404
usb: gadget: printer: call gprinter_setup() from gadget's bind

Call gprinter_setup() from gadget's bind instead of module's init.
Call gprinter_cleaup() corerspondingly. This detaches printer function's
logic from legacy printer gadget's implementation.

Signed-off-by: Andrzej Pietrasiewicz <andrzej.p@samsung.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/gadget/legacy/printer.c