On Fri, Jun 30, 2017 at 05:46:16PM +0200, Arnd Bergmann wrote:
> The new driver causes a build failure in some configurations:
>
> In file included from /git/arm-soc/drivers/usb/typec/ucsi/trace.h:9:0,
> from /git/arm-soc/drivers/usb/typec/ucsi/trace.c:2:
> drivers/usb/typec/ucsi/
On Thu, Jun 29, 2017 at 07:41:24PM +0200, Sebastian wrote:
> Sorry for the long delay, Johan.
>
> 2017-06-01 9:20 GMT+02:00 Johan Hovold :
> > [ +CC: media list ]
> >
> > On Wed, May 31, 2017 at 08:25:42PM +0200, Sebastian wrote:
> >
> > What is the lsusb -v output for your device? And have you su
On Fri, Jun 30, 2017 at 02:49:55PM +0200, Frans Klaver wrote:
> On Fri, Jun 30, 2017 at 2:44 PM, Stefan Triller
> wrote:
> > The German Telekom offers a ZigBee USB Stick under the brand name Qivicon
> > for their SmartHome Home Base in its 1. Generation. The productId is not
> > known by the acco
On Mon, Jul 3, 2017 at 10:13 AM, Johan Hovold wrote:
> On Fri, Jun 30, 2017 at 02:49:55PM +0200, Frans Klaver wrote:
>> On Fri, Jun 30, 2017 at 2:44 PM, Stefan Triller
>> wrote:
>> > The German Telekom offers a ZigBee USB Stick under the brand name Qivicon
>> > for their SmartHome Home Base in i
On Mon, Jul 03, 2017 at 10:16:22AM +0200, Frans Klaver wrote:
> On Mon, Jul 3, 2017 at 10:13 AM, Johan Hovold wrote:
> > On Fri, Jun 30, 2017 at 02:49:55PM +0200, Frans Klaver wrote:
> >> On Fri, Jun 30, 2017 at 2:44 PM, Stefan Triller
> >> wrote:
> >> > The German Telekom offers a ZigBee USB St
On 2017-07-03 15:10, Johan Hovold wrote:
On Thu, Jun 29, 2017 at 07:41:24PM +0200, Sebastian wrote:
Sorry for the long delay, Johan.
2017-06-01 9:20 GMT+02:00 Johan Hovold :
[ +CC: media list ]
On Wed, May 31, 2017 at 08:25:42PM +0200, Sebastian wrote:
What is the lsusb -v output for your de
On Thu, Jun 29, 2017 at 08:50:32PM +0100, Alan Cox wrote:
> So IMHO there are two cases
>
> 1. The configuration is fixed in the hardware - in which case we should
> automatically set it in kernel, or from device tree.
Right.
> 2. The configuration is soft - in which case you need an ioctl you c
From: Jim Baxter
Date: Wed, 28 Jun 2017 21:35:29 +0100
> The CDC-NCM driver can require large amounts of memory to create
> skb's and this can be a problem when the memory becomes fragmented.
>
> This especially affects embedded systems that have constrained
> resources but wish to maximise the
On Mon, Jul 03, 2017 at 02:07:15PM +0800, Baolin Wang wrote:
> Integrate with the newly added USB charger interface to limit the current
> we draw from the USB input based on the input device configuration
> identified by the USB stack, allowing us to charge more quickly from high
> current inputs
On Mon, Jul 03, 2017 at 03:41:59PM +0700, Lars Melin wrote:
> On 2017-07-03 15:10, Johan Hovold wrote:
> > On Thu, Jun 29, 2017 at 07:41:24PM +0200, Sebastian wrote:
> >> Sorry for the long delay, Johan.
> >>
> >> 2017-06-01 9:20 GMT+02:00 Johan Hovold :
> >>> [ +CC: media list ]
> >>>
> >>> On Wed
From: Colin Ian King
Trivial fix to spelling mistake in uea_err error message
Signed-off-by: Colin Ian King
---
drivers/usb/atm/ueagle-atm.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/usb/atm/ueagle-atm.c b/drivers/usb/atm/ueagle-atm.c
index df67815f74e6..a7b69
From: Tore Anderson
Date: Sat, 1 Jul 2017 15:20:02 +0200
> The HP lt4132 LTE/HSPA+ 4G Module (03f0:a31d) is a rebranded Huawei
> ME906s-158 device. It, like the ME906s-158, requires the "NDP to end"
> quirk for correct operation.
>
> Signed-off-by: Tore Anderson
Applied, thank you.
--
To unsu
Driver currently resumes and increments pm usage_count
of its child device (dwc3 main) from its runtime_resume
handler. This requires dwc3 runtime_resume to perform
pm_runtime_put to decrement the pm usage_count. However
runtime_put from dwc3 happens for non pci drivers
(e.g. dwc3-if-simple.c) as w
Driver powers-off PHYs and reinitializes DWC3 core and gadget on
resume. While this works fine for gadget mode but in host
mode there is not re-initialization of host stack. Also, resetting
bus as part of bus_suspend/resume is not correct which could affect
(or disconnect) connected devices.
Fix th
The following changes since commit 41f1830f5a7af77cf5c86359aba3cbd706687e52:
Linux 4.12-rc6 (2017-06-19 22:19:37 +0800)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git/
tags/usb-4.13-rc1
for you to fetch changes up to 6836796de4019944f4b
Hi,
On Mon, Jul 03, 2017 at 02:07:15PM +0800, Baolin Wang wrote:
> Integrate with the newly added USB charger interface to limit the current
> we draw from the USB input based on the input device configuration
> identified by the USB stack, allowing us to charge more quickly from high
> current in
On Mon, 2017-07-03 at 10:16 +0200, Frans Klaver wrote:
> On Mon, Jul 3, 2017 at 10:13 AM, Johan Hovold
> wrote:
> > On Fri, Jun 30, 2017 at 02:49:55PM +0200, Frans Klaver wrote:
> > > On Fri, Jun 30, 2017 at 2:44 PM, Stefan Triller > > ller.de> wrote:
> > > > The German Telekom offers a ZigBee US
On 07/02/2017 11:27 PM, Vignesh R wrote:
Hi,
On Saturday 01 July 2017 01:04 AM, Strashko, Grygorii wrote:
On 06/29/2017 01:03 AM, Tony Lindgren wrote:
* Vignesh R [170628 21:21]:
On Thursday 29 June 2017 05:01 AM, Strashko, Grygorii wrote:
IRQ_NOAUTOEN can't be used with shared IRQs a
Hi all,
On Mon, 3 Jul 2017 16:58:47 +0200 Greg KH wrote:
>
> All of these have been in linux-next for a while with no reported
> issues.
I have been carrying the following merge fix patch for the merge
against the uuid tree (now in Linus' tree):
From: Stephen Rothwell
Date: Thu, 29 Jun 2017 14
On Tue, Jun 6, 2017 at 2:11 PM, Thang Q. Nguyen wrote:
> For commit 4c39d4b949d3 ("usb: xhci: use bus->sysdev for DMA
> configuration"), sysdev points to devices known to the system firmware
> or hardware for DMA parameters.
> However, the parent of the system firmware/hardware device checking
> l
Brauchen Sie ein persönliches oder geschäftliches Darlehen ohne
Stress und schnelle Genehmigung? Wenn ja, kontaktieren Sie uns heute, da wir
derzeit Darlehen zu einem hervorragenden Zinssatz anbieten. Unser Darlehen ist
gesichert und sicher, unsere Kunden Glück ist unsere Stärke. Für
weitere
21 matches
Mail list logo