[Dell Precision M3800] DisplayLink USB Graphics adapter not working

2014-06-12 Thread Bernhard Cygan
lsusb output: Bus 002 Device 002: ID 8087:8000 Intel Corp. Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 001 Device 002: ID 8087:8008 Intel Corp. Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub --- Bus 004 Device 005: ID 17e9:4318 DisplayLink --- Bus 004

Re: [PATCH v3] USB:gadget: Fix a warning while loading g_mass_storage

2014-06-12 Thread Yang,Wei
On 06/09/2014 02:19 PM, wei.y...@windriver.com wrote: From: Yang Wei While loading g_mass_storage module, the following warning is triggered. WARNING: at drivers/usb/gadget/composite.c: usb_composite_setup_continue: Unexpected call Modules linked in: fat vfat minix nls_cp437 nls_iso8859_1 g_ma

[PATCH] xhci-rcar: add firmware for R-Car H2/M2 USB 3.0 host controller

2014-06-12 Thread Yoshihiro Shimoda
This patch adds a firmware for the USB 3.0 host controller of Renesas R-Car H2 and M2 SoCs. Signed-off-by: Yoshihiro Shimoda --- However, the xhci-rcar driver is not merged yet: http://marc.info/?l=linux-usb&m=140187017816231&w=2 LICENCE.r8a779x_usb3 | 26 ++ WHEN

[PATCH v2 1/1] xhci: clear root port wake on bits if controller isn't wake-up capable

2014-06-12 Thread Lu Baolu
When xHCI PCI host is suspended, if do_wakeup is false in xhci_pci_suspend, xhci_bus_suspend needs to clear all root port wake on bits. Otherwise some Intel platforms may get a spurious wakeup, even if PCI PME# is disabled. This patch should be back-ported to kernels as old as 2.6.37, that contain

Re: [PATCH] staging: usbip: stub_main.c: Cleaning up missing null-terminate after strncpy call

2014-06-12 Thread Dan Carpenter
On Thu, Jun 12, 2014 at 11:09:20PM +0200, Rickard Strandqvist wrote: > I agree that you should not do patches just to silence a static control > program. > > Concerning (len >= BUSID_SIZE) I agree! But I usually try to change as > little as possible in the patches I do. But perhaps I should not t

Re: [PATCH v3 0/2] Fix subject line

2014-06-12 Thread Dan Carpenter
On Thu, Jun 12, 2014 at 01:48:38PM -0700, Davidlohr Bueso wrote: > On Thu, 2014-06-12 at 13:35 -0700, Greg Kroah-Hartman wrote: > > On Thu, Jun 12, 2014 at 01:25:34PM -0700, Davidlohr Bueso wrote: > > > On Thu, 2014-06-12 at 23:40 +0400, Wahib Faizi wrote: > > > > Fix coding style issues detected b

Re: [PATCH] staging: usbip: stub_main.c: Cleaning up missing null-terminate after strncpy call

