Patch "usb: gadget: net2280: restore ep_cfg after defect7374 workaround" has been added to the 4.3-stable tree

2015-12-07 Thread gregkh
This is a note to let you know that I've just added the patch titled usb: gadget: net2280: restore ep_cfg after defect7374 workaround to the 4.3-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch

Patch "usb: gadget: net2280: restore ep_cfg after defect7374 workaround" has been added to the 4.2-stable tree

2015-12-07 Thread gregkh
This is a note to let you know that I've just added the patch titled usb: gadget: net2280: restore ep_cfg after defect7374 workaround to the 4.2-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch

patch "usb: gadget: net2280: restore ep_cfg after defect7374 workaround" added to usb-next

2015-10-22 Thread gregkh
This is a note to let you know that I've just added the patch titled usb: gadget: net2280: restore ep_cfg after defect7374 workaround to my usb git tree which can be found at git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git in the usb-next branch. The patch will show up in t

Re: [PATCH] usb: gadget: net2280: restore ep_cfg after defect7374 workaround

2015-10-19 Thread Felipe Balbi
Mian Yousaf Kaukab writes: > Defect 7374 workaround enables all GPEP as endpoint 0. Restore > endpoint number when defect 7374 workaround is disabled. Otherwise, > check to match USB endpoint number to hardware endpoint number in > net2280_enable() fails. > > Cc: # 4.2 > Reported-by: Paul Jones

[PATCH] usb: gadget: net2280: restore ep_cfg after defect7374 workaround

2015-10-19 Thread Mian Yousaf Kaukab
Defect 7374 workaround enables all GPEP as endpoint 0. Restore endpoint number when defect 7374 workaround is disabled. Otherwise, check to match USB endpoint number to hardware endpoint number in net2280_enable() fails. Cc: # 4.2 Reported-by: Paul Jones Signed-off-by: Mian Yousaf Kaukab --- Hi