AlaudaProject : WindowsDriverInitialization

HomePage :: Categories :: PageIndex :: RecentChanges :: RecentlyCommented :: Login/Register

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.

  1. Control: GET_XD_MEDIA_STATUS until 0x1C
  2. Control: CONFIRM_XD_MEDIA_DETECTION
  3. Control: GET_XD_MEDIA_STATUS, now reads 0x14
  4. Control: GET_XD_MEDIA_SIGNATURE
  5. Bulk: RESET_DEVICE
  6. Bulk: READ_PAGE on block 0, page 0
  7. Bulk: READ_PAGE on block 0, page 0x20
  8. Bulk: READ_PAGE_2 on block 0, page 0
  9. Bulk: RESET_DEVICE
  10. Bulk: COMPUTE_CHECKSUM on lots of incremental addresses (presumably creating PBA to/from LBA mappings)
  11. Bulk: READ_PAGES lots of times, presumably reading partition table and directory listings

There are no comments on this page. [Add comment]

Valid XHTML 1.0 Transitional :: Valid CSS :: Powered by Wikka Wakka Wiki 1.1.6.1
Page was generated in 0.0447 seconds