X-Git-Url: https://jxself.org/git/?p=carl9170fw.git;a=blobdiff_plain;f=carlfw%2Fusb%2Fusb.c;h=e1fb27ef4dce51d132d756e51fdec26c8de03779;hp=d7bc4329ba8bad27bbac17bc2202d2c999abc49e;hb=afde8d73230109e12aff7e18fbb6bea01279a0fe;hpb=324f4e0e6ec8b26c694de8b630b6956b307b2649 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, },