diff options
Diffstat (limited to 'meta-renesas-extras')
-rw-r--r-- | meta-renesas-extras/recipes/adbd/files/defaults | 2 | ||||
-rw-r--r-- | meta-renesas-extras/recipes/linux/linux-renesas/b2qt.cfg | 12 |
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 @@ | |||
1 | VENDOR=0x18d1 | 1 | VENDOR=0x18d1 |
2 | PRODUCT=0x0000 | 2 | PRODUCT=0x0000 |
3 | SERIAL=$(hostname)-$(sed -e 's/://g' /sys/class/net/eth0/address) | 3 | SERIAL=$(hostname)-$(sed -e 's/://g' /sys/class/net/eth0/address) |
4 | USE_ETHERNET=yes | 4 | USE_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 | |||
62 | CONFIG_FHANDLE=y | 62 | CONFIG_FHANDLE=y |
63 | CONFIG_USB_NAMESPACES=m | 63 | CONFIG_USB_NAMESPACES=m |
64 | 64 | ||
65 | # HID support | ||
66 | CONFIG_HID=m | ||
67 | CONFIG_HID_BATTERY_STRENGTH=y | ||
68 | CONFIG_HIDRAW=y | ||
69 | CONFIG_UHID=m | ||
70 | CONFIG_HID_GENERIC=m | ||
71 | |||
72 | # USB HID support | ||
73 | CONFIG_USB_HID=m | ||
74 | CONFIG_HID_PID=y | ||
75 | CONFIG_USB_HIDDEV=y | ||
76 | |||
65 | # needed for USB touchscreens | 77 | # needed for USB touchscreens |
66 | CONFIG_HID_MULTITOUCH=y | 78 | CONFIG_HID_MULTITOUCH=y |
67 | 79 | ||