Re: [PATCH] usb: dwc3: gadget: call gadget driver's ->suspend/->resume

2015-04-24 Thread David Cohen
On Fri, Apr 24, 2015 at 02:48:27PM -0500, Felipe Balbi wrote: > Hi, Hi Felipe, > > On Thu, Apr 23, 2015 at 03:37:48PM -0700, David Cohen wrote: > > On Fri, Apr 17, 2015 at 02:43:27PM -0500, Felipe Balbi wrote: > > > On Fri, Apr 17, 2015 at 11:41:56AM -0700, David Cohen wrote: > > > > From: Felip

Re: [PATCH] usb: dwc3: gadget: call gadget driver's ->suspend/->resume

2015-04-24 Thread Felipe Balbi
Hi, On Thu, Apr 23, 2015 at 03:37:48PM -0700, David Cohen wrote: > On Fri, Apr 17, 2015 at 02:43:27PM -0500, Felipe Balbi wrote: > > On Fri, Apr 17, 2015 at 11:41:56AM -0700, David Cohen wrote: > > > From: Felipe Balbi > > > > missing the required: > > > > [ Upstream commit bc5ba2e0b829c9397f96

[PATCH] libusbg: print leading zero for MAC address bytes

2015-04-24 Thread Stefan Agner
The ethernet gadget driver requires the hex formatted MAC address bytes with leading zero, in other words each byte needs to be two characters in length (see get_ether_addr in u_ether.c). The libc implementation ether_ntoa does not print leading zeros. Hence use our own implementation which provide

Re: [BUG] xhci_hcd: no USB3 SuperSpeed on IvyBridge Macbook

2015-04-24 Thread Alan Stern
On Thu, 23 Apr 2015, Chris Bainbridge wrote: > Hardware: IvyBridge Macbook (Panther Point PCH), 2 external USB3 ports > Verified in kernels: 4.0.0+ (1fc1499), Debian 3.16.4 > > All USB3 devices appear as USB2 high-speed (480mbps) rather than USB3 > super-speed (5000mbps). > > usb1 and usb2 are t

Re: [PATCH] usb: image: mdc800: fixed various style issues

2015-04-24 Thread Varka Bhadram
On 04/24/2015 05:29 AM, Jason Eastman wrote: > Fixed several style issues with: comments, function perenthesis, > indentation, and conditional braces > > Signed-off-by: Jason Eastman > --- > drivers/usb/image/mdc800.c | 769 > +++- > 1 file changed, 336 i