On Wed, Sep 27, 2006 at 02:21:04PM +0800, Li Yang wrote:
> Freescale high-speed USB SOC can be found on MPC834x and
> probably more in the future. Its DR(dual-role) module
> can work as a USB device. This patch adds its support
> for Linux USB Gadget.
>
> Signed-off-by: Li Yang <[EMAIL PROTECTE
On Fri, 29 Sep 2006, Martin Christoph wrote:
> Hi,
>
> i have 2 different Versions of Labtec USB Number Pad for Notebooks. Both have
> the same Serial-Number
> but all the Pads my company recently purchased does not work since Kernel
> 2.6.16. In contrast to
> that the older Number Pad has been
On Fri, 29 Sep 2006, Laurent Pinchart wrote:
> > > It
> > > seems the bug is never triggered when using Microsoft Windows, so I
> > > suspect that Linux uses a faster scheduler. Is there a way to hack the
> > > USB scheduler to make it split control transfers across USB frames ? We
> > > would lik
Hi,
there's a race condition upon disconnect in appledisplay.
If a button is touched during disconnect there's a window during
which the delayed work may be running. In this case the delayed
work will be scheduled again. This patch fixes that.
Regards
Oliver
Signed-off-by
Hi,
allocating a buffer with usb_buffer_alloc() is pointless if you don't
set transfer_flags.
Regards
Oliver
Signed-off-by: Oliver Neukum <[EMAIL PROTECTED]>
--- current/drivers/usb/input/appletouch.c 2006-09-20 05:42:06.0
+0200
+++ linux-2.6.18/drivers/usb
Hi,
ati_remote does a few unnecessary GFP_ATOMIC memory allocations.
In addition, there's a superfluous wmb(), as wake_up() implies it.
This patch fixes that.
Regards
Oliver
Signed-off-by: Oliver Neukum <[EMAIL PROTECTED]>
--- current/drivers/usb/input/ati_remote.c
On Fri, 29 Sep 2006 16:24:15 +0800 raise.sail wrote:
> Changelogs:
>
> 1. A bugfix for clear usage process.
>
> This driver requires:
> 1. [PATCH] usb: HID Simple Driver Interface 0.3.1 (Kconfig and
> Makefile), this patch can be used without any change.
>
> PS: Who is the maint
Christopher Monty Montgomery wrote:
> patch 15: This fix is not actually to ehci-hcd, but is rather a fix
> to usbaudio necessitated by fixing the isoch underrun detection/
> reporting in ehci. usbaudio playback nominally causes one, specific
> harmless underrun in startup.
The driver just submits
On Fri, 29 Sep 2006, Rumjantsev Egor wrote:
> Hello.
> I develop driver for USB 2.0 camera. It has 2 IN endpoints with
> MaxPacketSize 512 bytes.
> I need to read stream of video data about 28 Mb/s. I use 4 urb in queue
> for each endpoint's stream. The main trouble is that if the amount of
> d
On Thu, 28 Sep 2006, David Brownell wrote:
> On Thursday 28 September 2006 5:20 pm, Andrew Morton wrote:
> > On Thu, 28 Sep 2006 17:08:33 -0700
> > David Brownell <[EMAIL PROTECTED]> wrote:
> >
> > > ... reviewing and testing those new OHCI changes is still on my
> > > list;
> >
> > erm, we pref
Hi,
i have 2 different Versions of Labtec USB Number Pad for Notebooks. Both have
the same Serial-Number
but all the Pads my company recently purchased does not work since Kernel
2.6.16. In contrast to
that the older Number Pad has been successfully tested with Kernel 2.6.15,
2.6.16, 2.6.17 and
> > I'm developing a Linux driver for a Logitech USB webcam. A few users
> > reported that the webcam stopped responding under some conditions. After
> > some investigation, I found out that the device either timed-out or
> > returned a STALL handshake during a control transfer on endpoint 0.
> >
>
> > Logitech has been kind enough to investigate the problem. It seems a
> > hardware bug is triggered when the control transfer transactions are sent
> > "too fast". Preliminary results show that the hardware misses the second
> > transaction in a control transfer when both the SETUP and IN/OUT
>
On Wednesday 27 September 2006 16:06, Greg KH wrote:
> drivers/usb/input/trancevibrator.c | 159 +
>
Greg,
There is nothing in this driver that would relate to input subsystem,
can it be moved into drivers/usb/misc?
--
Dmitry
Hello.
I develop driver for USB 2.0 camera. It has 2 IN endpoints with
MaxPacketSize 512 bytes.
I need to read stream of video data about 28 Mb/s. I use 4 urb in queue
for each endpoint's stream. The main trouble is that if the amount of
data which i need to read in one URB divide on 512 without
15 matches
Mail list logo