Re: [PATCH 0/2] usb: exynos: Fix compatible strings used for device

2012-12-24 Thread Vivek Gautam
Hi Kukjin, On Mon, Dec 24, 2012 at 4:45 AM, Kukjin Kim wrote: > Kukjin Kim wrote: >> > Re-sending due to e-mail client problem... > >> Doug Anderson wrote: >> > >> > On Fri, Dec 21, 2012 at 12:14 AM, Vivek Gautam >> > wrote: >> > > On Wed, Dec 19, 2012 at 7:16 PM, Vivek Gautam >> > wrote: >> >

Re: [PATCH v3 2/7] usb: chipidea: add otg file

2012-12-24 Thread Peter Chen
On Thu, Nov 29, 2012 at 03:53:26PM +0200, Alexander Shishkin wrote: > Peter Chen writes: > > > diff --git a/drivers/usb/chipidea/ci.h b/drivers/usb/chipidea/ci.h > > index d738603..8702871 100644 > > --- a/drivers/usb/chipidea/ci.h > > +++ b/drivers/usb/chipidea/ci.h > > @@ -129,6 +129,7 @@ struc

Re: [PATCH v3 3/7] usb: chipidea: add otg id switch and vbus connect/disconnect detect

2012-12-24 Thread Peter Chen
On Thu, Nov 29, 2012 at 04:30:10PM +0200, Alexander Shishkin wrote: > Peter Chen writes: > > > +static void ci_otg_work(struct work_struct *work) > > +{ > > + struct ci13xxx *ci = container_of(work, struct ci13xxx, work); > > + > > + if (test_bit(CI_ID, &ci->events)) { > > + clear_b

[PATCH RFC] usb: dwc3: Remove dwc3 dependency on gadget.

2012-12-24 Thread Vivek Gautam
DWC3 controller curretly depends on CONFIG_USB and CONFIG_USB_GADGET. Some hardware may like to use only host feature on dwc3. So, removing the dependency of USB_DWC3 on USB_GADGET and further modulating the dwc3 core to enable gadget features only with USB_GADGET. Signed-off-by: Vivek Gautam CC:

Re: usb card reader broken

2012-12-24 Thread Matthew Dharm
Unfortunately, there is no good way to programmatically detect this failure condition. It's only obvious when you know that it's SD-like media (no way to detect that), that the media is large (no way to detect that), and you see one of several unusual behaviors (not all of which are detectable).

Re: Bug#677472: [3.1->3.2 regression] Immediate wake on suspend, associated with OHCI on MCP51

2012-12-24 Thread Alan Stern
On Fri, 21 Dec 2012, Frank Schäfer wrote: > Anyway, system still wakes up from S3 immediately. It just occurred to me that not too long ago we learned about a BIOS bug in ASUS systems that affects EHCI controllers during system suspend (the workaround is commit dbf0e4c7257f8d684ec1a3c919853464293

Regression in kernel 3.8-rc1 bisected to commit adfa79d: I now get many "unable to enumerate USB device" messages

2012-12-24 Thread Larry Finger
The problem has been bisected to commit adfa79d entitled "USB: EHCI: make ehci-pci a separate driver". The symptom is that my NVIDIA controller again reverts to unended logging of messages of the form "hub 2-0:1.0: unable to enumerate USB device on port 5". This behavior was previously fixed w