Re: [PATCH v3 2/5] dt-bindings: Add a binding for Mediatek xHCI host controller

2015-07-25 Thread chunfeng yun
Hi, On Wed, 2015-07-22 at 15:22 +0100, Mark Rutland wrote: > On Wed, Jul 22, 2015 at 03:05:42PM +0100, Chunfeng Yun wrote: > > add a DT binding documentation of xHCI host controller for the > > MT8173 SoC from Mediatek. > > > > Signed-off-by: Chunfeng Yun > > --- > > .../devicetree/bindings/usb/

Re: [PATCH v3 3/5] usb: phy: add usb3.0 phy driver for mt65xx SoCs

2015-07-25 Thread chunfeng yun
hi, On Wed, 2015-07-22 at 09:21 -0500, Felipe Balbi wrote: > Hi, > > On Wed, Jul 22, 2015 at 10:05:43PM +0800, Chunfeng Yun wrote: > > support usb3.0 phy of mt65xx SoCs > > > > Signed-off-by: Chunfeng Yun > > you missed Kishon here. > Thank you. > > --- > > drivers/phy/Kconfig | 9

Re: [PATCH v3 5/5] arm64: dts: mediatek: add xHCI & usb phy for mt8173

2015-07-25 Thread chunfeng yun
hi On Wed, 2015-07-22 at 21:11 +0300, Sergei Shtylyov wrote: > Hello. > > On 07/22/2015 05:05 PM, Chunfeng Yun wrote: > > > add xHCI and phy drivers for MT8173-EVB > > > Signed-off-by: Chunfeng Yun > > --- > > arch/arm64/boot/dts/mediatek/mt8173-evb.dts | 15 ++ > > arch/arm64/bo

[GIT PULL] USB driver fixes for 4.2-rc4

