From fe009fd66d28633c63768c5663800a1c9e7402e5 Mon Sep 17 00:00:00 2001 From: Stefan Kalkowski Date: Wed, 2 Feb 2022 16:47:43 +0100 Subject: [PATCH] usb_hid_raw: add configuration for rpi_platform_drv Ref #4396 --- repos/dde_linux/run/usb_hid_raw.run | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/repos/dde_linux/run/usb_hid_raw.run b/repos/dde_linux/run/usb_hid_raw.run index 042801ac8b..64eabc9a68 100644 --- a/repos/dde_linux/run/usb_hid_raw.run +++ b/repos/dde_linux/run/usb_hid_raw.run @@ -82,6 +82,9 @@ proc platform_drv_config_non_x86 {} { } if {[have_board rpi]} { return { + + + @@ -147,7 +150,10 @@ if { [have_spec x86] } { append_platform_drv_config append config "" append config { - + + + + } append config "[platform_drv_config_non_x86]"