summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Youngjae Cho [Tue, 29 Aug 2023 04:14:08 +0000 (13:14 +0900)]
input: Fix strndup() size
The gcc-13 blame that the size of strndup() could exceed the source
size 64. Fix it to be confined to the source size.
Change-Id: I4eb3ce030ad5ed949d0175f7ea00229cc1419f82
Signed-off-by: Youngjae Cho <y0.cho@samsung.com>
Chanwoo Choi [Fri, 18 Aug 2023 02:31:16 +0000 (11:31 +0900)]
input: Add SYSCOMMON_PLUGIN_MODULE_DEVICED_INPUT plugin-backend
Add SYSCOMMON_PLUGIN_MODULE_DEVICED_INPUT plugin-backend
for headless profile.
[Detailed description]
- package name :system-plugin-backend-deviced-headless-*.rpm
- files in package as following:
├── etc
│ └── deviced
│ ├── input.conf
│ └── power.conf
└── usr
├── bin
│ └── rndis.sh
├── lib
│ └── systemd
│ └── system
│ └── rndis.service
├── lib64
│ └── system
│ └── plugin
│ └── libplugin-backend-deviced-input.so
└── share
└── licenses
└── system-plugin-backend-deviced-headless
└── LICENSE.Apache-2.0
Change-Id: If7f8d589e6b8693c2685d3a1d418b67111ca9a04
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
Tizen Infrastructure [Thu, 20 Apr 2023 02:35:08 +0000 (02:35 +0000)]
Initial empty repository