On Fri, Feb 22, 2008 at 8:52 AM, David Brownell <[EMAIL PROTECTED]> wrote:
> On Wednesday 20 February 2008, Francis Moreau wrote:
> > Hello,
> >
> > I'm struggling with this module to test my udc.
> >
> > I loaded the zero driver like the following:
> >
> > $ modprobe g_zero pattern=1
>
On Friday 22 February 2008, Francis Moreau wrote:
> > >
> > > To start the tests, I use the testusb user tool with the wrapper script
> > test.sh.
> > > In this script, the buflen for the host is set to 2048.
> >
> > Which as you note is incompatible with "pattern=1".
> >
> > If you want to u
On Fri, Feb 22, 2008 at 10:00 AM, David Brownell <[EMAIL PROTECTED]> wrote:
> On Friday 22 February 2008, Francis Moreau wrote:
> > > >
> > > > To start the tests, I use the testusb user tool with the wrapper
> script test.sh.
> > > > In this script, the buflen for the host is set to 2048.
>
Dear all:
When I read spec there is a term called transaction.
Which one of the followings is the exact definition of transaction?
1. by packet; that means each package sent by host or device will be a
transaction.
2. A in/out pair is a transaction.
3. any behavior before ACK toke.
Appreciate your
> Either the test of port->tty here is unneeded:
>
> if (port->tty)
>port->tty->low_latency = low_latency;
>
> ...or the lack of test of port->tty here is a mistake:
>
>edge_set_termios (port, port->tty->termios);
Interesting - so coverity doesn't understand the BKL. It
The Coverity checker (and Adrian Bunk) spotted an inconsistent
NULL check of port->tty (it's blindly dereferenced later without
the check).
Alan Cox confirmed the check can go.
Signed-off-by: Ray Lee <[EMAIL PROTECTED]>
cc: linux-usb@vger.kernel.org
cc: Greg KH <[EMAIL PROTECTED]>
cc: Adrian Bu
On Wed, Aug 1, 2007 at 3:24 PM, David Brownell <[EMAIL PROTECTED]> wrote:
> From: Mike Nuss <[EMAIL PROTECTED]>
>
> The ZF Micro OHCI controller exhibits unexpected behavior that seems to be
> related to high load. Under certain conditions, the controller will
> complete a TD, remove it from th
On Thu, 21 Feb 2008, Misha Zhilin wrote:
> Alan,
> I've got a bit more time now, so let me give you more detailed
> explanation of what's going on.
>
> First of all we are talking about large URBs. These are URBs that
> transfers more than 20KB of data. In other words, they require more than
> on
Alan,
> >
> > So, how it used to be up until 2.6.24:
> > Short transfer was detected inside qh_completions. EREMOTEIO status was
> > set to urb_status. By means of qtd_copy_status function and urb_status
> > field, the EREMOTEIO status was carried through all of qtd belonging to
> > the URB. As
On Fri, 22 Feb 2008, Misha Zhilin wrote:
> That's exactly what I did in the patch I've sent you. In addition to
> that, last_status carried -EREMOTEIO instead of 0. But I guess it's a
> matter of preference. Important thing for the fix is to carry an error
> status through all USB's qtds.
>
> Her
On Fri, Feb 22, 2008 at 10:10:16AM +, Alan Cox wrote:
> > Either the test of port->tty here is unneeded:
> >
> > if (port->tty)
> >port->tty->low_latency = low_latency;
> >
> > ...or the lack of test of port->tty here is a mistake:
> >
> > edge_set_termios (port, port->
On Fri, Feb 22, 2008 at 02:42:46PM -0500, Alan Stern wrote:
> On Fri, 22 Feb 2008, Misha Zhilin wrote:
>
> > That's exactly what I did in the patch I've sent you. In addition to
> > that, last_status carried -EREMOTEIO instead of 0. But I guess it's a
> > matter of preference. Important thing for
Already patched in my tree
-
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html
On Thu, 21 Feb 2008, Herton Ronaldo Krzesinski wrote:
> I inserted some dev_printk/printk's, I paste here for reference. I went
> further
> trying to debug, so that's why there is more things, I'll explain:
Your debugging helped. Here are the key lines:
> [ 58.071856] hub 5-0:1.0: trying to
On Fri, 22 Feb 2008, Greg KH wrote:
> I'm guessing this is a 2.6.25 and .24-stable thing?
Yes.
Alan Stern
-
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html
This patch (as1038) fixes a bug in usb_stor_access_xfer_buf() and
usb_stor_set_xfer_buf() (the bug was originally found by Boaz
Harrosh): The routine must not attempt to write beyond the end of a
scatter-gather list or beyond the number of bytes requested.
Signed-off-by: Alan Stern <[EMAIL PROTECT
On Tuesday 19 February 2008, Pandita, Vikram wrote:
> USB EHCI/OHCI experts
>
> On omap-git v2.6.25-rc2, TI OMAP34xx EHCI controller, we are seeing a
> strange behavior on a bulk OUT 512 byte transfer.
>
> We can see through the CATC that the 512 byte goes out successfully
> but there are many T
On Fri, Feb 22, 2008 at 05:00:06PM -0500, Alan Stern wrote:
> This patch (as1037) makes a small update to the earlier as1035 patch.
> The minimum-length computation shouldn't be done in
> usb_stor_access_xfer_buf(), since that routine can be called multiple
> times for a single transfer. It should
This patch (as1037) makes a small update to the earlier as1035 patch.
The minimum-length computation shouldn't be done in
usb_stor_access_xfer_buf(), since that routine can be called multiple
times for a single transfer. It should be done in
usb_stor_set_xfer_buf() instead, which gets called only
On Fri, 22 Feb 2008, Greg KH wrote:
> On Fri, Feb 22, 2008 at 05:00:06PM -0500, Alan Stern wrote:
> > This patch (as1037) makes a small update to the earlier as1035 patch.
> > The minimum-length computation shouldn't be done in
> > usb_stor_access_xfer_buf(), since that routine can be called multi
Hi,
This is my first post to this list, so I hope this is an apropriate place
to ask my questions.
As stated in the subject, I am looking for advice regarding USB to serial
(RS-232) adapters on linux. We, at the robotics institute where I work,
have a couple of new laptops lacking serial interfaces
On Fri, Feb 22, 2008 at 10:22:03PM +0100, [EMAIL PROTECTED] wrote:
> Hi,
> This is my first post to this list, so I hope this is an apropriate place
> to ask my questions.
> As stated in the subject, I am looking for advice regarding USB to serial
> (RS-232) adapters on linux. We, at the robotics i
On Wed, Feb 20, 2008 at 10:35:48AM -0800, Chetan Karia wrote:
> Hello,
>
> I am kernel newbie and I have a question about usb serial driver. I
> have a usb to serial driver which exposes 3 virtual serial ports
> ttyUSB0, ttyUSB1 and ttyUSB2. The endpoint to virtual serial port
> mapping is like th
From: Dmitry Baryshkov <[EMAIL PROTECTED]>
Fix pxa2xx_udc to balance calls to clk_enable/clk_disable.
[db: remove inline #ifdefs for IXP non-support of calls]
Signed-off-by: Dmitry Baryshkov [EMAIL PROTECTED]
Signed-off-by: David Brownell <[EMAIL PROTECTED]>
---
drivers/usb/gadget/pxa2xx_udc.c
On 22/02/2008, Greg KH <[EMAIL PROTECTED]> wrote:
> On Wed, Feb 20, 2008 at 10:35:48AM -0800, Chetan Karia wrote:
> > Hello,
> >
> > I am kernel newbie and I have a question about usb serial driver. I
> > have a usb to serial driver which exposes 3 virtual serial ports
> > ttyUSB0, ttyUSB1 and
On Fri, Feb 22, 2008 at 05:30:22PM -0800, Chetan Karia wrote:
> On 22/02/2008, Greg KH <[EMAIL PROTECTED]> wrote:
> > On Wed, Feb 20, 2008 at 10:35:48AM -0800, Chetan Karia wrote:
> > > Hello,
> > >
> > > I am kernel newbie and I have a question about usb serial driver. I
> > > have a usb to se
26 matches
Mail list logo