From abdb21f2a0983b7b66dec005aafd15fe79fa3242 Mon Sep 17 00:00:00 2001 From: Michal Moskal Date: Thu, 27 Jul 2017 14:36:01 +0100 Subject: [PATCH] Update readme --- brick/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/brick/README.md b/brick/README.md index aab6706b..cbda2a10 100644 --- a/brick/README.md +++ b/brick/README.md @@ -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 to the pre-existing custom USB HID function * 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 +* `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