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
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).
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 (
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
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
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
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
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
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
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
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
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
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
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
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:
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
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
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
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/
19 matches
Mail list logo