aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/emul
AgeCommit message (Expand)AuthorFilesLines
2015-11-19usb: sandbox: Add a USB emulation driverSimon Glass2-0/+242
2015-11-19usb: sandbox: Add support for interrupt operationsSimon Glass1-0/+12
2015-11-19sandbox: usb: Allow finding a USB emulator for a deviceSimon Glass1-2/+15
2015-11-19sandbox: usb: Allow up to 4 emulated devices on a hubSimon Glass1-1/+1
2015-11-19sandbox: usb: Allow dynamic emulated USB device descriptorsSimon Glass1-20/+28
2015-04-22dm: usb: Add a terminator to the string destructor listSimon Glass1-0/+1
2015-04-18dm: usb: sandbox: Add an emulator for USB hub emulationSimon Glass2-0/+304
2015-04-18dm: usb: sandbox: Add an emulator for USB flash devicesSimon Glass2-0/+424
2015-04-18dm: usb: sandbox: Add a uclass for USB device emulationSimon Glass3-0/+279