2014-06-12 Thread Rickard Strandqvist
2014-06-11 7:45 GMT+02:00 Dan Carpenter : > On Tue, Jun 10, 2014 at 10:48:35PM +0200, Rickard Strandqvist wrote: >> Hi >> >> True! >> Sorry :-( >> >> But then one would either operate strcpy outright. >> >> Or use strlcpy then the code would be: >> >> /* strlcpy() handles not include \0 */ >>

Re: [PATCH v3 0/2] Fix subject line

2014-06-12 Thread Davidlohr Bueso
On Thu, 2014-06-12 at 13:35 -0700, Greg Kroah-Hartman wrote: > On Thu, Jun 12, 2014 at 01:25:34PM -0700, Davidlohr Bueso wrote: > > On Thu, 2014-06-12 at 23:40 +0400, Wahib Faizi wrote: > > > Fix coding style issues detected by checkpatch.pl in usbip_host_driver.c. > > > > Sorry but unless bundled

Re: Hardware bug in Intel USB-2 hub?

2014-06-12 Thread Alan Stern
On Thu, 12 Jun 2014, Adam Borowski wrote: > On Thu, Jun 12, 2014 at 02:11:58PM -0400, Alan Stern wrote: > > On Wed, 11 Jun 2014, Oliver Neukum wrote: > > > > > Alan, > > > > > > I don't like this, but it might be enough to simply > > > revert 0aa2832dd0d9d8609fd8f15139bc7572541a1215. > > > I am

[PATCH v5] leds: USB: HID: Add support for MSI GT683R led panels

2014-06-12 Thread Janne Kanniainen
This driver adds support for USB controlled led panels that exists in MSI GT683R laptop Signed-off-by: Janne Kanniainen --- Changes in v2: - sorted headers to alphabetic order - using devm_kzalloc - using BIT(n) - using usb_control_msg instead of usb_submit_urb

Re: [PATCH v3 0/2] Fix subject line

2014-06-12 Thread Greg Kroah-Hartman
On Thu, Jun 12, 2014 at 01:25:34PM -0700, Davidlohr Bueso wrote: > On Thu, 2014-06-12 at 23:40 +0400, Wahib Faizi wrote: > > Fix coding style issues detected by checkpatch.pl in usbip_host_driver.c. > > Sorry but unless bundled with something more meaningful, I really don't > see the value in thes

Re: [PATCH v3 0/2] Fix subject line

2014-06-12 Thread Davidlohr Bueso
On Thu, 2014-06-12 at 23:40 +0400, Wahib Faizi wrote: > Fix coding style issues detected by checkpatch.pl in usbip_host_driver.c. Sorry but unless bundled with something more meaningful, I really don't see the value in these changes. I certainly don't want to discourage folks or anything, but just

Re: Hardware bug in Intel USB-2 hub?

2014-06-12 Thread Adam Borowski
On Thu, Jun 12, 2014 at 02:11:58PM -0400, Alan Stern wrote: > On Wed, 11 Jun 2014, Oliver Neukum wrote: > > > Alan, > > > > I don't like this, but it might be enough to simply > > revert 0aa2832dd0d9d8609fd8f15139bc7572541a1215. > > I am afraid we have to deal with real hardware, not specs. > >

Re: Hardware bug in Intel USB-2 hub?

2014-06-12 Thread Alan Stern
On Thu, 12 Jun 2014, Toralf Förster wrote: > On 06/12/2014 08:11 PM, Alan Stern wrote: > > On Wed, 11 Jun 2014, Oliver Neukum wrote: > > > >> Alan, > >> > >> I don't like this, but it might be enough to simply > >> revert 0aa2832dd0d9d8609fd8f15139bc7572541a1215. > >> I am afraid we have to deal

[PATCH v3 1/2] staging: usbip: usbip_host_driver.c: avoid assignment in if

2014-06-12 Thread Wahib Faizi
Fix coding style issue "do not use assignment in if condition" detected by checkpatch.pl in usbip_host_driver.c. Signed-off-by: Wahib Faizi --- .../usbip/userspace/libsrc/usbip_host_driver.c |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/staging/usbip/usersp

[PATCH v3 2/2] staging: usbip: usbip_host_driver.c: fix line over 80 characters

2014-06-12 Thread Wahib Faizi
Fix coding style issue "line over 80 characters" detected by checkpatch.pl in usbip_host_driver.c. Signed-off-by: Wahib Faizi --- .../usbip/userspace/libsrc/usbip_host_driver.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/usbip/userspace/libsrc/u

[PATCH v3 0/2] Fix subject line

2014-06-12 Thread Wahib Faizi
Fix coding style issues detected by checkpatch.pl in usbip_host_driver.c. v3: Shorten subject line, as suggested by Greg Kroah-Hartman , Joe Perches v2: Split patch into logical chunks, as suggested by Greg Kroah-Hartman -- To unsubscribe from this list: send the line "unsubscribe linux-usb

Re: Hardware bug in Intel USB-2 hub?

2014-06-12 Thread Toralf Förster
On 06/12/2014 08:11 PM, Alan Stern wrote: > On Wed, 11 Jun 2014, Oliver Neukum wrote: > >> Alan, >> >> I don't like this, but it might be enough to simply >> revert 0aa2832dd0d9d8609fd8f15139bc7572541a1215. >> I am afraid we have to deal with real hardware, not specs. > > Toralf and Adam: > > Do

[PATCH 1/2] staging: usbip: usbip_host_driver.c: avoid assignment in if

2014-06-12 Thread Wahib Faizi
Fix coding style issue "do not use assignment in if condition" detected by checkpatch.pl in usbip_host_driver.c. Signed-off-by: Wahib Faizi --- .../usbip/userspace/libsrc/usbip_host_driver.c |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/staging/usbip/usersp

[PATCH 2/2] staging: usbip: usbip_host_driver.c: fix line over 80 characters

2014-06-12 Thread Wahib Faizi
Fix coding style issue "line over 80 characters" detected by checkpatch.pl in usbip_host_driver.c. Signed-off-by: Wahib Faizi --- .../usbip/userspace/libsrc/usbip_host_driver.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/usbip/userspace/libsrc/u

Fix subject line

2014-06-12 Thread Wahib Faizi
Fix coding style issues detected by checkpatch.pl in usbip_host_driver.c. v3: Shorten subject line, as suggested by Greg Kroah-Hartman , Joe Perches v2: Split patch into logical chunks, as suggested by Greg Kroah-Hartman -- To unsubscribe from this list: send the line "unsubscrib

Re: Hardware bug in Intel USB-2 hub?

2014-06-12 Thread Alan Stern
On Wed, 11 Jun 2014, Oliver Neukum wrote: > Alan, > > I don't like this, but it might be enough to simply > revert 0aa2832dd0d9d8609fd8f15139bc7572541a1215. > I am afraid we have to deal with real hardware, not specs. Toralf and Adam: Does this patch (for 3.14 or 3.15) fix the problems you obse

Re: [PATCH v2 1/2] drivers/staging/usbip/userspace/libsrc/usbip_host_driver.c: fix coding style

2014-06-12 Thread Joe Perches
On Thu, 2014-06-12 at 10:54 -0700, Greg Kroah-Hartman wrote: > On Thu, Jun 12, 2014 at 09:32:19PM +0400, Wahib Faizi wrote: > > Fix coding style issue "do not use assignment in if condition" > > detected by checkpatch.pl in usbip_host_driver.c. > > > > Signed-off-by: Wahib Faizi > > Both of thes

Re: [PATCH v2 1/2] drivers/staging/usbip/userspace/libsrc/usbip_host_driver.c: fix coding style

2014-06-12 Thread Greg Kroah-Hartman
On Thu, Jun 12, 2014 at 09:32:19PM +0400, Wahib Faizi wrote: > Fix coding style issue "do not use assignment in if condition" > detected by checkpatch.pl in usbip_host_driver.c. > > Signed-off-by: Wahib Faizi Both of these patches have the same Subject: line, which isn't good as it doesn't make

[PATCH v2 2/2] drivers/staging/usbip/userspace/libsrc/usbip_host_driver.c: fix coding style

2014-06-12 Thread Wahib Faizi
Fix coding style issue "line over 80 characters" detected by checkpatch.pl in usbip_host_driver.c. Signed-off-by: Wahib Faizi --- .../usbip/userspace/libsrc/usbip_host_driver.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/usbip/userspace/libsrc/u

[PATCH v2 1/2] drivers/staging/usbip/userspace/libsrc/usbip_host_driver.c: fix coding style

2014-06-12 Thread Wahib Faizi
Fix coding style issue "do not use assignment in if condition" detected by checkpatch.pl in usbip_host_driver.c. Signed-off-by: Wahib Faizi --- .../usbip/userspace/libsrc/usbip_host_driver.c |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/staging/usbip/usersp

Split patch into 2 logical chunks

2014-06-12 Thread Wahib Faizi
Fix coding style issues detected by checkpatch.pl in usbip_host_driver.c. v2: Split patch into logical chunks, as suggested by Greg Kroah-Hartman [PATCH v2 1/2] Fix coding style issue "do not use assignment in if condition" detected by checkpatch.pl in usbip_host_driver.c. [PATCH v2 2/2]

Re: Disable bus's drivers_autoprobe before rootfs has mounted

2014-06-12 Thread Felipe Balbi
On Thu, Jun 12, 2014 at 03:02:12PM +0800, Peter Chen wrote: > On Wed, Jun 11, 2014 at 02:36:27PM -0500, Felipe Balbi wrote: > > On Wed, Jun 11, 2014 at 11:29:57AM +0800, Peter Chen wrote: > > > On Tue, Jun 10, 2014 at 11:35:07PM -0500, Felipe Balbi wrote: > > > > Hi, > > > > > > > > On Tue, Jun 10

Re: [patch net-next 3/5] ipv6: consider net.ipv6.conf.all sysctls when making decisions

2014-06-12 Thread Milos Vyletel
David, my words may have been poorly chosen. Last thing I want is to break things... What I meant to say is that this changes the behavior of conf.all.* sysctls from no-op to be part of decision along with interface specific ones. Default settings still work the same way unless conf.all.* was man

Re: Disable bus's drivers_autoprobe before rootfs has mounted

2014-06-12 Thread Alan Stern
On Thu, 12 Jun 2014, Peter Chen wrote: > > Peter, correct me if this is wrong. It sounds like you want to have a > > way for the user to control which gadget driver gets bound to which UDC > > driver when everything is compiled into the kernel, nothing is built > > as a separate module. Is th

Re: [PATCH] drivers/staging/usbip/userspace/libsrc/usbip_host_driver.c: fix coding style

2014-06-12 Thread Greg Kroah-Hartman
On Thu, Jun 12, 2014 at 02:35:38PM +0400, Wahib Faizi wrote: > Fix coding style issues detected by checkpatch.pl: > 1. do not use assignment in if condition > 2. line over 80 characters You are doing two different things here, so please break it up into two different patches. Can you please do th

[PATCH] drivers/staging/usbip/userspace/libsrc/usbip_host_driver.c: fix coding style

2014-06-12 Thread Wahib Faizi
Fix coding style issues detected by checkpatch.pl: 1. do not use assignment in if condition 2. line over 80 characters Signed-off-by: Wahib Faizi --- .../usbip/userspace/libsrc/usbip_host_driver.c |7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/drivers/staging/u

Eudyptula Challenge (Task 10)

2014-06-12 Thread Wahib Faizi
Greetings Linux Kernel Developers! This is Task 10 of the Eudyptula Challenge. -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

RE: [PATCH v1 3/3] usb: gadget: NCM: Stop RX TCP Bursts getting dropped.

2014-06-12 Thread David Laight
From: Jim Baxter > On 30/05/14 12:25, Jim Baxter wrote: > > On 29/05/14 20:04, Eric Dumazet wrote: > >> On Thu, 2014-05-29 at 18:12 +0100, Jim Baxter wrote: > >> > >> Note the patch is OK, but changelog a bit misleading ;) > >> > >> Kernel was not running out of memory, because truesize was correct

Re: [PATCH v1 3/3] usb: gadget: NCM: Stop RX TCP Bursts getting dropped.

2014-06-12 Thread Jim Baxter
On 30/05/14 12:25, Jim Baxter wrote: > On 29/05/14 20:04, Eric Dumazet wrote: >> On Thu, 2014-05-29 at 18:12 +0100, Jim Baxter wrote: >> >> Note the patch is OK, but changelog a bit misleading ;) >> >> Kernel was not running out of memory, because truesize was correct. >> >> The problem here is tha

Re: [PATCH v4] leds: USB: HID: Add support for MSI GT683R led panels

2014-06-12 Thread Johan Hovold
On Thu, Jun 12, 2014 at 01:48:41AM +0300, Janne Kanniainen wrote: > This driver adds support for USB controlled led panels that exists in MSI > GT683R laptop You forgot to break this line. > > Signed-off-by: Janne Kanniainen > --- > Changes in v2: > - sorted headers to alphabetic order

Re: Disable bus's drivers_autoprobe before rootfs has mounted

2014-06-12 Thread Peter Chen
On Wed, Jun 11, 2014 at 02:36:27PM -0500, Felipe Balbi wrote: > On Wed, Jun 11, 2014 at 11:29:57AM +0800, Peter Chen wrote: > > On Tue, Jun 10, 2014 at 11:35:07PM -0500, Felipe Balbi wrote: > > > Hi, > > > > > > On Tue, Jun 10, 2014 at 09:10:00PM -0700, Greg KH wrote: > > > > > Let's take USB peri

Re: Disable bus's drivers_autoprobe before rootfs has mounted

2014-06-12 Thread Peter Chen
On Wed, Jun 11, 2014 at 03:27:13PM -0400, Alan Stern wrote: > On Wed, 11 Jun 2014, Greg KH wrote: > > > We can't break existing systems, so I don't understand the issue here. > > Just don't configure your kernel for a system you don't have / want, > > right? > > > > > > > From what I read code, w