X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=carlfw%2Fusb%2Fusb.c;h=6142dcde914b0e6732d57a358d3de62c7f1f3112;hb=8ae3dec58fde00849f91fa42440f30a14a4839e8;hp=d7bc4329ba8bad27bbac17bc2202d2c999abc49e;hpb=1c85595695219f59d3c41bfd26b0a6a5dbad839c;p=carl9170fw.git diff --git a/carlfw/usb/usb.c b/carlfw/usb/usb.c index d7bc432..6142dcd 100644 --- a/carlfw/usb/usb.c +++ b/carlfw/usb/usb.c @@ -19,8 +19,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program; if not, write to the Free Software Foundation, Inc., - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + * with this program; If not, see . */ #include "carl9170.h" #include "usb.h" @@ -159,7 +158,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, },