Re: [PATCH] usb/xhci: unify parameter of xhci_msi_irq

2012-08-26 Thread Alex Shi
On 08/26/2012 10:01 AM, Sarah Sharp wrote: > On Mon, Aug 13, 2012 at 01:59:00PM +0800, Alex Shi wrote: >> On 06/12/2012 05:14 AM, gregkh wrote: >> >>> On Mon, Jun 11, 2012 at 01:47:09PM -0700, Sarah Sharp wrote: Hi Alex, This got lost in the 3.5 push, but I think it's a good candida

Re: Virtualbox/Vmware usb device is working but on installed linux not.

2012-08-26 Thread Alan Stern
Please use Reply-To-All so that your messages go to the mailing list as well as to me. On Sun, 26 Aug 2012, adam ? wrote: > I am sending to you three attachments. > Thanks for help! > > Dnia 26-08-2012 o godz. 4:15 Alan Stern napisa�(a): > > On Sat, 25 Aug 2012, adam ? wrote: > > > > > https:/

Re: [RFC PATCH 2/2] USB: Set usb port's DevicerRemovable according acpi information in EHCI

2012-08-26 Thread Lan Tianyu
于 2012/8/24 22:45, Alan Stern 写道: > On Fri, 24 Aug 2012, Lan Tianyu wrote: > But if other places got hub descriptor, they can't get DeviceRemovable value since we only set DeviceRemovable in the hub_configure().(e.g lsusb). > > Note: This isn't true. You now set desc->u.hs.DeviceRemova

Re: [RFC PATCH 2/2] USB: Set usb port's DevicerRemovable according acpi information in EHCI

2012-08-26 Thread Alan Stern
On Sun, 26 Aug 2012, Lan Tianyu wrote: > �� 2012/8/24 22:45, Alan Stern �: > > On Fri, 24 Aug 2012, Lan Tianyu wrote: > > > But if other places got hub descriptor, they can't get DeviceRemovable > value since we only set DeviceRemovable in the hub_configure().(e.g > lsusb). > >

Re: [PATCH V3] usb: gadget: bcm63xx UDC driver

2012-08-26 Thread Sebastian Andrzej Siewior
On Sat, Aug 25, 2012 at 12:44:19PM -0700, Kevin Cernekee wrote: > When bcm63xx_udc is in EP0_IN_FAKE_STATUS_PHASE, it won't issue any > more setup() callbacks until the 0-byte reply arrives from the gadget > driver. If the host sends a setup request, the callback will be held > off until after the

Re: [PATCH V2] usb: gadget: bcm63xx UDC driver

2012-08-26 Thread Sebastian Andrzej Siewior
On Tue, Aug 21, 2012 at 06:30:19PM -0700, Kevin Cernekee wrote: > use_fullspeed=1 just tells the core not to negotiate USB 2.0 PHY > rates. It should be roughly equivalent to plugging the device into a > full speed hub. Okay, understood. Sebastian -- To unsubscribe from this list: send the line

Re: USB sound card device complains about "error -28: not enough bandwidth" only on specific PC hardware, seems not kernel specific

2012-08-26 Thread David Ranch
Hello Alan, The best that can be said is that it sort of works most of the time. But there are plenty of cases where it doesn't work, and you are facing one of them. Geee... I feel honored! (g) That's usually my luck with Linux but I've always been a glutton for punishment, I mean,

[PATCH] usb: dwc3: memory ordering fix in close

2012-08-26 Thread oliver
From: Oliver Neukum As a bitmap is used for free/used. As a device freed all memory operations must be scheduled before the bitmap is manipulated. Signed-off-by: Oliver Neukum --- drivers/usb/dwc3/core.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/drivers/usb/dwc3/

Re: [Patch v2] block: remove the deprecated ub driver

2012-08-26 Thread Sebastian Andrzej Siewior
On Sun, Aug 26, 2012 at 02:40:07PM +0800, Cong Wang wrote: > From: Cong Wang > > It is scheduled to be removed in 3.6. Greg, I haven't look at it yet but I assume this is a simple file removal. Unless you have other plans, I would take this and send it you together with the removal of libusual a

Re: [Patch v2] block: remove the deprecated ub driver

2012-08-26 Thread Greg Kroah-Hartman
On Sun, Aug 26, 2012 at 09:36:23PM +0200, Sebastian Andrzej Siewior wrote: > On Sun, Aug 26, 2012 at 02:40:07PM +0800, Cong Wang wrote: > > From: Cong Wang > > > > It is scheduled to be removed in 3.6. > > Greg, I haven't look at it yet but I assume this is a simple file removal. > Unless you ha

Re: USB sound card device complains about "error -28: not enough bandwidth" only on specific PC hardware, seems not kernel specific

2012-08-26 Thread Alan Stern
On Sun, 26 Aug 2012, David Ranch wrote: > Hello Alan, > > > The best that can be said is that it sort of works most of the time. > > But there are plenty of cases where it doesn't work, and you are > > facing one of them. > Geee... I feel honored! (g) That's usually my luck with Linux

Re: [PATCH 2/3] usb: otg: add device tree support to otg library

2012-08-26 Thread ABRAHAM, KISHON VIJAY
Hi, On Sat, Aug 25, 2012 at 11:43 PM, Marc Kleine-Budde wrote: > On 08/24/2012 08:46 AM, Richard Zhao wrote: >> Did you try both enableing and disabing DT pass build? > > Impossible on mx28 :) The platform always selects USE_DT, but on imx it > builds without DT support. > >> On Thu, Aug 23, 2012

Re: [PATCH 3/3] usb: mxs-phy: register phy as USB_PHY_TYPE_USB2

2012-08-26 Thread ABRAHAM, KISHON VIJAY
Hi, On Sat, Aug 25, 2012 at 3:33 PM, Marc Kleine-Budde wrote: > On 08/24/2012 08:51 AM, Richard Zhao wrote: >> On Thu, Aug 23, 2012 at 07:22:54PM +0200, Marc Kleine-Budde wrote: >>> This patch registers the msx-phy as an USB_PHY_TYPE_USB2. This is needed to >>> get >>> reference to the phy with

Re: [RFC PATCH 2/2] USB: Set usb port's DevicerRemovable according acpi information in EHCI

2012-08-26 Thread Lan Tianyu
On 2012年08月27日 03:18, Alan Stern wrote: > On Sun, 26 Aug 2012, Lan Tianyu wrote: > >> �� 2012/8/24 22:45, Alan Stern д��: >>> On Fri, 24 Aug 2012, Lan Tianyu wrote: >>> >> But if other places got hub descriptor, they can't get DeviceRemovable >> value since we only set DeviceRemovable in t