diff options
author | Sanchayan Maity <maitysanchayan@gmail.com> | 2016-03-03 19:49:16 +0530 |
---|---|---|
committer | Marcel Ziswiler <marcel.ziswiler@toradex.com> | 2016-03-14 14:26:27 +0100 |
commit | 29bc1cf404d21bce8b0e76d9bf6061e07b5533c9 (patch) | |
tree | e65824b1cf7d9d740528e3021ec05d2854477ae3 | |
parent | ba766a6ca958f49b7fd21a0a23751e17e8f8cdd7 (diff) |
images: trdx-extra: Enable USB suspend resume fix for Vybrid
Enable USB suspend resume fix for Vybrid.
Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
-rw-r--r-- | recipes/images/trdx-extra.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes/images/trdx-extra.inc b/recipes/images/trdx-extra.inc index 6a4bb58..674ba5f 100644 --- a/recipes/images/trdx-extra.inc +++ b/recipes/images/trdx-extra.inc @@ -85,6 +85,7 @@ IMAGE_INSTALL_append_colibri-vf = " \ libmcc \ mcc-pingpong \ kernel-modules \ + usb-suspend-resume \ " IMAGE_INSTALL += " \ |