Windows Driver Initialization
This page lists what the Windows driver does with my MAUSB-10 when I plug it in with 1 XD card inserted.
Refer to
ControlCommandReference and
BulkCommandReference.
- Control: GET_XD_MEDIA_STATUS until 0x1C
- Control: CONFIRM_XD_MEDIA_DETECTION
- Control: GET_XD_MEDIA_STATUS, now reads 0x14
- Control: GET_XD_MEDIA_SIGNATURE
- Bulk: RESET_DEVICE
- Bulk: READ_PAGE on block 0, page 0
- Bulk: READ_PAGE on block 0, page 0x20
- Bulk: READ_PAGE_2 on block 0, page 0
- Bulk: RESET_DEVICE
- Bulk: COMPUTE_CHECKSUM on lots of incremental addresses (presumably creating PBA to/from LBA mappings)
- Bulk: READ_PAGES lots of times, presumably reading partition table and directory listings
There are no comments on this page. [Add comment]