lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Fri, 13 Apr 2007 19:16:54 -0700
From:	Pete Zaitcev <zaitcev@...hat.com>
To:	"Jeremy C. Andrus" <jeremy@...emya.com>
Cc:	linux-kernel@...r.kernel.org
Subject: Re: [PATCH] usb bulk transfer: 1024 byte packets

On Fri, 13 Apr 2007 12:56:47 -0400, "Jeremy C. Andrus" <jeremy@...emya.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@...ts.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
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