1. 279dcb1 Register drives directly in scsi_init_drive(). by Kevin O'Connor · 12 years ago
  2. 1e749c8 usb-msc: move cdb dispatch to block.c by Paolo Bonzini · 12 years ago
  3. ded04a3 usb-msc: move common scsi code to blockcmd.c by Paolo Bonzini · 12 years ago
  4. 8c976e3 usb-msc: go through TEST UNIT READY for hard disks. by Paolo Bonzini · 12 years ago
  5. 2730045 usb-msc: rename INQUIRY types by Paolo Bonzini · 12 years ago
  6. 2b6a676 usb-msc: pass drive to setup_drive_* by Paolo Bonzini · 12 years ago
  7. cb864b3 usb-msc: move READ CAPACITY to usb_msc_init, fix off-by-one by Paolo Bonzini · 12 years ago
  8. ddb8ceb usb-msc: support WRITE commands by Paolo Bonzini · 12 years ago
  9. 092fc35 usb-msc: add usb_msc_send by Paolo Bonzini · 12 years ago
  10. 7f7b0f6 usb-msc: support commands without payload by Paolo Bonzini · 12 years ago
  11. 1355a88 Push use of 'struct pci_device' to bootprio_find_usb(). by Kevin O'Connor · 12 years ago
  12. 8ff8e01 Push 'struct pci_device' into USB code (instead of using u16 bdf). by Kevin O'Connor · 12 years ago
  13. 9e881a3 Extract space trimming code from ATA and use in USB and bootorder code. by Kevin O'Connor · 13 years ago
  14. c2002a1 Add support for finding the boot priority of USB drives. by Kevin O'Connor · 13 years ago
  15. ca2bc1c Remove drive->desc field. by Kevin O'Connor · 13 years ago
  16. 697e63c Call setup_translation() from map_hd_drive(). by Kevin O'Connor · 13 years ago
  17. 031ef55 Add stubs to permit devices to specify their boot priority. by Kevin O'Connor · 13 years ago
  18. 72eee3e Simplify boot ordering by building an inclusive boot list. by Kevin O'Connor · 13 years ago
  19. ce24be5 Populate drive_g->desc prior to calling add_bcv_internal(). by Kevin O'Connor · 13 years ago
  20. 80c2b6e Check if capability enabled in XXX_cmd_data functions. by Kevin O'Connor · 13 years ago
  21. 9c000e6 Support Samsung SE-S084 USB DVD drive (and probably many others) by Kevin O'Connor · 13 years ago
  22. c65a4a6 Minor - compile out usb-msc code if CONFIG_USB_MSC not set. by Kevin O'Connor · 14 years ago
  23. 67f6d37 Fix possible unitialized variable issue in usb msc. by Kevin O'Connor · 14 years ago
  24. 4547eb9 Replace USB encoded 'u32 endp' scheme with explicit struct fields. by Kevin O'Connor · 14 years ago
  25. 357bdfa Prefer passing a USB "pipe" structure over a USB endp encoding. by Kevin O'Connor · 14 years ago
  26. 575ffc8 Cleanup - build drive description in temp memory during init. by Kevin O'Connor · 14 years ago
  27. 7149fc8 Initial support for booting from USB drives. by Kevin O'Connor · 14 years ago