grml...
[seabios.git] / src / usb-msc.c
2011-11-18 Paolo Bonziniusb-msc: move cdb dispatch to block.c
2011-11-18 Paolo Bonziniusb-msc: move common scsi code to blockcmd.c
2011-11-18 Paolo Bonziniusb-msc: go through TEST UNIT READY for hard disks.
2011-11-18 Paolo Bonziniusb-msc: rename INQUIRY types
2011-11-18 Paolo Bonziniusb-msc: pass drive to setup_drive_*
2011-11-18 Paolo Bonziniusb-msc: move READ CAPACITY to usb_msc_init, fix off...
2011-11-18 Paolo Bonziniusb-msc: support WRITE commands
2011-11-18 Paolo Bonziniusb-msc: add usb_msc_send
2011-11-18 Paolo Bonziniusb-msc: support commands without payload
2011-07-10 Kevin O'ConnorPush use of 'struct pci_device' to bootprio_find_usb().
2011-07-10 Kevin O'ConnorPush 'struct pci_device' into USB code (instead of...
2011-01-08 Kevin O'ConnorExtract space trimming code from ATA and use in USB...
2011-01-01 Kevin O'ConnorAdd support for finding the boot priority of USB drives.
2010-12-30 Kevin O'ConnorRemove drive->desc field.
2010-12-28 Kevin O'ConnorCall setup_translation() from map_hd_drive().
2010-12-28 Kevin O'ConnorAdd stubs to permit devices to specify their boot priority.
2010-12-28 Kevin O'ConnorSimplify boot ordering by building an inclusive boot...
2010-12-26 Kevin O'ConnorPopulate drive_g->desc prior to calling add_bcv_internal().
2010-12-05 Kevin O'ConnorCheck if capability enabled in XXX_cmd_data functions.
2010-09-03 Kevin O'ConnorSupport Samsung SE-S084 USB DVD drive (and probably...
2010-05-23 Kevin O'ConnorMinor - compile out usb-msc code if CONFIG_USB_MSC...
2010-04-09 Kevin O'ConnorFix possible unitialized variable issue in usb msc.
2010-03-10 Kevin O'ConnorReplace USB encoded 'u32 endp' scheme with explicit...
2010-02-28 Kevin O'ConnorPrefer passing a USB "pipe" structure over a USB endp...
2010-02-22 Kevin O'ConnorCleanup - build drive description in temp memory during...
2010-02-18 Kevin O'ConnorInitial support for booting from USB drives.