Re: [PATCH] HID: usbhid: extend polling interval configuration to joysticks

2017-03-06 Thread Tobias Jakobi
Jiri Kosina wrote: > On Sat, 25 Feb 2017, Tobias Jakobi wrote: > >> For mouse devices we can currently change the polling interval >> via usbhid.mousepoll. Implement the same thing for joysticks, so >> users can reduce input latency this way. >> >> This has bee

[PATCH] usb-storage: Add ignore-residue quirk for Initio INIC-3619

2017-02-27 Thread Tobias Jakobi
uing SCSI command AD010..080002400 to device 'SG:dev_11:2' Signed-off-by: Tobias Jakobi <tjak...@math.uni-bielefeld.de> --- drivers/usb/storage/unusual_devs.h | 14 ++ 1 file changed, 14 insertions(+) diff --git a/drivers/usb/storage/unusual_devs.h b/drivers/usb/storage/unusu

[PATCH] HID: usbhid: extend polling interval configuration to joysticks

2017-02-25 Thread Tobias Jakobi
). Signed-off-by: Tobias Jakobi <tjak...@math.uni-bielefeld.de> --- Documentation/kernel-parameters.txt | 3 +++ drivers/hid/usbhid/hid-core.c | 18 +++--- 2 files changed, 18 insertions(+), 3 deletions(-) diff --git a/Documentation/kernel-parameters.txt b/Documentation/

Re: [xhci_hcd] USB3 device unplug breaks system suspend

2015-01-06 Thread Tobias Jakobi
Just a short note that the issue remains with vanilla 3.18.1. Greets, Tobias -- 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: [xhci_hcd] USB3 device unplug breaks system suspend

2014-12-22 Thread Tobias Jakobi
Alan Stern wrote: I don't follow your reasoning. The Logitech mouse is also driven by xhci-hcd, and so is the Azurewave webcam. Ah OK, I was under the impression that ehci_hcd was handling these, since it shows up as used driver in the lspci output. Anyway, I did some more tests. 1) I

Re: [xhci_hcd] USB3 device unplug breaks system suspend

2014-12-17 Thread Tobias Jakobi
Alan Stern wrote: You didn't say which device was the one causing the problem. I assume it was the 4-3 device; that's the only thing which appears to be a USB-3 drive. Correct, at the moment I'm using a USB3 enclosure with a JMicron ATA-USB bridge. However the same problem already occured with

[xhci_hcd] USB3 device unplug breaks system suspend

2014-12-16 Thread Tobias Jakobi
Hello, gregkh asked me to post this on the ml, so here it is: https://bugzilla.kernel.org/show_bug.cgi?id=89801 With best wishes, Tobias -- 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

Re: [xhci_hcd] USB3 device unplug breaks system suspend

2014-12-16 Thread Tobias Jakobi
Alan Stern wrote: How about providing some information (system logs, etc.)? Alan Stern Hello, I've just added dmesg and lsusb output. If you need anything else, please let me know! With best wishes, Tobias -- To unsubscribe from this list: send the line unsubscribe linux-usb in the body of

bugreport: Thermaltake Muse5G only detected after lsusb 'probing'

2014-09-14 Thread Tobias Jakobi
Hello, to get a bit more attention for this xhcd_hci bug: https://bugzilla.kernel.org/show_bug.cgi?id=84601 With best wishes, Tobias -- 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

usb3503: some minor patches

2014-09-12 Thread Tobias Jakobi
Hello, here are some minor patches for the usb3503. No functional changes here. With best wishes, Tobias -- 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

[PATCH 2/3] usb3503: fix typos in devicetree binding documentation

2014-09-12 Thread Tobias Jakobi
'availe' to 'available' 'desribed' to 'described' Signed-off-by: Tobias Jakobi tjak...@math.uni-bielefeld.de --- Documentation/devicetree/bindings/usb/usb3503.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/devicetree/bindings/usb/usb3503.txt b

[PATCH 1/3] usb3503: correct error message in probe ('connect' to 'interrupt')

