We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0edd229 commit 89529d6Copy full SHA for 89529d6
drivers/uwb/hwa-rc.c
@@ -827,6 +827,8 @@ static int hwarc_probe(struct usb_interface *iface,
827
828
if (iface->cur_altsetting->desc.bNumEndpoints < 1)
829
return -ENODEV;
830
+ if (!usb_endpoint_xfer_int(&iface->cur_altsetting->endpoint[0].desc))
831
+ return -ENODEV;
832
833
result = -ENOMEM;
834
uwb_rc = uwb_rc_alloc();
0 commit comments