From 1f58d9cd1fecde033e709978a0ee69cb4527e456 Mon Sep 17 00:00:00 2001 From: Brad Parker Date: Mon, 27 Nov 2017 11:18:32 -0500 Subject: [PATCH] comment --- input/drivers_hid/libusb_hid.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/input/drivers_hid/libusb_hid.c b/input/drivers_hid/libusb_hid.c index bc6ddb4d0e..5d681a9947 100644 --- a/input/drivers_hid/libusb_hid.c +++ b/input/drivers_hid/libusb_hid.c @@ -547,9 +547,9 @@ static void *libusb_hid_init(void) goto error; #if 0 - /* NOTE: In what situation could this possibly happen? - * Don't use it for now since it requires a newer API - * version than FreeBSD has. + /* Don't use this for now since it requires a newer API + * version than FreeBSD has, and always returns false on Windows anyway. + * https://github.com/libusb/libusb/issues/86 */ if (!libusb_has_capability(LIBUSB_CAP_HAS_HOTPLUG)) goto error;