mirror of
https://github.com/LibreELEC/LibreELEC.tv
synced 2025-09-24 19:46:01 +07:00
16 lines
766 B
Diff
16 lines
766 B
Diff
X-Git-Url: http://git.kernel.org/?p=bluetooth%2Fbluez.git;a=blobdiff_plain;f=tools%2Fhid2hci.c;h=e3a5b2ef785a782bd3da4ae9c44704a32dc2f665;hp=45a3a3db8b29411ee193e480f5ce8a82a40103d1;hb=35beaaa5b39d50eabd54563804182bb01a5d7ff4;hpb=cc47dc79aac98f7b25bd2afccf1c10560e779d16
|
|
|
|
diff --git a/tools/hid2hci.c b/tools/hid2hci.c
|
|
index 45a3a3d..e3a5b2e 100644
|
|
--- a/tools/hid2hci.c
|
|
+++ b/tools/hid2hci.c
|
|
@@ -291,7 +291,7 @@ int main(int argc, char *argv[])
|
|
if (udev == NULL)
|
|
goto exit;
|
|
|
|
- snprintf(syspath, sizeof(syspath), "%s/%s", udev_get_sys_path(udev), devpath);
|
|
+ snprintf(syspath, sizeof(syspath), "/sys/%s", devpath);
|
|
udev_dev = udev_device_new_from_syspath(udev, syspath);
|
|
if (udev_dev == NULL) {
|
|
fprintf(stderr, "error: could not find '%s'\n", devpath);
|