summaryrefslogtreecommitdiffstats
path: root/meta-renesas-extras/recipes
diff options
context:
space:
mode:
Diffstat (limited to 'meta-renesas-extras/recipes')
-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