Update readme

This commit is contained in:
Michal Moskal 2017-07-27 14:36:01 +01:00
parent b16f659ea1
commit abdb21f2a0

View File

@ -11,8 +11,9 @@ they are derived from GPLv2 code).
* the `d_usbdev` uses the composite framework to register an additional mass storage function in addtion * the `d_usbdev` uses the composite framework to register an additional mass storage function in addtion
to the pre-existing custom USB HID function to the pre-existing custom USB HID function
* the `g_mass_storage` module has the following changes: * the `g_mass_storage` module has the following changes:
* a bug fixed, where page-misaligned writes would hang
* additional `/sys/.../lun0/active` entry is added, which allows for signaling drive eject to the host * additional `/sys/.../lun0/active` entry is added, which allows for signaling drive eject to the host
* `d_usbdev` has an additional `ioctl()` to pretend data came from the USB host - this can be used to direct
the VM to do stuff
### Kernel modifications ### Kernel modifications