From 602524469ecd7db0e0d5a71ecd1dce34f7a108b6 Mon Sep 17 00:00:00 2001 From: Pawel Szewczyk Date: Mon, 21 Sep 2015 15:43:47 +0200 Subject: core: Add socket type for usb functionfs endpoints For handling functionfs endpoints additional socket type is added. --- src/core/dbus-socket.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/core/dbus-socket.c') diff --git a/src/core/dbus-socket.c b/src/core/dbus-socket.c index 02599a9e55..86732e2a45 100644 --- a/src/core/dbus-socket.c +++ b/src/core/dbus-socket.c @@ -68,6 +68,7 @@ static int property_get_listen( case SOCKET_SPECIAL: case SOCKET_MQUEUE: case SOCKET_FIFO: + case SOCKET_USB_FUNCTION: a = p->path; break; -- cgit v1.2.3-54-g00ecf