2024-07-12 09:50 PM
I'm writing my own USB BOT device driver, and I'm receiving the SCSI opcode 0xA1, which isn't defined in SPC or SBC, but rather in the ATA Command Pass-Through specification. Even WireShark doesn't recognize it.
What exactly is the significance of this command? From what I'm getting, it's to bypass protocols or something, but I'm not exactly fluent in IT terminologies or 90s history here. I'm on Linux Mint 21.3, if that's of any relevance.
2024-07-14 06:17 AM
Reviewing the Linux source for USB MSC might be most enlightening. ie comments or commit histories