]> git.ipfire.org Git - thirdparty/systemd.git/commit
core: Fix path for opening ffs endpoint ep0 2885/head
authorGeorgia Brikis <g.brikis@samsung.com>
Tue, 22 Mar 2016 11:08:42 +0000 (12:08 +0100)
committerGeorgia Brikis <g.brikis@samsung.com>
Wed, 23 Mar 2016 16:47:45 +0000 (17:47 +0100)
commit27a6ea9163384993312f3a0da9710c9151111f50
treeb212ffcd0be70610c785a0f30cf06ea73ad06b2b
parent99d91109a6ed7f8bcdeef164fe9497112128944a
core: Fix path for opening ffs endpoint ep0

usbffs_address_create() expects an absolute path to the file that is
supposed to be opened. The path specified only leads to the directory
containing the endpoint ep0 not the endpoint itself. This commit adds
the endpoints name to the path.
src/core/socket.c