usb: socket activation fix
authorPaweł Szewczyk <p.szewczyk@samsung.com>
Thu, 21 Jul 2016 08:17:43 +0000 (10:17 +0200)
committerŁukasz Stelmach <l.stelmach@samsung.com>
Fri, 26 Jan 2024 16:49:49 +0000 (17:49 +0100)
commitd902401c4c875bd45f6f7ef5d0d7311482988019
tree678ee87f1b758be86e27201ef9b8efa0dda522e0
parentbd5374cb9f63499c34b30cd9338172d2414061a3
usb: socket activation fix

There was no certainty about how the path in service file should look
like for usb functionfs activation. Because of this ot was trated
differently in different places, which made this feature unusable.

This patch fixes the path to be the *mount directory* of functionfs, not
ep0 file path.

Change-Id: I387bed097d5246d020f81336027f4878a63d6c48
Signed-off-by: Paweł Szewczyk <p.szewczyk@samsung.com>
src/core/socket.c