Commit 3717f2952bd0aab30fe2a6af80657abbeb065461
Committed by
Greg Kroah-Hartman
1 parent
8836aeb861
Exists in
master
and in
7 other branches
[PATCH] USB: usb-storage: add debug entry for REPORT LUNS
Bugs involving the REPORT LUNS SCSI-3 command are much easier to track down if usb-storage displays the command's name, rather than "(Unknown command)". Signed-off-by: Paul Walmsley <paul@booyaka.com> Cc: <mdharm-usb@one-eyed-alien.net> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff
drivers/usb/storage/debug.c
... | ... | @@ -132,6 +132,7 @@ |
132 | 132 | case 0x5C: what = "READ BUFFER CAPACITY"; break; |
133 | 133 | case 0x5D: what = "SEND CUE SHEET"; break; |
134 | 134 | case GPCMD_BLANK: what = "BLANK"; break; |
135 | + case REPORT_LUNS: what = "REPORT LUNS"; break; | |
135 | 136 | case MOVE_MEDIUM: what = "MOVE_MEDIUM or PLAY AUDIO (12)"; break; |
136 | 137 | case READ_12: what = "READ_12"; break; |
137 | 138 | case WRITE_12: what = "WRITE_12"; break; |