[PATCH] don't mangle INQUIRY if cmddt or evpd bits are set
authorAl Viro <viro@zeniv.linux.org.uk>
Wed, 8 Feb 2006 19:09:00 +0000 (14:09 -0500)
committerAl Viro <viro@zeniv.linux.org.uk>
Sat, 18 Feb 2006 20:54:13 +0000 (15:54 -0500)
sbp2.c mangles INQUIRY response in a way that only applies to standard
inquiry data (i.e. when both cmddt and evpd bits are 0).  Leave other cases
alone; e.g. when asking for VPD the length of reply is in byte 3, not 4
and byte 4 is the first byte of device serial number.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>

No differences found