Re: [BUG] SD card reader disappears after suspend

2018-02-09 Thread Samuel Sadok
Thanks Mathias for looking into this. 2018-02-06 18:32 GMT+01:00 Mathias Nyman : > > Does reverting > 37be6676 usb: hub: Fix auto-remount of safely removed or ejected USB-3 > devices > help? Unfortunately not, the card reader is still missing after resume. Here's

Re: JMicron based usb 3.0 to sata enclosure, hangs, numerous errors

2018-02-09 Thread Chris Murphy
On Fri, Feb 9, 2018 at 3:57 AM, Menion wrote: > There are multiple reports of UAS issue together with JMS567 (from myself > also) > Question: you mentioned that connecting the enclosure to an > intermediate USB HUB is a workaround. > Can you specify if your PC USB port is USB

Re: VM Fails to Start When Passing Through PCIe Card

2018-02-09 Thread Blake lee
I tested along with another person from the VFIO community that was having the same issue. Resolved in both cases. Thanks! Blake Lee On Fri, Feb 9, 2018 at 3:54 AM, Mathias Nyman wrote: > On 08.02.2018 18:54, Greg KH wrote: >> >> On Wed, Feb 07, 2018 at 08:03:54PM

[PATCH] ACPI / EC: Restore polling during noirq suspend/resume phases

2018-02-09 Thread Rafael J. Wysocki
From: Rafael J. Wysocki Commit 662591461c4b (ACPI / EC: Drop EC noirq hooks to fix a regression) modified the ACPI EC driver so that it doesn't switch over to busy polling mode during noirq stages of system suspend and resume in an attempt to fix an issue resulting

Re: [Bug 197863] Thinkpad X240 resume dramatically slower on kernels 4.13+

2018-02-09 Thread Rafael J. Wysocki
On Fri, Feb 9, 2018 at 2:43 PM, Markus Demleitner wrote: > On Thu, Feb 08, 2018 at 08:12:06PM +0100, Rafael J. Wysocki wrote: >> On Wednesday, February 7, 2018 11:44:15 PM CET Rafael J. Wysocki wrote: >> > On Mon, Feb 5, 2018 at 6:06 PM, Rafael J. Wysocki >> >

Re: Bug 198731 "USB devices not seen with newest kernel"

2018-02-09 Thread The Real Bev
On 02/09/2018 05:13 AM, Greg KH wrote: On Thu, Feb 08, 2018 at 01:00:02PM -0800, The Real Bev wrote: I think I have found a bug in the linux kernel 4.9.79. The problem is in the performance of the driver for the Renesas Technology Corp. uPD720201 PCI-e USB host controller. My system has an

Re: [PATCH] usb: gadget: uvc: Missing files for configfs interface

2018-02-09 Thread Bin Liu
On Fri, Feb 09, 2018 at 08:51:03PM +0100, Greg KH wrote: > On Fri, Feb 09, 2018 at 01:23:43PM -0600, Bin Liu wrote: > > From: Petr Cvek > > > > commit c8cd751060b149997b9de53a494fb1490ded72c5 upstream. > > > > Commit 76e0da34c7ce ("usb-gadget/uvc: use per-attribute show and

Re: [PATCH] usb: gadget: uvc: Missing files for configfs interface

2018-02-09 Thread Greg KH
On Fri, Feb 09, 2018 at 01:23:43PM -0600, Bin Liu wrote: > From: Petr Cvek > > commit c8cd751060b149997b9de53a494fb1490ded72c5 upstream. > > Commit 76e0da34c7ce ("usb-gadget/uvc: use per-attribute show and store > methods") caused a stringification of an undefined macro

[PATCH] usb: gadget: uvc: Missing files for configfs interface

2018-02-09 Thread Bin Liu
From: Petr Cvek commit c8cd751060b149997b9de53a494fb1490ded72c5 upstream. Commit 76e0da34c7ce ("usb-gadget/uvc: use per-attribute show and store methods") caused a stringification of an undefined macro argument "aname", so three UVC parameters (streaming_interval,

RE: [PATCH v4 6/7] typec: tcpm: Represent source supply through power_supply class

2018-02-09 Thread Adam Thomson
On 08 February 2018 10:45, Heikki Krogerus wrote: Hi Heikki, Comments in-line as usual. Bit verbose, and may have stated the obvious in places, but trying to build a picture and aim for something sensible. > Hi Adam, > > On Tue, Feb 06, 2018 at 03:51:26PM +, Adam Thomson wrote: > > Right

Re: UAC2 gadget not recognized on Windows 10

2018-02-09 Thread Greg KH
On Fri, Feb 09, 2018 at 03:56:30PM +, Robert Bielik wrote: > > We don't do github pull requests for the kernel, please see the long > > text response in that request for how to do it properly. > > > > Heck, we don't even use github :) > > I know, found it out the hard way  > > > > > >

RE: UAC2 gadget not recognized on Windows 10

2018-02-09 Thread Robert Bielik
> We don't do github pull requests for the kernel, please see the long > text response in that request for how to do it properly. > > Heck, we don't even use github :) I know, found it out the hard way  > > > However, that wasn't enough. The device still isn't loaded properly. > > What do

RE: [PATCH v4 5/7] power: supply: Add 'connected_type' property and supporting code

