summaryrefslogtreecommitdiffstats
path: root/meta-renesas-extras
diff options
context:
space:
mode:
authorLouai Al-Khanji <louai.al-khanji@qt.io>2016-08-22 11:46:21 -0700
committerLouai Al-Khanji <louai.al-khanji@qt.io>2016-08-30 14:47:45 +0000
commit7704e43a1f3ab169de6b74624b7c0175de22fc7a (patch)
treec374bcb085058044f44ce33790c17684fc00c781 /meta-renesas-extras
parent9a1dac10225f35942a82159b939ff324e93e1352 (diff)
downloadmeta-boot2qt-7704e43a1f3ab169de6b74624b7c0175de22fc7a.tar.gz
rcar-gen2: USB fixups
Autoload USB modules for adb bridge and touch screens. Change-Id: I1370f87b25e1c0660ffc8fb6fd0aa6d0a1cf0658 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
Diffstat (limited to 'meta-renesas-extras')
-rw-r--r--meta-renesas-extras/recipes/adbd/files/defaults2
-rw-r--r--meta-renesas-extras/recipes/linux/linux-renesas/b2qt.cfg12
2 files changed, 13 insertions, 1 deletions
diff --git a/meta-renesas-extras/recipes/adbd/files/defaults b/meta-renesas-extras/recipes/adbd/files/defaults
index 0fbba4c..d2a3cc0 100644
--- a/meta-renesas-extras/recipes/adbd/files/defaults
+++ b/meta-renesas-extras/recipes/adbd/files/defaults
@@ -1,4 +1,4 @@
1VENDOR=0x18d1 1VENDOR=0x18d1
2PRODUCT=0x0000 2PRODUCT=0x0000
3SERIAL=$(hostname)-$(sed -e 's/://g' /sys/class/net/eth0/address) 3SERIAL=$(hostname)-$(sed -e 's/://g' /sys/class/net/eth0/address)
4USE_ETHERNET=yes 4USE_ETHERNET=no
diff --git a/meta-renesas-extras/recipes/linux/linux-renesas/b2qt.cfg b/meta-renesas-extras/recipes/linux/linux-renesas/b2qt.cfg
index 6ecc61e..1c60d89 100644
--- a/meta-renesas-extras/recipes/linux/linux-renesas/b2qt.cfg
+++ b/meta-renesas-extras/recipes/linux/linux-renesas/b2qt.cfg
@@ -62,6 +62,18 @@ CONFIG_RFKILL=m
62CONFIG_FHANDLE=y 62CONFIG_FHANDLE=y
63CONFIG_USB_NAMESPACES=m 63CONFIG_USB_NAMESPACES=m
64 64
65# HID support
66CONFIG_HID=m
67CONFIG_HID_BATTERY_STRENGTH=y
68CONFIG_HIDRAW=y
69CONFIG_UHID=m
70CONFIG_HID_GENERIC=m
71
72# USB HID support
73CONFIG_USB_HID=m
74CONFIG_HID_PID=y
75CONFIG_USB_HIDDEV=y
76
65# needed for USB touchscreens 77# needed for USB touchscreens
66CONFIG_HID_MULTITOUCH=y 78CONFIG_HID_MULTITOUCH=y
67 79