]> git.ipfire.org Git - people/ms/u-boot.git/commit
USB: Remove LUN number from CDB
authorAbraham, Thomas <t-abraham@ti.com>
Tue, 28 Oct 2008 11:21:31 +0000 (16:51 +0530)
committerRemy Bohmer <linux@bohmer.net>
Sun, 15 Feb 2009 16:14:38 +0000 (17:14 +0100)
commit9704f9caf53f5cae547d8c5e1ae94aa4e57b160f
treecac8040452bd5e4a0ac1026731f593861c58f448
parentf3c0de636252f3a18654c8f9c6370a9574a7e755
USB: Remove LUN number from CDB

The LUN number is not part of the Command Descriptor Block (CDB) for scsi inquiry, request sense, test unit ready, read capacity and read10 commands. This patch removes the LUN number information from the CDB.

Signed-off-by: Thomas Abraham <t-abraham@ti.com>
Signed-off-by: Remy Bohmer <linux@bohmer.net>
common/usb_storage.c