summaryrefslogtreecommitdiffstats
path: root/drivers/usb/core
Commit message (Expand)AuthorAgeFilesLines
* module_param: make bool parameters really bool (drivers & misc)Rusty Russell2012-01-133-6/+6
* Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2012-01-097-175/+193
|\
| * USB: remove dead code from suspend/resume pathOliver Neukum2012-01-041-21/+7Star
| * USB: add quirk for another cameraOliver Neukum2012-01-041-1/+4
| * usbfs: Fix oops related to user namespace conversion.Sarah Sharp2011-12-221-1/+2
| * USB: Adding #define in hub_configure() and hcd.c fileAman Deep2011-12-102-45/+45
| * usb: fix number of mapped SG DMA entriesClemens Ladisch2011-12-101-3/+2Star
| * USB: remove BKL commentsDavidlohr Bueso2011-11-271-1/+0Star
| * Merge 3.2-rc3 into usb-linusGreg Kroah-Hartman2011-11-272-0/+33
| |\
| * | USB: make the usbfs memory limit configurableAlan Stern2011-11-181-4/+22
| * | USB: change the memory limits in usbfs URB submissionAlan Stern2011-11-181-19/+57
| * | USB: unify some error pathways in usbfsAlan Stern2011-11-181-46/+50
| * | USB: move usb_translate_errors to linux/usb.hJohan Hovold2011-11-151-14/+0Star
| * | USB: Add optional match for interface class to dynamic ID facilityJosua Dietze2011-11-151-1/+7
| * | USB: Remove the SAW_IRQ hcd flagAlan Stern2011-11-152-25/+3Star
* | | vfs: switch ->show_options() to struct dentry *Al Viro2012-01-071-1/+1
* | | usbfs: propagate umode_tAl Viro2012-01-041-10/+8Star
* | | switch ->is_visible() to returning umode_tAl Viro2012-01-041-2/+2
* | | switch device_get_devnode() and ->devnode() to umode_t *Al Viro2012-01-042-2/+2
* | | vfs: live vfsmounts never have NULL ->mnt_sbAl Viro2012-01-041-3/+2Star
* | | vfs: for usbfs, etc. internal vfsmounts ->mnt_sb->s_root == ->mnt_rootAl Viro2012-01-041-3/+3
| |/ |/|
* | USB: quirks: adding more quirky webcams to avoid squeaky audiosordna2011-11-151-0/+24
* | USB: add quirk for Logitech C600 web camJosh Boyer2011-11-141-0/+3
* | Merge branch 'for-usb-linus' of git.kernel.org/pub/scm/linux/kernel/git/sarah...Greg Kroah-Hartman2011-11-141-0/+6
|\ \ | |/ |/|
| * usb, xhci: Clear warm reset change event during initDon Zickus2011-11-041-0/+6
* | Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-072-0/+2
|\ \
| * | usb: Add export.h for EXPORT_SYMBOL/THIS_MODULE where neededPaul Gortmaker2011-11-012-0/+2
| |/
* / USB: Update last_busy time after autosuspend failsAlan Stern2011-11-041-0/+5
|/
* Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2011-10-253-17/+16Star
|\
| * Merge branch 'pm-runtime' into pm-for-linusRafael J. Wysocki2011-10-073-17/+16Star
| |\
| | * USB: Add wakeup info to debugging messagesAlan Stern2011-09-272-8/+8
| | * PM / Runtime: Add macro to test for runtime PM eventsAlan Stern2011-08-193-12/+11Star
* | | xHCI/USB: Make xHCI driver have a BOS descriptor.Sarah Sharp2011-10-181-2/+16
* | | USB: add quirk for Logitech C300 web camJon Levell2011-09-291-0/+3
* | | user namespace: usb: make usb urbs user namespace aware (v2)Serge Hallyn2011-09-291-17/+13Star
* | | USB: message: cleanup min_t() cast in usb_sg_init()Dan Carpenter2011-09-291-1/+1
* | | usb/core/devio.c: Check for printer class specific requestMatthias Dellweg2011-09-271-3/+18
* | | USB: pid_ns: ensure pid is not freed during kill_pid_info_as_uidSerge Hallyn2011-09-271-2/+4
* | | USB: Update USB default wakeup settingsAlan Stern2011-09-271-1/+8
* | | usbcore: add sysfs support to xHCI usb2 hardware LPMAndiry Xu2011-09-271-1/+58
* | | xHCI: set USB2 hardware LPMAndiry Xu2011-09-273-0/+28
* | | usbcore: check device's LPM capabilityAndiry Xu2011-09-271-2/+8
* | | usbcore: get BOS descriptor setAndiry Xu2011-09-274-0/+109
* | | USB: When hot reset for USB3 fails, try warm reset.Sarah Sharp2011-09-201-0/+43
* | | usbcore: refine warm reset logicAndiry Xu2011-09-201-104/+112
* | | USB: add RESET_RESUME for webcams shown to be quirkyOliver Neukum2011-09-181-0/+21
* | | USB: irq: Remove IRQF_DISABLEDYong Zhang2011-09-181-1/+1
* | | usb: Provide usb_speed_string() functionMichal Nazarewicz2011-09-181-18/+9Star
* | | USB: for usb_autopm_get_interface_async -EINPROGRESS is not an errorJim Wylder2011-09-101-1/+1
* | | Merge 3.1-rc4 into usb-nextGreg Kroah-Hartman2011-08-295-14/+9Star
|\ \ \ | |/ / |/| |