On Sun, Mar 15, 2015 at 07:35:20AM +0100, Alexander Holler wrote:
> > Umm... If I'm not misparsing what you said, you are talking about the
>
> Glücklicherweise nicht. Vielleicht sollten wir es zur Abwechslung mal
> mit meiner bevorzugten Sprache versuchen.
Good. I'll probably abstain from try
Am 15.03.2015 um 09:17 schrieb Al Viro:
On Sun, Mar 15, 2015 at 07:35:20AM +0100, Alexander Holler wrote:
Umm... If I'm not misparsing what you said, you are talking about the
Glücklicherweise nicht. Vielleicht sollten wir es zur Abwechslung mal
mit meiner bevorzugten Sprache versuchen.
Go
Am 15.03.2015 um 09:17 schrieb Al Viro:
Another question, if you don't mind - does that series (i.e. what's currently
in Linus' tree) fix the module refcount issues you'd been seeing? I agree
with your analysis of likely cause (->f_op reassignments with different
->owner before and after) and t
On Sun, Mar 15, 2015 at 09:50:01AM +0100, Alexander Holler wrote:
> Hmm, a year ago or so I've stumbled over the fact that the owner
> might be necessary for correct entries in sysfs (that was mtd). I've
> no idea if that's true here too but it might be worse to mention it.
There are two mechanis
On Fri, Mar 13, 2015 at 10:00:11AM +0800, Peter Hung wrote:
> These series patches works for Fintek F81504/F81508/F81512 PCI to Serial Port.
> and patch 0002 is following with patch 0001.
>
> patch 0001 is just cleanup non-used source code.
> patch 0002 is major patch.
>
> The serial port of our
On Fri, Mar 13, 2015 at 1:54 AM, Lu Baolu wrote:
> ...
> This patch is to apply XHCI_AVOID_BEI quirk to Intel xHC devices. And
> it should be backported to kernels as old as 3.0, that contains the
> commit 69e848c2090a ("Intel xhci: Support EHCI/xHCI port switching.").
>
> Signed-off-by: Lu Baolu
On Thu, Mar 12, 2015 at 8:14 PM, Alistair Grant wrote:
> On Thu, Mar 12, 2015 at 11:15 AM, Lu Baolu wrote:
>> When a device with an isochronous endpoint is plugged into the Intel
>> xHCI host controller, and the driver submits multiple frames per URB,
>> the xHCI driver will set the Block Event I
Return type of wait_for_completion_timeout is unsigned long not int.
As time_left is exclusively used for wait_for_completion_timeout here its
type is simply changed to unsigned long.
Signed-off-by: Nicholas Mc Guire
---
Patch was only compile tested with x86_64_defconfig + CONFIG_USB_XHCI_HCD=
There are currently no umc drivers implementing suspend/resume, so remove
the legacy suspend/resume support from the framework. If a umc driver ever
wants to implement suspend/resume they can use dev_pm_ops, which works out
of the box without any additional support necessary from the bus itself.
S
On Sun, Mar 15, 2015 at 3:54 PM, Alistair Grant wrote:
> On Thu, Mar 12, 2015 at 8:14 PM, Alistair Grant wrote:
>> On Thu, Mar 12, 2015 at 11:15 AM, Lu Baolu wrote:
>>> When a device with an isochronous endpoint is plugged into the Intel
>>> xHCI host controller, and the driver submits multiple
HI Alan,
On Fri, Mar 13, 2015 at 4:39 PM, Alan Stern wrote:
> On Thu, 12 Mar 2015, Ruslan Bilovol wrote:
>
>> Change behavior during registration of gadgets and
>> gadget drivers in udc-core. Instead of previous
>> approach when for successful probe of usb gadget driver
>> at least one usb gadget
On Fri, Mar 13, 2015 at 09:41:13PM +0800, Li Jun wrote:
> On Fri, Mar 13, 2015 at 11:01:47AM +0800, Peter Chen wrote:
> > On Thu, Mar 12, 2015 at 10:30:21AM +0800, Li Jun wrote:
> > > From: Li Jun
> > >
> > > Peripheral answers OTG status selector request from host according to
> > > host_request
Hello,
Greg KH 於 2015/3/15 下午 05:25 寫道:
Why did you cc: the linux-usb@vger mailing list on these? Don't you
mean linux-serial@vger?
Sorry for my fault. Should I resend it with correct mail-list with V2 ??
or just send this series patches ?
Thanks
--
With Best Regards,
Peter Hung
--
To unsub
On Fri, Mar 13, 2015 at 10:34:59AM -0500, Felipe Balbi wrote:
> On Fri, Mar 13, 2015 at 11:13:11AM +0800, Peter Chen wrote:
> > On Thu, Mar 12, 2015 at 11:04:09AM -0500, Felipe Balbi wrote:
> > > Hi,
> > >
> > > On Thu, Mar 12, 2015 at 10:30:21AM +0800, Li Jun wrote:
> > > > From: Li Jun
> > > >
On 03/09/2015 11:04 PM, Mian Yousaf Kaukab wrote:
Hi,
This patchset consists of some bug fixes and feature enhancements for
the dwc2 driver. All the patches are verified on dwc2 v3.0a with
dedicated fifos. Main focus of testing was with dma enabled. Although
basic testing without dma was also d
Hello,
Johan Hovold 於 2015/3/14 下午 07:48 寫道:
On Thu, Feb 26, 2015 at 06:02:08PM +0800, Peter Hung wrote:
- if (!urb->actual_length)
+ if ((urb->actual_length < 2) || (urb->actual_length % 2))
return;
Not parsing short data (e.g. not divisible by 2) is OK I guess. Y
Synapse Wireless uses the FTDI VID with a custom PID of 0x9090 for their
SNAP Stick 200 product.
Signed-off-by: Doug Goldstein
---
drivers/usb/serial/ftdi_sio.c | 1 +
drivers/usb/serial/ftdi_sio_ids.h | 6 ++
2 files changed, 7 insertions(+)
diff --git a/drivers/usb/serial/ftdi_sio.c b
Hello,
Johan Hovold 於 2015/3/14 下午 08:02 寫道:
On Thu, Feb 26, 2015 at 06:02:10PM +0800, Peter Hung wrote:
+ if (status != sizeof(*val)) {
+ dev_err(&port->dev, "%s failed status: %d\n", __func__, status);
+
+ if (status == 0)
+ status = -EI
Tested with 4.0-rc4. Problem persists exactly as earlier versions.
This is a potentially serious issue. Plugging common external USB 3.0 hubs
into the host USB 3.0 hub on a very popular HP laptop, using a very popular
AMD chipset, locks up a CPU.
So far, over 3 weeks, no acknowledgement. I'd be h
Hi Balbi,
I just sent you one mail...and that too for "advice...asking for
suggestion/guidance", not to complain for "late review". I don't think there's
any reason here to be perturbed.
Thanks and Regards,
Ramneek
> -Original Message-
> From: Felipe Balbi [mailto:ba...@ti.com]
> Sent:
Understood...will do
Thanks.
> -Original Message-
> From: Felipe Balbi [mailto:ba...@ti.com]
> Sent: Saturday, March 14, 2015 12:28 AM
> To: Mehresh Ramneek-B31383
> Cc: linux-usb@vger.kernel.org; ba...@ti.com; gre...@linuxfoundation.org; Li
> Yang-Leo-R58472
> Subject: Re: [PATCH 2/8][v
Hi Balbi,
You had responded to my mail that I sent for your advice. And I followed your
advice to put Alan and Greg in cc. Also, promptly responded to Alan's comments.
As for sending another version, this is my first patch set in
open-source...learning on the way from you guys by following your
22 matches
Mail list logo