Skip to content

Commit

Permalink
Update commands to match v2
Browse files Browse the repository at this point in the history
  • Loading branch information
erichelgeson committed Nov 17, 2023
1 parent e35bae5 commit 7c94281
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/scsi_cmds.h
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,12 @@
#define SCSI_READ12 0xA8
#define SCSI_VERIFY12 0xAF

#define BLUESCSI_LIST_FILES 0xC0
#define BLUESCSI_GET_FILE 0xC1
#define BLUESCSI_COUNT_FILES 0xC2
#define BLUESCSI_SEND_PREP 0xC3
#define BLUESCSI_SEND 0xC4
#define BLUESCSI_SEND_END 0xC5
#define BLUESCSI_LIST_FILES 0xD0
#define BLUESCSI_GET_FILE 0xD1
#define BLUESCSI_COUNT_FILES 0xD2
#define BLUESCSI_SEND_PREP 0xD3
#define BLUESCSI_SEND 0xD4
#define BLUESCSI_SEND_END 0xD5



Expand Down

0 comments on commit 7c94281

Please sign in to comment.