2015-07-25 Thread Greg KH
The following changes since commit 52721d9d3334c1cb1f76219a161084094ec634dc: Linux 4.2-rc3 (2015-07-19 14:45:02 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git/ tags/usb-4.2-rc4 for you to fetch changes up to 1209544d8a2a6084f58625

Re: [PATCH v3 42/46] usb: gadget: move ep_matches() from epautoconf to udc-core

2015-07-25 Thread Petr Cvek
On 25.7.2015 23:36, Alan Stern wrote: > On Sat, 25 Jul 2015, Petr Cvek wrote: > >> On 25.7.2015 19:04, Robert Jarzmik wrote: >>> Alan Stern writes: >>> >>> Hi Alan, >>> On Sat, 25 Jul 2015, Robert Jarzmik wrote: > Petr Cvek writes: > >> On 23.7.2015 21:46, Alan Stern wrote:

Re: [PATCH v3 42/46] usb: gadget: move ep_matches() from epautoconf to udc-core

2015-07-25 Thread Alan Stern
On Sat, 25 Jul 2015, Petr Cvek wrote: > On 25.7.2015 19:04, Robert Jarzmik wrote: > > Alan Stern writes: > > > > Hi Alan, > > > >> On Sat, 25 Jul 2015, Robert Jarzmik wrote: > >> > >>> Petr Cvek writes: > >>> > On 23.7.2015 21:46, Alan Stern wrote: > >> It seems that it allows using a

Re: [PATCH v3 42/46] usb: gadget: move ep_matches() from epautoconf to udc-core

2015-07-25 Thread Alan Stern
On Sat, 25 Jul 2015, Robert Jarzmik wrote: > Alan Stern writes: > > Hi Alan, > > > On Sat, 25 Jul 2015, Robert Jarzmik wrote: > > > >> Petr Cvek writes: > >> > >> > On 23.7.2015 21:46, Alan Stern wrote: > >> >>> It seems that it allows using a BULK endpoint for requested INT > >> >>> endpoint

Re: [PATCH v3 42/46] usb: gadget: move ep_matches() from epautoconf to udc-core

2015-07-25 Thread Petr Cvek
On 25.7.2015 13:04, Robert Jarzmik wrote: > Petr Cvek writes: > >> On 23.7.2015 21:46, Alan Stern wrote: It seems that it allows using a BULK endpoint for requested INT endpoint. For my PXA27x machine the original code returns BULK EP even with valid INT endpoint definition (becaus

Re: [PATCH v3 42/46] usb: gadget: move ep_matches() from epautoconf to udc-core

2015-07-25 Thread Petr Cvek
On 25.7.2015 20:08, Robert Baldyga wrote: >> >> Let me give you another example : >> - pxa27x_udc offers 3 endpoints : ep-in, ep-out, ep-iso-in >> - a gadget driver does : >> - request an ep-in >> - request an ep-out >> - request an ep-in >> - request an ep-iso-in >> In that cas

Re: [PATCH v3 42/46] usb: gadget: move ep_matches() from epautoconf to udc-core

2015-07-25 Thread Petr Cvek
On 25.7.2015 19:04, Robert Jarzmik wrote: > Alan Stern writes: > > Hi Alan, > >> On Sat, 25 Jul 2015, Robert Jarzmik wrote: >> >>> Petr Cvek writes: >>> On 23.7.2015 21:46, Alan Stern wrote: >> It seems that it allows using a BULK endpoint for requested INT >> endpoint. For my PXA2

[RFC ebeam PATCH v2 2/2] input: misc: New USB eBeam input driver

2015-07-25 Thread Yann Cantin
Add new USB input driver for Luidia's eBeam devices. Currently supported (tested) : - eBeam classic projection and edge projection models - Nec interactive solution NP01Wi1 & NP01Wi2 accessories. Notable stuff : - 13 sysfs custom files : 9 values for the transformation matrix, 4 for xy ranges a

[RFC ebeam PATCH v2 1/2] hid: Blacklist eBeam devices

2015-07-25 Thread Yann Cantin
Add known eBeam devices usb ids. Prevent hid-generic to take over these devices. This breaks Luidia's proprietary application suite. Signed-off-by: Yann Cantin --- drivers/hid/hid-core.c | 6 ++ drivers/hid/hid-ids.h | 6 ++ 2 files changed, 12 insertions(+) diff --git a/drivers/hid/hi

[RFC ebeam PATCH v2 0/2] Add a new USB eBeam input driver

2015-07-25 Thread Yann Cantin
Hi, New USB input driver for eBeam devices. Notable stuff : - need userspace gui tool for calibration (ebeam.tuxfamily.org) - This driver breaks Luidia's proprietary application suite. Patch 1 to blacklist the devices for hid generic-usb. Patch 2 is the actual driver. Changes : RFC https://lkm

Re: [PATCH v3 42/46] usb: gadget: move ep_matches() from epautoconf to udc-core

2015-07-25 Thread Robert Baldyga
Hi, On 07/25/2015 07:04 PM, Robert Jarzmik wrote: Alan Stern writes: Hi Alan, On Sat, 25 Jul 2015, Robert Jarzmik wrote: Petr Cvek writes: On 23.7.2015 21:46, Alan Stern wrote: It seems that it allows using a BULK endpoint for requested INT endpoint. For my PXA27x machine the original

Re: [PATCH v3 42/46] usb: gadget: move ep_matches() from epautoconf to udc-core

2015-07-25 Thread Robert Jarzmik
Alan Stern writes: Hi Alan, > On Sat, 25 Jul 2015, Robert Jarzmik wrote: > >> Petr Cvek writes: >> >> > On 23.7.2015 21:46, Alan Stern wrote: >> >>> It seems that it allows using a BULK endpoint for requested INT >> >>> endpoint. For my PXA27x machine the original code returns BULK EP >> >>> e

Fwd: Xenta Mouse Wireless sometimes not working in Linux Kernel 4.0.5

2015-07-25 Thread José David León Rodríguez
NoIt still same. I have seen some updates for usb_modeswitch but mouse still mice have intermitent connection, reporting same error (code -110). In Windows boot it's work smoothly, this means that device haven't hardware problems. Thanks for your help and sorry for late reply. 2015-06-19 17:4

Re: [PATCH v3 42/46] usb: gadget: move ep_matches() from epautoconf to udc-core

2015-07-25 Thread Alan Stern
On Sat, 25 Jul 2015, Robert Jarzmik wrote: > Petr Cvek writes: > > > On 23.7.2015 21:46, Alan Stern wrote: > >>> It seems that it allows using a BULK endpoint for requested INT > >>> endpoint. For my PXA27x machine the original code returns BULK EP > >>> even with valid INT endpoint definition (

Re: [PATCH v3 42/46] usb: gadget: move ep_matches() from epautoconf to udc-core

2015-07-25 Thread Robert Jarzmik
Petr Cvek writes: > On 23.7.2015 21:46, Alan Stern wrote: >>> It seems that it allows using a BULK endpoint for requested INT >>> endpoint. For my PXA27x machine the original code returns BULK EP >>> even with valid INT endpoint definition (because BULK EPs are defined >>> earlier than INT EPs).

Re: [PATCH v3 26/46] usb: gadget: pch_ud: add ep capabilities support

2015-07-25 Thread Robert Baldyga
Hi, On 07/20/2015 05:08 PM, Krzysztof Opasiak wrote: On 07/15/2015 08:32 AM, Robert Baldyga wrote: Convert endpoint configuration to new capabilities model. Signed-off-by: Robert Baldyga --- drivers/usb/gadget/udc/pch_udc.c | 14 -- 1 file changed, 12 insertions(+), 2 deletio