]> Pileus Git - ~andy/linux/commitdiff
Merge branch 3.13-rc4 into usb-next
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 16 Dec 2013 16:46:03 +0000 (08:46 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 16 Dec 2013 16:46:03 +0000 (08:46 -0800)
1  2 
drivers/usb/class/cdc-acm.c
drivers/usb/core/hub.c
drivers/usb/host/ohci-pxa27x.c
drivers/usb/host/xhci-ring.c
drivers/usb/wusbcore/security.c

Simple merge
Simple merge
Simple merge
Simple merge
index 4c40d0dbf53d45c35ae5b05798f1f09566ffc29e,66655e8f23089cc758c7199015de094252fd927a..790c0b5c354ce637ae648b284a83a53e4db8eda4
@@@ -189,9 -190,9 +189,9 @@@ static int wusb_dev_set_gtk(struct wusb
                usb_dev, usb_sndctrlpipe(usb_dev, 0),
                USB_REQ_SET_DESCRIPTOR,
                USB_DIR_OUT | USB_TYPE_STANDARD | USB_RECIP_DEVICE,
 -              USB_DT_KEY << 8 | wusbhc->gtk_index, 0,
 +              USB_DT_KEY << 8 | key_index, 0,
                &wusbhc->gtk.descr, wusbhc->gtk.descr.bLength,
-               1000);
+               USB_CTRL_SET_TIMEOUT);
  }