aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/usbip/vhci_hcd.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-02-24Staging: usbip: Remove commented code.Santosh Nayak1-2/+0
2012-02-09staging: usbip: removed #if 0'd out codeBart Westgeest1-39/+0
2011-07-05Staging: usbip: vhci-hcd: Do not kill already dead RX/TX kthreadTobias Klauser1-2/+2
2011-07-05usbip: simplify port status savingMárton Németh1-3/+2
2011-07-05usbip: dump the port status differenceMárton Németh1-8/+22
2011-07-05usbip: only dump valid port statusMárton Németh1-2/+5
2011-06-07staging: usbip: vhci_hcd.c: rename init and exit functionsmatt mooney1-4/+4
2011-06-07staging: usbip: remove unnecessary lines and extra return statementsmatt mooney1-6/+3
2011-05-23Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6Linus Torvalds1-175/+109
2011-05-19staging: usbip: replace usbip_u{dbg,err,info} and printk with dev_ and pr_matt mooney1-56/+33
2011-05-12staging: usbip: edit Kconfig and rename CONFIG optionsmatt mooney1-1/+1
2011-05-12staging: usbip: fix header includesmatt mooney1-1/+5
2011-05-11staging: usbip: use single version for all modulesmatt mooney1-3/+2
2011-05-06staging: usbip: fixup MODULE_ macrosmatt mooney1-2/+2
2011-05-06staging: usbip: remove section dividersmatt mooney1-13/+0
2011-05-06staging: usbip: add break to default case in switch statementsmatt mooney1-0/+2
2011-05-06staging: usbip: vhci_hcd.c: coding style cleanupmatt mooney1-111/+76
2011-05-04Merge branch 'staging-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6Linus Torvalds1-5/+4
2011-05-02USB: fix regression in usbip by setting has_tt flagAlan Stern1-1/+1
2011-04-25staging: usbip: vhci: fix oops on subsequent attachMax Vozeler1-5/+4
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-16Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6Linus Torvalds1-3/+7
2011-03-13USB 3.0 Hub ChangesJohn Youn1-2/+2
2011-03-13USB: Remove bitmap #define from hcd.hSarah Sharp1-2/+2
2011-03-02staging/usbip: convert to kthreadArnd Bergmann1-3/+7
2011-01-20staging: usbip: vhci: use urb->dev->portnum to find portMax Vozeler1-3/+1
2011-01-20staging: usbip: vhci: refuse to enqueue for dead connectionsMax Vozeler1-2/+13
2011-01-20staging: usbip: vhci: give back URBs from in-flight unlink requestsMax Vozeler1-1/+23
2011-01-20staging: usbip: vhci: update reference count for usb_deviceMax Vozeler1-3/+10
2011-01-10staging: usbip: remove double giveback of URBMárton Németh1-14/+0
2010-09-21staging: usbip: Notify usb core of port status changesMax Vozeler1-0/+2
2010-08-10USB: convert usb_hcd bitfields into atomic flagsAlan Stern1-3/+3
2010-05-11Staging: usbip: fix space before tab in vhci_hcd.cRuslan Pisarev1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-12-11Staging: usbip: Fix typo "Contoroller".Robert P. J. Day1-1/+1
2009-09-15Staging: usb-ip: vhci_hdc:Fix the returned error valueShan Wei1-2/+2
2009-09-15Staging: USB-IP code cleanupBrian G. Merrell1-70/+82
2009-01-06staging: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers1-1/+1
2008-10-10Staging: USB/IP: add client driverTakahiro Hirofuchi1-0/+1275