Re: [PATCH] usb: gadget: Fix binding to UDC via configfs interface

2016-05-06 Thread Felipe Balbi
Hi, Krzysztof Opasiak writes: > By default user could store only valid UDC name in configfs UDC > attr by doing: > > echo $UDC_NAME > UDC > > Commit (855ed04 "usb: gadget: udc-core: independent registration of > gadgets and gadget drivers") broke this behavior and allowed to store > any arbitrar

[PATCH] usb: gadget: Fix binding to UDC via configfs interface

2016-05-05 Thread Krzysztof Opasiak
By default user could store only valid UDC name in configfs UDC attr by doing: echo $UDC_NAME > UDC Commit (855ed04 "usb: gadget: udc-core: independent registration of gadgets and gadget drivers") broke this behavior and allowed to store any arbitrary string in UDC file and udc core was waiting f