mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Pete Zaitcev <zaitcev@redhat.com>
To: "Jeremy C. Andrus" <jeremy@jeremya.com>
Cc: linux-kernel@vger.kernel.org
Subject: Re: [PATCH] usb bulk transfer: 1024 byte packets
Date: Fri, 13 Apr 2007 19:16:54 -0700	[thread overview]
Message-ID: <20070413191654.1abdbafc.zaitcev@redhat.com> (raw)
In-Reply-To: <200704131256.47570.jeremy@jeremya.com>

On Fri, 13 Apr 2007 12:56:47 -0400, "Jeremy C. Andrus" <jeremy@jeremya.com> wrote:

> I recently ran into a couple of USB devices which insisted on using 1024 
> byte packets in bulk transfer mode (despite the hard limit of 512 
> established in the spec). I really wanted to use these devices, so I 
> created a kernel patch which allows the use of 1024 byte URBs, but does 
> not interfere with normal (512 byte) operation. I did this through a 
> bit in the transfer_flags bitfield.

The transfer size in the URB is not limited by the maximum packet size.
The HC driver splits up the transfer as specified by URB into the required
number of packets.

I think you might want to write to linux-usb-devel@lists.sourceforge.net
to discuss the specifics of what it mean "devices insisted on 1024".
I presume the devices didn't show up on your doorstep with baseball
bats to have a little chat. So there must be a specific failure symptom.
Until you share it, I don't see this patch going anywhere.

-- Pete

  parent reply	other threads:[~2007-04-14  2:18 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-04-13 16:56 Jeremy C. Andrus
2007-04-13 18:47 ` Jeremy C. Andrus
2007-04-14  2:16 ` Pete Zaitcev [this message]
2007-04-14 13:14   ` Jeremy C. Andrus
2007-04-14 16:58     ` Pete Zaitcev

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20070413191654.1abdbafc.zaitcev@redhat.com \
    --to=zaitcev@redhat.com \
    --cc=jeremy@jeremya.com \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®