From: Al Viro Date: Wed, 8 Feb 2006 19:09:00 +0000 (-0500) Subject: [PATCH] don't mangle INQUIRY if cmddt or evpd bits are set X-Git-Tag: v2.6.16-rc5~70^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e30809fde59d591809f00caa1a4c960cca5916af;p=pandora-kernel.git [PATCH] don't mangle INQUIRY if cmddt or evpd bits are set 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 --- Reading git-diff-tree failed