X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=carlfw%2Fusb%2Fusb.c;h=e1fb27ef4dce51d132d756e51fdec26c8de03779;hb=afde8d73230109e12aff7e18fbb6bea01279a0fe;hp=d7bc4329ba8bad27bbac17bc2202d2c999abc49e;hpb=1c85595695219f59d3c41bfd26b0a6a5dbad839c;p=carl9170fw.git diff --git a/carlfw/usb/usb.c b/carlfw/usb/usb.c index d7bc432..e1fb27e 100644 --- a/carlfw/usb/usb.c +++ b/carlfw/usb/usb.c @@ -159,7 +159,7 @@ static struct ar9170_usb_config usb_config_fullspeed = { .bLength = USB_DT_ENDPOINT_SIZE, .bDescriptorType = USB_DT_ENDPOINT, .bEndpointAddress = USB_DIR_OUT | AR9170_USB_EP_CMD, - .bmAttributes = USB_ENDPOINT_XFER_INT, + .bmAttributes = USB_ENDPOINT_XFER_BULK, .wMaxPacketSize = cpu_to_le16(64), .bInterval = 1, },