aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell3-6/+6
2012-01-09Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds7-175/+193
2012-01-06vfs: switch ->show_options() to struct dentry *Al Viro1-1/+1
2012-01-03usbfs: propagate umode_tAl Viro1-10/+8
2012-01-03switch ->is_visible() to returning umode_tAl Viro1-2/+2
2012-01-03switch device_get_devnode() and ->devnode() to umode_t *Al Viro2-2/+2
2012-01-03vfs: live vfsmounts never have NULL ->mnt_sbAl Viro1-3/+2
2012-01-03vfs: for usbfs, etc. internal vfsmounts ->mnt_sb->s_root == ->mnt_rootAl Viro1-3/+3
2012-01-03USB: remove dead code from suspend/resume pathOliver Neukum1-21/+7
2012-01-03USB: add quirk for another cameraOliver Neukum1-1/+4
2011-12-22usbfs: Fix oops related to user namespace conversion.Sarah Sharp1-1/+2
2011-12-09USB: Adding #define in hub_configure() and hcd.c fileAman Deep2-45/+45
2011-12-09usb: fix number of mapped SG DMA entriesClemens Ladisch1-3/+2
2011-11-26USB: remove BKL commentsDavidlohr Bueso1-1/+0
2011-11-26Merge 3.2-rc3 into usb-linusGreg Kroah-Hartman2-0/+33
2011-11-18USB: make the usbfs memory limit configurableAlan Stern1-4/+22
2011-11-18USB: change the memory limits in usbfs URB submissionAlan Stern1-19/+57
2011-11-18USB: unify some error pathways in usbfsAlan Stern1-46/+50
2011-11-15USB: move usb_translate_errors to linux/usb.hJohan Hovold1-14/+0
2011-11-15USB: Add optional match for interface class to dynamic ID facilityJosua Dietze1-1/+7
2011-11-14USB: Remove the SAW_IRQ hcd flagAlan Stern2-25/+3
2011-11-14USB: quirks: adding more quirky webcams to avoid squeaky audiosordna1-0/+24
2011-11-14USB: add quirk for Logitech C600 web camJosh Boyer1-0/+3
2011-11-14Merge branch 'for-usb-linus' of git.kernel.org/pub/scm/linux/kernel/git/sarah/xhci into usb-linusGreg Kroah-Hartman1-0/+6
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds2-0/+2
2011-11-04USB: Update last_busy time after autosuspend failsAlan Stern1-0/+5
2011-11-04usb, xhci: Clear warm reset change event during initDon Zickus1-0/+6
2011-10-31usb: Add export.h for EXPORT_SYMBOL/THIS_MODULE where neededPaul Gortmaker2-0/+2
2011-10-25Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds3-17/+16
2011-10-18xHCI/USB: Make xHCI driver have a BOS descriptor.Sarah Sharp1-2/+16
2011-10-07Merge branch 'pm-runtime' into pm-for-linusRafael J. Wysocki3-17/+16
2011-09-29USB: add quirk for Logitech C300 web camJon Levell1-0/+3
2011-09-29user namespace: usb: make usb urbs user namespace aware (v2)Serge Hallyn1-17/+13
2011-09-29USB: message: cleanup min_t() cast in usb_sg_init()Dan Carpenter1-1/+1
2011-09-27USB: Add wakeup info to debugging messagesAlan Stern2-8/+8
2011-09-26usb/core/devio.c: Check for printer class specific requestMatthias Dellweg1-3/+18
2011-09-26USB: pid_ns: ensure pid is not freed during kill_pid_info_as_uidSerge Hallyn1-2/+4
2011-09-26USB: Update USB default wakeup settingsAlan Stern1-1/+8
2011-09-26usbcore: add sysfs support to xHCI usb2 hardware LPMAndiry Xu1-1/+58
2011-09-26xHCI: set USB2 hardware LPMAndiry Xu3-0/+28
2011-09-26usbcore: check device's LPM capabilityAndiry Xu1-2/+8
2011-09-26usbcore: get BOS descriptor setAndiry Xu4-0/+109
2011-09-20USB: When hot reset for USB3 fails, try warm reset.Sarah Sharp1-0/+43
2011-09-20usbcore: refine warm reset logicAndiry Xu1-104/+112
2011-09-18USB: add RESET_RESUME for webcams shown to be quirkyOliver Neukum1-0/+21
2011-09-18USB: irq: Remove IRQF_DISABLEDYong Zhang1-1/+1
2011-09-18usb: Provide usb_speed_string() functionMichal Nazarewicz1-18/+9
2011-09-09USB: for usb_autopm_get_interface_async -EINPROGRESS is not an errorJim Wylder1-1/+1
2011-08-29Merge 3.1-rc4 into usb-nextGreg Kroah-Hartman5-14/+9
2011-08-23USB: use usb_endpoint_maxp() instead of le16_to_cpu()Kuninori Morimoto5-9/+9