| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge 3.9-rc7 into char-misc-next | Greg Kroah-Hartman | 2013-04-14 | 1 | -1/+0 |
|\ |
|
| * | USB / PM: Don't try to hide PM QoS flags from usb_port_device_release() | Rafael J. Wysocki | 2013-04-02 | 1 | -1/+0 |
* | | Merge v3.9-rc5 into char-misc-next | Greg Kroah-Hartman | 2013-04-01 | 13 | -55/+99 |
|\ \
| |/ |
|
| * | usb: ftdi_sio: Add support for Mitsubishi FX-USB-AW/-BD | Konstantin Holoborodko | 2013-03-28 | 2 | -0/+8 |
| * | usb: Fix compile error by selecting USB_OTG_UTILS | Roland Stigge | 2013-03-27 | 2 | -0/+2 |
| * | Merge tag 'for-usb-linus-2013-03-26' of git://git.kernel.org/pub/scm/linux/ke... | Greg Kroah-Hartman | 2013-03-26 | 7 | -55/+86 |
| |\ |
|
| | * | xhci: Don't warn on empty ring for suspended devices. | Sarah Sharp | 2013-03-25 | 1 | -8/+15 |
| | * | usb: xhci: Fix TRB transfer length macro used for Event TRB. | Vivek Gautam | 2013-03-25 | 2 | -12/+16 |
| | * | usb/acpi: binding xhci root hub usb port with ACPI | Lan Tianyu | 2013-03-25 | 1 | -1/+7 |
| | * | usb: add find_raw_port_number callback to struct hc_driver() | Lan Tianyu | 2013-03-25 | 5 | -28/+40 |
| | * | usb: xhci: fix build warning | Peter Chen | 2013-03-25 | 1 | -6/+8 |
| * | | USB: serial: fix hang when opening port | Ming Lei | 2013-03-26 | 1 | -0/+1 |
| * | | USB: EHCI: fix bug in iTD/siTD DMA pool allocation | Soeren Moch | 2013-03-25 | 1 | -0/+2 |
| |/ |
|
* | | Merge tag 'arizona-extcon-asoc' of git://git.kernel.org/pub/scm/linux/kernel/... | Greg Kroah-Hartman | 2013-03-26 | 66 | -331/+720 |
|\ \
| |/ |
|
| * | USB: ti_usb_3410_5052: fix use-after-free in TIOCMIWAIT | Johan Hovold | 2013-03-21 | 1 | -4/+6 |
| * | USB: ssu100: fix use-after-free in TIOCMIWAIT | Johan Hovold | 2013-03-21 | 1 | -5/+7 |
| * | USB: spcp8x5: fix use-after-free in TIOCMIWAIT | Johan Hovold | 2013-03-21 | 1 | -4/+5 |
| * | USB: quatech2: fix use-after-free in TIOCMIWAIT | Johan Hovold | 2013-03-21 | 1 | -5/+7 |
| * | USB: pl2303: fix use-after-free in TIOCMIWAIT | Johan Hovold | 2013-03-21 | 1 | -5/+6 |
| * | USB: oti6858: fix use-after-free in TIOCMIWAIT | Johan Hovold | 2013-03-21 | 1 | -4/+6 |
| * | USB: mos7840: fix use-after-free in TIOCMIWAIT | Johan Hovold | 2013-03-21 | 1 | -5/+8 |
| * | USB: mos7840: fix broken TIOCMIWAIT | Johan Hovold | 2013-03-21 | 1 | -2/+3 |
| * | USB: mct_u232: fix use-after-free in TIOCMIWAIT | Johan Hovold | 2013-03-21 | 1 | -6/+7 |
| * | USB: io_ti: fix use-after-free in TIOCMIWAIT | Johan Hovold | 2013-03-21 | 1 | -6/+6 |
| * | USB: io_edgeport: fix use-after-free in TIOCMIWAIT | Johan Hovold | 2013-03-21 | 1 | -5/+7 |
| * | USB: ftdi_sio: fix use-after-free in TIOCMIWAIT | Johan Hovold | 2013-03-21 | 1 | -11/+8 |
| * | USB: f81232: fix use-after-free in TIOCMIWAIT | Johan Hovold | 2013-03-21 | 1 | -4/+5 |
| * | USB: cypress_m8: fix use-after-free in TIOCMIWAIT | Johan Hovold | 2013-03-21 | 1 | -6/+8 |
| * | USB: ch341: fix use-after-free in TIOCMIWAIT | Johan Hovold | 2013-03-21 | 1 | -5/+6 |
| * | USB: ark3116: fix use-after-free in TIOCMIWAIT | Johan Hovold | 2013-03-21 | 1 | -4/+6 |
| * | USB: serial: fix interface refcounting | Johan Hovold | 2013-03-21 | 1 | -1/+2 |
| * | USB: io_ti: fix get_icount for two port adapters | Johan Hovold | 2013-03-21 | 1 | -0/+1 |
| * | USB: garmin_gps: fix memory leak on disconnect | Johan Hovold | 2013-03-21 | 1 | -6/+1 |
| * | USB: cdc-acm: fix device unregistration | Johan Hovold | 2013-03-21 | 1 | -1/+2 |
| * | usb: cdc-acm: fix error handling in acm_probe() | Alexey Khoroshilov | 2013-03-21 | 1 | -2/+17 |
| * | Merge tag 'fixes-for-v3.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g... | Greg Kroah-Hartman | 2013-03-21 | 8 | -11/+28 |
| |\ |
|
| | * | usb: gadget: net2272: finally convert "CONFIG_USB_GADGET_NET2272_DMA" | Paul Bolle | 2013-03-21 | 1 | -1/+1 |
| | * | usb: gadget: f_rndis: Avoid to use ERROR macro if cdev can be null | Truls Bengtsson | 2013-03-20 | 1 | -2/+1 |
| | * | usb: gadget: ffs: fix enable multiple instances | Andrzej Pietrasiewicz | 2013-03-20 | 1 | -2/+2 |
| | * | USB: gadget: net2280: remove leftover driver->unbind call in error pathway | Alan Stern | 2013-03-20 | 1 | -1/+0 |
| | * | usb: gadget: udc-core: fix a regression during gadget driver unbinding | Alan Stern | 2013-03-20 | 1 | -1/+1 |
| | * | usb: gadget: net22xx: fix ->disconnect reporting | Felipe Balbi | 2013-03-20 | 2 | -0/+14 |
| | * | usb: musb: gadget: do *unmap_dma_buffer* only for valid DMA addr | Kishon Vijay Abraham I | 2013-03-18 | 1 | -2/+7 |
| | * | usb: gadget: u_serial: fix typo which cause build warning | Bo Shen | 2013-03-14 | 1 | -1/+1 |
| | * | usb: musb: da8xx: Fix build breakage due to typo | Mikhail Kshevetskiy | 2013-03-14 | 1 | -1/+1 |
| * | | USB: EHCI: fix regression in QH unlinking | Alan Stern | 2013-03-20 | 1 | -1/+1 |
| * | | USB: xhci - fix bit definitions for IMAN register | Dmitry Torokhov | 2013-03-18 | 1 | -2/+2 |
| * | | USB: EHCI: fix regression during bus resume | Alan Stern | 2013-03-15 | 3 | -1/+15 |
| * | | usb-storage: add unusual_devs entry for Samsung YP-Z3 mp3 player | Dmitry Artamonow | 2013-03-15 | 1 | -0/+7 |
| * | | USB: xhci: correctly enable interrupts | Hannes Reinecke | 2013-03-15 | 2 | -10/+16 |