2014-09-12 Thread Tobias Jakobi
intn is obviously the interrupt pin. Signed-off-by: Tobias Jakobi tjak...@math.uni-bielefeld.de --- drivers/usb/misc/usb3503.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/usb/misc/usb3503.c b/drivers/usb/misc/usb3503.c index 47cb143..0819a2e 100644 --- a/drivers

[PATCH 3/3] usb3503: clarify what the registers 'PDS' and 'CFG1' really do

2014-09-12 Thread Tobias Jakobi
The current comment sounds like you have to disable some of the ports to be able to use self-powered mode. This is misleading, so change the wording to reflect this. Signed-off-by: Tobias Jakobi tjak...@math.uni-bielefeld.de --- drivers/usb/misc/usb3503.c | 4 ++-- 1 file changed, 2 insertions

Re: [PATCH v10 1/4] phy: core: Add an exported of_phy_get function

2014-03-07 Thread Tobias Jakobi
changed, 42 insertions(+), 9 deletions(-) Tested-by: Tobias Jakobi tjak...@math.uni-bielefeld.de USB PHY was tested on an ODROID-X2 (Exynos4412 SoC) with patches from Kamil's previous patchset to enable the usage of the new PHY in EHCI and OCHI. With best wishes, Tobias -- To unsubscribe from

Re: [PATCH v10 3/4] phy: Add new Exynos USB 2.0 PHY driver

2014-03-07 Thread Tobias Jakobi
create mode 100644 drivers/phy/phy-exynos4210-usb2.c create mode 100644 drivers/phy/phy-exynos4x12-usb2.c create mode 100644 drivers/phy/phy-samsung-usb2.c create mode 100644 drivers/phy/phy-samsung-usb2.h Tested-by: Tobias Jakobi tjak...@math.uni-bielefeld.de USB PHY was tested on an ODROID

Re: [PATCH v10 2/4] phy: core: Add devm_of_phy_get to phy-core

2014-03-07 Thread Tobias Jakobi
2 files changed, 39 insertions(+) Tested-by: Tobias Jakobi tjak...@math.uni-bielefeld.de USB PHY was tested on an ODROID-X2 (Exynos4412 SoC) with patches from Kamil's previous patchset to enable the usage of the new PHY in EHCI and OCHI. With best wishes, Tobias -- To unsubscribe from

Re: [PATCH v10 4/4] phy: Add Exynos 5250 support to the Exynos USB 2.0 PHY driver

2014-03-07 Thread Tobias Jakobi
(+) create mode 100644 drivers/phy/phy-exynos5250-usb2.c Tested-by: Tobias Jakobi tjak...@math.uni-bielefeld.de USB PHY was tested on an ODROID-X2 (Exynos4412 SoC) with patches from Kamil's previous patchset to enable the usage of the new PHY in EHCI and OCHI. With best wishes, Tobias -- To unsubscribe

Re: [PATCH v9 0/4] phy: Add new Exynos USB 2.0 PHY driver

2014-03-05 Thread Tobias Jakobi
Hello Kamil, this looks very good. I just tested the patchset on my ODROID-X2 (Exynos4412-based board) and the USB stability issues I mentioned to you before (with the older patchset) seem to be gone. All devices on the USB behave normally (mass storage, ethernet and bluetooth). With best

[pandaboard] OTG port not working

2013-11-11 Thread Tobias Jakobi
Since suggested by gregkh, here a CC. Greets, Tobias EDIT: Oops, I totally missed the most important bit: https://bugzilla.kernel.org/show_bug.cgi?id=64771 -- To unsubscribe from this list: send the line unsubscribe linux-usb in the body of a message to majord...@vger.kernel.org More majordomo

Re: [pandaboard] OTG port not working

2013-11-11 Thread Tobias Jakobi
Kishon Vijay Abraham I wrote: CONFIG_OMAP_OCP2SCP should also be enabled. Suggestion tried and getting new (interesting) messages from the kernel. Updated the bug: https://bugzilla.kernel.org/show_bug.cgi?id=64771 - Tobias -- To unsubscribe from this list: send the line unsubscribe linux-usb

[pandaboard] OTG port not working

2013-11-10 Thread Tobias Jakobi
Since suggested by gregkh, here a CC. Greets, Tobias -- 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