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:
>> >
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
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
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:
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).
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
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