Thanks to visit codestin.com Credit goes to github.com
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 2bd6bf0 commit 70e743eCopy full SHA for 70e743e
drivers/uwb/hwa-rc.c
@@ -825,6 +825,8 @@ static int hwarc_probe(struct usb_interface *iface,
825
826
if (iface->cur_altsetting->desc.bNumEndpoints < 1)
827
return -ENODEV;
828
+ if (!usb_endpoint_xfer_int(&iface->cur_altsetting->endpoint[0].desc))
829
+ return -ENODEV;
830
831
result = -ENOMEM;
832
uwb_rc = uwb_rc_alloc();
0 commit comments