commit | e30809fde59d591809f00caa1a4c960cca5916af | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Wed Feb 08 14:09:00 2006 -0500 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Sat Feb 18 15:54:13 2006 -0500 |
tree | 370d85a6158e45db26edf233404ac70d290c618b | |
parent | ef20c8c197df9b8d5bd4af0679123826da028861 [diff] |
[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 <viro@zeniv.linux.org.uk>