summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* USB: cyberjack: fix disconnect handlingJohan Hovold2013-03-251-10/+2
* USB: serial: clean up generic-operation handlingJohan Hovold2013-03-251-6/+6
* USB: serial: remove generic release callbackJohan Hovold2013-03-252-7/+1
* USB: serial: remove generic disconnect callbackJohan Hovold2013-03-252-8/+2
* USB: serial: fix generic disconnect implementationJohan Hovold2013-03-251-11/+1
* USB: ssu100: remove custom close operationJohan Hovold2013-03-251-6/+0
* USB: ssu100: remove explicit initialisation of disconnectJohan Hovold2013-03-251-1/+0
* USB: serial: remove bogus disconnect test in cleanupJohan Hovold2013-03-251-14/+10
* USB: usb_wwan: remove bogus disconnect test in closeJohan Hovold2013-03-251-13/+12
* USB: sierra: remove bogus disconnect test in closeJohan Hovold2013-03-251-22/+17
* USB: mos7840: remove bogus disconnect test in closeJohan Hovold2013-03-251-22/+6
* USB: keyspan_pda: remove bogus disconnect test in closeJohan Hovold2013-03-251-7/+2
* USB: keyspan_pda: remove bogus disconnect test from dtr_rtsJohan Hovold2013-03-251-6/+4
* USB: keyspan: remove bogus disconnect test in closeJohan Hovold2013-03-251-19/+7
* USB: iuu_phoenix: remove bogus disconnect test in closeJohan Hovold2013-03-251-8/+5
* USB: digi_acceleport: remove bogus disconnect test in closeJohan Hovold2013-03-251-47/+45
* USB: cyberjack: remove bogus disconnect test in closeJohan Hovold2013-03-251-5/+2
* USB: ark3116: remove bogus disconnect test in closeJohan Hovold2013-03-251-10/+7
* USB: serial: remove port number from generic-driver debugJohan Hovold2013-03-251-6/+4
* USB: serial: remove redundant allocation error messagesJohan Hovold2013-03-251-28/+9
* USB: serial: clean up debug infoJohan Hovold2013-03-251-19/+20
* USB: serial: remove redundant commentsJohan Hovold2013-03-251-15/+5
* USB: serial: rename tty-port callbacksJohan Hovold2013-03-251-9/+9
* USB: pl2303: make set_control_lines a port operationJohan Hovold2013-03-251-5/+6
* USB: pl2303: use interface device for debugJohan Hovold2013-03-251-2/+2
* USB: iuu_phoenix: remove unnecessary urb kill on closeJohan Hovold2013-03-251-1/+0
* USB: kl5kusb105: remove unnecessary urb kill on closeJohan Hovold2013-03-251-3/+0
* USB: ftdi_sio: remove obsolete port data refcountingJohan Hovold2013-03-251-32/+2
* USB: EHCI: remove unused variable in unlink_empty_async()Alan Stern2013-03-251-4/+1
* USB: EHCI: improve end_unlink_async()Alan Stern2013-03-254-46/+60
* USB: EHCI: convert singly-linked lists to list_headsAlan Stern2013-03-256-47/+43
* USB: EHCI: consolidate code in ehci_urb_dequeue()Alan Stern2013-03-251-37/+11
* USB: EHCI: split needs_rescan into two flagsAlan Stern2013-03-254-54/+39
* USB: EHCI: change return value of qh_completions()Alan Stern2013-03-252-21/+13
* USB: EHCI: changes related to qh_refresh()Alan Stern2013-03-252-35/+26
* USB: usb-skeleton.c: fix blocked forever in skel_readDu Xing2013-03-251-24/+8
* USB: cdc-wdm: implement IOCTL_WDM_MAX_COMMANDBjørn Mork2013-03-251-0/+19
* USB: hub: Avoid NULL pointer dereference when hub doesn't have any portsDavid Linares2013-03-251-0/+4
* usbnet: smsc75xx: don't recover device if suspend fails in system sleepMing Lei2013-03-251-1/+5
* usbnet: smsc95xx: don't recover device if suspend fails in system sleepMing Lei2013-03-251-1/+5
* usbnet: qmi_wwan: comments on suspend failureMing Lei2013-03-251-0/+5
* usbnet: cdc_mbim: comments on suspend failureMing Lei2013-03-251-0/+5
* USBHID: don't recover device if suspend fails in system sleepMing Lei2013-03-251-9/+5
* USB: serial: comments on suspend failureMing Lei2013-03-251-0/+5
* USB: adds comment on suspend callbackMing Lei2013-03-251-3/+8
* Merge 3.9-rc4 into usb-nextGreg Kroah-Hartman2013-03-25152-911/+1494
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds2013-03-246-12/+29
| |\
| | * target/pscsi: Reject cross page boundary case in pscsi_map_sgAsias He2013-03-201-3/+8
| | * target/file: Bump FD_MAX_SECTORS to 2048 to handle 1M sized I/OsNicholas Bellinger2013-03-201-1/+1
| | * tcm_vhost: Flush vhost_work in vhost_scsi_flush()Asias He2013-03-181-0/+1