commit | af0e1ea2d32eafd837c51326368ce2d8f36e6871 | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Mon Oct 17 16:34:59 2011 +0200 |
committer | Kevin Wolf <kwolf@redhat.com> | Fri Oct 28 19:25:50 2011 +0200 |
tree | 7d387e93b816b0285da66e042a93934e8eb23933 | |
parent | f0f992e6509354e0e9d3bd46681bacb1ff53f62b [diff] |
atapi: cleanup/fix mode sense results The first two bytes (after the 8-byte ATAPI header) are the mode page number and the number of bytes after the length field itself. Make this clear in the code. The AUDIO_CTL page was filled with wrong values. It is not anymore in MMC, but at least keep the values sane. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>