Enable USB gadget for RPI4
You can use this usb hal with both RPI3 and RPI4.
////////////////////////////////////////////////////////////////////////////////////////////////////
RPI3 does not have /sys/kernel/config and usb initialization faiied.
So, usb is not enabled in RPI3.
Therefore, a single usb hal can be used in both RPI3 and RPI4.
Deviced internal design for extcon providing incomplete functionality
////////////////////////////////////////////////////////////////////////////////////////////////////
Excon does not work perfectly in RPI4
So I asked the kernel team to fix the extcon value to 1.
If extcon is always 1, deviecd will not recognize when usb is disconnected, but it will work normally.
Conclusion: For targets where extcon does not work perfectly, deviced do not support usb connect/disconnect.
Change-Id: Iea3ae481b3120432197a849956fc5332748957ad
Signed-off-by: INSUN PYO <insun.pyo@samsung.com>
(cherry picked from commit
2b4d1ac644f634687defc56636ca06ab57ee7259)
Add build option -Wall -Werror
Change-Id: Ic4cfc6347d38e0e7a59c8eb5f7fc2f12fecdc7a4
Signed-off-by: Youngjae Cho <y0.cho@samsung.com>
(cherry picked from commit
2887216642134ad1f24d4aa87f78830c6d8fd0c2)
Fix logging location
Change-Id: I4646d7e6dd0706e90f68bfc6108a2159cf9ff36c
Signed-off-by: Youngjae Cho <y0.cho@samsung.com>
(cherry picked from commit
5e451b31c74ee80db9426bbf33b3438ebb58db96)
touchscreen: control interface change to sysfs
The control interface of touchscreen is changed from
the kernel module loading/unloading to sysfs enable interface.
Version changed to 0.0.2
Change-Id: Ifab000c27b17638ba1cf69583ab2fe79f49a1f4e
Signed-off-by: KwangCheol Lee <kclee@dignsys.com>
(cherry picked from commit
8d690c714b2544c11410ab7b41c10fe150a28821)