2018-02-09 Thread Adam Thomson
On 09 February 2018 15:02, Sebastian Reichel wrote: > Hi, > > On Fri, Feb 09, 2018 at 11:28:42AM +, Adam Thomson wrote: > > On 08 February 2018 21:31, Sebastian Reichel wrote: > > > On Tue, Jan 02, 2018 at 03:50:53PM +, Adam Thomson wrote: > > > > This commit adds the 'connected_type'

Re: UAC2 gadget not recognized on Windows 10

2018-02-09 Thread Greg KH
On Fri, Feb 09, 2018 at 03:27:00PM +, Robert Bielik wrote: > Dear all, > > I'm struggling with getting a RPi Zero based UAC2 gadget working with > Windows 10. In the progress I've found a bug in f_uac2.c , where > wTotalLength was calculated erroneously >

UAC2 gadget not recognized on Windows 10

2018-02-09 Thread Robert Bielik
Dear all, I'm struggling with getting a RPi Zero based UAC2 gadget working with Windows 10. In the progress I've found a bug in f_uac2.c , where wTotalLength was calculated erroneously https://github.com/torvalds/linux/pull/515 (I'll be preparing a proper patch submission for this, which I've

Re: [PATCH v4 5/7] power: supply: Add 'connected_type' property and supporting code

2018-02-09 Thread Sebastian Reichel
Hi, On Fri, Feb 09, 2018 at 11:28:42AM +, Adam Thomson wrote: > On 08 February 2018 21:31, Sebastian Reichel wrote: > > On Tue, Jan 02, 2018 at 03:50:53PM +, Adam Thomson wrote: > > > This commit adds the 'connected_type' property to represent supplies > > > which can report a number of

Re: [Bug 197863] Thinkpad X240 resume dramatically slower on kernels 4.13+

2018-02-09 Thread Markus Demleitner
On Thu, Feb 08, 2018 at 08:12:06PM +0100, Rafael J. Wysocki wrote: > On Wednesday, February 7, 2018 11:44:15 PM CET Rafael J. Wysocki wrote: > > On Mon, Feb 5, 2018 at 6:06 PM, Rafael J. Wysocki > > wrote: > > > On 2/5/2018 3:14 PM, Bjørn Mork wrote: > > >> > > >>

Re: Bug 198731 "USB devices not seen with newest kernel"

2018-02-09 Thread Greg KH
On Thu, Feb 08, 2018 at 01:00:02PM -0800, The Real Bev wrote: > I think I have found a bug in the linux kernel 4.9.79. The problem > is in the performance of the driver for the Renesas Technology Corp. > uPD720201 > PCI-e USB host controller. > > My system has an Intel I7 960 cpu. The USB

RE: [PATCH v4 5/7] power: supply: Add 'connected_type' property and supporting code

2018-02-09 Thread Adam Thomson
On 08 February 2018 21:31, Sebastian Reichel wrote: > Hi, > > On Tue, Jan 02, 2018 at 03:50:53PM +, Adam Thomson wrote: > > This commit adds the 'connected_type' property to represent supplies > > which can report a number of different types of supply based on a > > connection event. > > > >

Re: JMicron based usb 3.0 to sata enclosure, hangs, numerous errors

2018-02-09 Thread Menion
There are multiple reports of UAS issue together with JMS567 (from myself also) Question: you mentioned that connecting the enclosure to an intermediate USB HUB is a workaround. Can you specify if your PC USB port is USB 3.0 and if the HUB is USB 3.0 as well, and if it is self-powered or not?

Re: WARN: Success on ctrl setup TRB without IOC set??

2018-02-09 Thread Mathias Nyman
On 09.02.2018 04:03, Peter Chen wrote: On Fri, Feb 09, 2018 at 09:59:46AM +0800, Peter Chen wrote: On Wed, Feb 07, 2018 at 03:43:23PM +0200, Mathias Nyman wrote: On 07.02.2018 11:45, Peter Chen wrote: Hi Mathias, I am implementing USB2 EHSET SINGLE_STEP_SET_FEATURE Test for XHCI port, (see

[PATCH] usb: ldusb: add PIDs for new CASSY devices supported by this driver

2018-02-09 Thread Koop, Karsten
From: Karsten Koop This patch adds support for new CASSY devices to the ldusb driver. The PIDs are also added to the ignore list in hid-quirks. Signed-off-by: Karsten Koop --- drivers/hid/hid-ids.h| 3 +++ drivers/hid/hid-quirks.c | 3 +++

Re: VM Fails to Start When Passing Through PCIe Card

2018-02-09 Thread Mathias Nyman
On 08.02.2018 18:54, Greg KH wrote: On Wed, Feb 07, 2018 at 08:03:54PM -0500, Blake lee wrote: Greg, I apologize as I've forgot to cc the mailing list. Anyway some people in the VFIO Discord were having similar issues and reverting the commit below fixed their issue.

Re: xhci_hcd: kernel 4.15.1 oops on suspend to ram

2018-02-09 Thread Mathias Nyman
On 07.02.2018 18:15, Jose Marino wrote: I applied your debugfs patches on top of 4.15.1 and it fixes the problem. No more kernel oops on suspend. Jose Great, thanks -Mathias -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to