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: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Fri, 13 Apr 2007 12:56:47 -0400
From:	"Jeremy C. Andrus" <jeremy@...emya.com>
To:	linux-kernel@...r.kernel.org
Subject: [PATCH] usb bulk transfer: 1024 byte packets

Hello,

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. 

I found this patch useful and un-obtrusive, so I figured that I would 
post it here to see if anyone else thinks it interesting enough to 
patch in. 

I am not subscribed to the list, and would appreciate a personal CC on 
reply :-).

	-Jeremy

-- 
-----------------------
Jeremy C. Andrus
http://www.jeremya.com/
-----------------------

View attachment "linux-2.6.20.6-usb_1024byte_packets.patch" of type "text/x-diff" (3532 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