]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[PATCH] ub: fix burning cds
authorPete Zaitcev <zaitcev@redhat.com>
Thu, 22 Sep 2005 07:48:29 +0000 (00:48 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Thu, 22 Sep 2005 14:58:25 +0000 (07:58 -0700)
commit64bd84538ac7f8ba3080eda4d92c66a8441cc6cc
tree5afbf6858d5f44b962f3ea1cb78ab1ccfaf65d65
parent02fe75a9ad797b4f8ccf1ee8e49833b77cc30c6a
[PATCH] ub: fix burning cds

This patch fixes a few problems with ub and cleans up a couple of things:

 - Bump UB_MAX_REQ_SG, this allows to burn CDs
 - Drop initialization of urb.transfer_flags,
   now that URB_UNLINK_ASYNC is gone
 - Add forgotten processing of stalls at GetMaxLUN
 - Remove a few more P3-tagged printks whose time has come
 - Correct comment about ZIP-100

Signed-off-by: Pete Zaitcev <zaitcev@yahoo.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
 drivers/block/ub.c |   53 +++++++++++++++++++++++++++--------------------------
 1 file changed, 27 insertions(+), 26 deletions(-)
drivers/block/ub.c