Re: [GIT,PULL] add Cypress CCGx type-C controller firmware

2019-02-13 Thread Josh Boyer
On Tue, Feb 12, 2019 at 12:11 PM Ajay Gupta wrote: > > Hi Josh > > > -Original Message- > > From: linux-usb-ow...@vger.kernel.org On > > Behalf Of Josh Boyer > > Sent: Tuesday, February 12, 2019 4:51 AM > > To: Ajay Gupta > > Cc: linux-fir

Re: [GIT,PULL] add Cypress CCGx type-C controller firmware

2019-02-12 Thread Josh Boyer
On Wed, Feb 6, 2019 at 4:33 PM Ajay Gupta wrote: > > Hi Josh, > > This pull request is for Cypress CCGx controller firmware which is required > for Type-C interface on Turing (tu10x) NVIDIA GPUs. > > They driver changes which is required to flash these firmwares are currently > being reviewed at [

Re: [PATCH] USB: serial: ftdi_sio: Add support for ICP DAS I-756xU devices

2016-03-19 Thread Josh Boyer
On Thu, Mar 10, 2016 at 9:48 AM, Josh Boyer wrote: > A Fedora user reports that the ftdi_sio driver works properly for the > ICP DAS I-7561U device. Further, the user manual for these devices > instructs users to load the driver and add the ids using the sysfs > interface. > &g

Re: [PATCH] USB: input: powermate: fix oops with malicious USB descriptors

2016-03-14 Thread Josh Boyer
On Mon, Mar 14, 2016 at 12:15 PM, Greg Kroah-Hartman wrote: > On Mon, Mar 14, 2016 at 10:12:53AM -0400, Josh Boyer wrote: >> The powermate driver expects at least one valid USB endpoint in its >> probe function. If given malicious descriptors that specify 0 for >> the nu

[PATCH] USB: iowarrior: fix oops with malicious USB descriptors

2016-03-14 Thread Josh Boyer
://seclists.org/bugtraq/2016/Mar/87 Reported-by: Ralf Spenneberg Cc: stable Signed-off-by: Josh Boyer --- drivers/usb/misc/iowarrior.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/drivers/usb/misc/iowarrior.c b/drivers/usb/misc/iowarrior.c index c6bfd13f6c92..1950e87b4219 100644

[PATCH] USB: input: powermate: fix oops with malicious USB descriptors

2016-03-14 Thread Josh Boyer
: http://seclists.org/bugtraq/2016/Mar/85 Reported-by: Ralf Spenneberg Cc: stable Signed-off-by: Josh Boyer --- drivers/input/misc/powermate.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/input/misc/powermate.c b/drivers/input/misc/powermate.c index 63b539d3daba..84909a12ff36

[PATCH] USB: serial: ftdi_sio: Add support for ICP DAS I-756xU devices

2016-03-10 Thread Josh Boyer
box instead of needing manual configuration. Reported-by: CC: stable Signed-off-by: Josh Boyer --- drivers/usb/serial/ftdi_sio.c | 4 drivers/usb/serial/ftdi_sio_ids.h | 8 2 files changed, 12 insertions(+) diff --git a/drivers/usb/serial/ftdi_sio.c b/drivers/usb/serial

Re: [PATCH] usb: interface: allow drivers declare number of endpoints they need

2015-12-01 Thread Josh Boyer
On Mon, Nov 30, 2015 at 7:47 PM, Dmitry Torokhov wrote: > On Mon, Nov 30, 2015 at 3:36 PM, Greg Kroah-Hartman > wrote: >> On Mon, Nov 30, 2015 at 02:56:09PM -0800, Dmitry Torokhov wrote: >>> On Mon, Nov 30, 2015 at 2:18 PM, Greg Kroah-Hartman >>> wrote: >>> > On Mon, Nov 30, 2015 at 01:11:50PM -

Re: First kernel patch (optimization)

2015-09-16 Thread Josh Boyer
Hi Eric, First of all, thanks for your attempt and I really hope you haven't been totally discouraged from future participation. Getting a patch into the kernel is hard, but I'm pretty disappointed with the responses you've gotten so far. On Wed, Sep 16, 2015 at 12:40 PM, Theodore Ts'o wrote: >

Re: [PATCH 1/2] Bluetooth: Add reset_resume function

2015-06-02 Thread Josh Boyer
On Mon, Jun 1, 2015 at 9:28 PM, Marcel Holtmann wrote: > Hi Laura, > >> Bluetooth devices off of some buses such as USB may lose power across >> suspend/resume. When this happens, drivers may need to have the setup >> function called again and behave differently than a cold power on. >> Add a rese

Re: 3.18 regression: Error while assigning device slot ID, USB3 devices not detected

2015-01-19 Thread Josh Boyer
On Mon, Jan 19, 2015 at 9:57 AM, Mathias Nyman wrote: > On 19.01.2015 15:47, Josh Boyer wrote: >> On Mon, Jan 19, 2015 at 8:33 AM, Greg KH wrote: >>> On Mon, Jan 19, 2015 at 08:28:19AM -0500, Josh Boyer wrote: >>>> On Sun, Jan 18, 2015 at 1:25 AM, Greg KH >>

Re: 3.18 regression: Error while assigning device slot ID, USB3 devices not detected

2015-01-19 Thread Josh Boyer
On Mon, Jan 19, 2015 at 8:33 AM, Greg KH wrote: > On Mon, Jan 19, 2015 at 08:28:19AM -0500, Josh Boyer wrote: >> On Sun, Jan 18, 2015 at 1:25 AM, Greg KH wrote: >> > On Sun, Jan 18, 2015 at 12:08:18AM -0600, Robert Hancock wrote: >> >> I've got an Intel Haswel

Re: 3.18 regression: Error while assigning device slot ID, USB3 devices not detected

2015-01-19 Thread Josh Boyer
On Sun, Jan 18, 2015 at 1:25 AM, Greg KH wrote: > On Sun, Jan 18, 2015 at 12:08:18AM -0600, Robert Hancock wrote: >> I've got an Intel Haswell-based system with a Gigabyte Z87X-D3H motherboard >> under Fedora 21. After updating to the 3.18.2-200 Fedora kernel, I noticed >> some errors in dmesg and

[PATCH v3] usb: phy: move some error messages to debug

2014-01-28 Thread Josh Boyer
essages to debugging only and we also add a PHY prefix or use dev_dbg so we know where they're coming from. Reported-by: Josh Boyer Signed-off-by: Felipe Balbi Signed-off-by: Josh Boyer --- v3: Use a prefix+pr_debug where dev_dbg won't easily work drivers/usb/phy/phy.c | 8 +++

Re: [PATCH v2] usb: phy: move some error messages to dev_dbg

2014-01-27 Thread Josh Boyer
On Mon, Jan 27, 2014 at 3:27 PM, Alan Stern wrote: > On Mon, 27 Jan 2014, Josh Boyer wrote: > >> On Mon, Jan 27, 2014 at 3:44 PM, Sergei Shtylyov >> wrote: >> > Hello. >> > >> > >> > On 01/27/2014 10:23 PM, Josh Boyer wrote: >> > &g

Re: [PATCH] usb: phy: move some error messages to debug

2014-01-27 Thread Josh Boyer
driver would emit annoying error messages. > > In this patch we're decreasing those messages > to debugging only and we also add a PHY prefix > so we know where they're coming from. > > Reported-by: Josh Boyer > Signed-off-by: Felipe Balbi Tested-by: Josh Boyer

Re: [PATCH v2] usb: phy: move some error messages to dev_dbg

2014-01-27 Thread Josh Boyer
On Mon, Jan 27, 2014 at 3:44 PM, Sergei Shtylyov wrote: > Hello. > > > On 01/27/2014 10:23 PM, Josh Boyer wrote: > >> the PHY layer is supposed to be optional, >> considering some PHY have no control bus >> for SW to poke around. > > >> After commi

[PATCH v2] usb: phy: move some error messages to dev_dbg

2014-01-27 Thread Josh Boyer
essages to dev_dbg for debugging only and so we know where they're coming from. Reported-by: Josh Boyer Signed-off-by: Felipe Balbi Signed-off-by: Josh Boyer --- v2: Switch to using dev_dbg drivers/usb/phy/phy.c | 8 +++- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/

Re: [PATCH] usb: phy: Quiet unable to find transceiver message

2014-01-25 Thread Josh Boyer
On Sat, Jan 25, 2014 at 10:37 AM, Alan Stern wrote: > On Sat, 25 Jan 2014, Josh Boyer wrote: > >> commit 1ae5799ef6317 ("usb: hcd: Initialize USB phy if needed") allows >> the USB layer to initialize external PHYs if needed. However, a PHY is >> not needed in

[PATCH] usb: phy: Quiet unable to find transceiver message

2014-01-25 Thread Josh Boyer
l functions normally. Drop the severity of this message to pr_debug. Signed-off-by: Josh Boyer --- drivers/usb/phy/phy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/usb/phy/phy.c b/drivers/usb/phy/phy.c index e6f61e4..c7fe880 100644 --- a/drivers/usb/phy/phy.c +

Re: Odd 'unable to find transceiver' messages from USB with v3.13-3260-g03d11a0 and later

2014-01-24 Thread Josh Boyer
On Fri, Jan 24, 2014 at 2:08 PM, Felipe Balbi wrote: > Hi, > > On Fri, Jan 24, 2014 at 08:47:07AM -0500, Josh Boyer wrote: >> We've had a report [1] of the USB layer throwing out 'unable to find >> transceiver' messages during boot with the 3.14 merge win

Odd 'unable to find transceiver' messages from USB with v3.13-3260-g03d11a0 and later

2014-01-24 Thread Josh Boyer
Hi All, We've had a report [1] of the USB layer throwing out 'unable to find transceiver' messages during boot with the 3.14 merge window kernels. I've seen this on my personal machine as well and included the dmesg section below. This does not happen with the 3.13 kernel. There are only a handf

Re: [PATCH] usb: usb_phy_gen: refine conditional declaration of usb_nop_xceiv_register

2013-10-17 Thread Josh Boyer
On Thu, Oct 17, 2013 at 01:31:47PM -0700, Guenter Roeck wrote: > On Thu, Oct 17, 2013 at 01:25:48PM -0400, Josh Boyer wrote: > > On Wed, Oct 16, 2013 at 07:18:41PM -0700, Guenter Roeck wrote: > > > Commit 3fa4d734 (usb: phy: rename nop_usb_xceiv => usb_phy_gen_xceiv) > >

Re: [PATCH] usb: usb_phy_gen: refine conditional declaration of usb_nop_xceiv_register

2013-10-17 Thread Josh Boyer
t; arch/arm/mach-omap2/board-omap3evm.c:703: undefined reference to > `usb_nop_xceiv_register' > > Fix the problem by reverting to the old conditional. > > Cc: Josh Boyer > Signed-off-by: Guenter Roeck I'm not entirely sure why I was CC'd on this one, but the patch looks good

[PATCH v2] HID: usbhid: quirk for MSI GX680R led panel

2013-03-18 Thread Josh Boyer
This keyboard backlight device causes a 10 second delay to boot. Add it to the quirk list with HID_QUIRK_NO_INIT_REPORTS. This fixes Red Hat bugzilla https://bugzilla.redhat.com/show_bug.cgi?id=907221 Signed-off-by: Josh Boyer --- v2: Fix typo in vendor define drivers/hid/hid-ids.h

Re: [PATCH] HID: usbhid: quirk for MSI GX680R led panel

2013-03-18 Thread Josh Boyer
On Mon, Mar 18, 2013 at 02:54:58PM +0100, Jiri Kosina wrote: > On Mon, 18 Mar 2013, Josh Boyer wrote: > > > This keyboard backlight device causes a 10 second delay to boot. Add it > > to the quirk list with HID_QUIRK_NO_INIT_REPORTS. > > Applied, thanks. Ugh. Typo in

Re: [PATCH] HID: usbhid: quirk for Realtek Multi-card reader

2013-03-18 Thread Josh Boyer
On Mon, Mar 18, 2013 at 02:52:32PM +0100, Jiri Kosina wrote: > On Mon, 18 Mar 2013, Josh Boyer wrote: > > > This device has an odd HID entry > > I can't really say I understand this portion of the changelog. I just took it from what Hans said in the bug. I believe I m

[PATCH] HID: usbhid: quirk for MSI GX680R led panel

2013-03-18 Thread Josh Boyer
This keyboard backlight device causes a 10 second delay to boot. Add it to the quirk list with HID_QUIRK_NO_INIT_REPORTS. This fixes Red Hat bugzilla https://bugzilla.redhat.com/show_bug.cgi?id=907221 Signed-off-by: Josh Boyer --- drivers/hid/hid-ids.h | 3 +++ drivers/hid/usbhid

[PATCH] HID: usbhid: quirk for Realtek Multi-card reader

2013-03-18 Thread Josh Boyer
This device has an odd HID entry and causes a 10 second delay in boot. Add this device to the quirks list with HID_QUIRK_NO_INIT_REPORTS. This fixes Red Hat bugzilla https://bugzilla.redhat.com/show_bug.cgi?id=806587 Signed-off-by: Josh Boyer --- drivers/hid/hid-ids.h | 3

[PATCH] USB: usb-storage: unusual_devs update for Super TOP SATA bridge

2013-02-14 Thread Josh Boyer
bcdDevice as 2.20. Limit the UNUSUAL_DEV entry to devices less than 2.20. This fixes https://bugzilla.redhat.com/show_bug.cgi?id=909591 Reported-by: Carsten S. Tested-by: Carsten S. CC: Signed-off-by: Josh Boyer --- The Arch Forum post on this is here: https://bbs.archlinux.org/viewtopic.php?id

Re: USB autosuspend vs. URB submission

2013-01-08 Thread Josh Boyer
On Tue, Jan 08, 2013 at 10:51:20AM -0500, Alan Stern wrote: > On Mon, 7 Jan 2013, Josh Boyer wrote: > > > Hi, > > > > We've had a few reports in Fedora of users hitting the WARN_ONCE in > > drivers/usb/core/urb.c that prints a warning about a usb_submit_ur

USB autosuspend vs. URB submission

2013-01-07 Thread Josh Boyer
Hi, We've had a few reports in Fedora of users hitting the WARN_ONCE in drivers/usb/core/urb.c that prints a warning about a usb_submit_urb being called on an active URB. One of them[1] is from the ums_realtek driver and the other[2] is from the uvcvideo driver. However, I noticed that in both i

Re: USB keyboard backlight powering down.

2012-10-17 Thread Josh Boyer
On Wed, Oct 17, 2012 at 09:09:56AM -0400, Gerry Reno wrote: > >> This was the udev bug I was referring to, which I think is causing the > >> keyboard to have auto-suspend enabled: > >> > >> https://bugzilla.redhat.com/show_bug.cgi?id=825284 > >> > >> udev shouldn't be enabling auto-suspend of USB h

Re: USB keyboard backlight powering down.

2012-10-17 Thread Josh Boyer
On Tue, Oct 16, 2012 at 10:35:24AM -0700, Sarah Sharp wrote: > On Tue, Oct 16, 2012 at 09:54:36AM -0700, Greg Kroah-Hartman wrote: > > On Tue, Oct 16, 2012 at 12:45:56PM -0400, Michael Spang wrote: > > > On Tue, Oct 16, 2012 at 11:20 AM, Dave Jones wrote: > > > > Gerry (CC'd) reported a bug to us

Re: [patch 2.6.24-rc6] usb: add ehci-ppc-of bus glue (device-tree aware)

2008-01-08 Thread Josh Boyer
On Tue, 8 Jan 2008 10:32:53 -0800 David Brownell <[EMAIL PROTECTED]> wrote: > On Tuesday 08 January 2008, Josh Boyer wrote: > > On Sun, 30 Dec 2007 15:28:50 -0800 > > David Brownell <[EMAIL PROTECTED]> wrote: > > > > > From: Valentine Barshak <[EM

Re: [patch 2.6.24-rc6] usb: add ehci-ppc-of bus glue (device-tree aware)

2008-01-08 Thread Josh Boyer
On Sun, 30 Dec 2007 15:28:50 -0800 David Brownell <[EMAIL PROTECTED]> wrote: > From: Valentine Barshak <[EMAIL PROTECTED]> > > This adds device-tree-aware ehci-ppc-of driver. > The code is based on the ehci-ppc-soc driver by > Stefan Roese <[EMAIL PROTECTED]>. > > Signed-off-by: Valentine Barsha