From: Pete Zaitcev Date: Mon, 15 Aug 2005 04:16:03 +0000 (-0700) Subject: [PATCH] USB: ub 4: Zaitcev's quasi-S/G X-Git-Tag: v2.6.14-rc1~492^2~18^2~43 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a1cf96efbabac2f8af6f75286ffcefd40b0a466c;p=pandora-kernel.git [PATCH] USB: ub 4: Zaitcev's quasi-S/G Back out Axboe-style quasi-S/G and replace it with one command and repeated URBs. This is similar to what usb-storage does, only instead of a few URBs allocated together, one URB is reused. Jens's idea was very nice, but it collapsed when I had to support packet commads for CD burning. I cannot issue two or more packet commands where application expected only one. However, burning does not work completely yet. The cdrecord starts, recognizes the device, then aborts without writing a TOC. Signed-off-by: Pete Zaitcev Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed