aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-21sysfs: add struct file* to bin_attr callbacksChris Wright1-1/+2
2010-05-21drivers/base: Convert dev->sem to mutexThomas Gleixner1-1/+1
2010-05-20USB: remove match_deviceMing Lei1-33/+0
2010-05-20USB: remove usb_find_deviceMing Lei1-37/+0
2010-05-20USB: add missing "{}" in map_urb_for_dmaMing Lei1-1/+2
2010-05-20USB: fix interface runtime-PM settingsAlan Stern1-6/+11
2010-05-20USB: usbcore: Do not disable USB3 protocol ports in hub_activate()Andiry Xu1-2/+14
2010-05-20USB: simplify usb_sg_init()Alan Stern1-55/+38
2010-05-20USB: Change the scatterlist type in struct urbMatthew Wilcox2-7/+5
2010-05-20USB: Add a usb_pipe_endpoint() convenience functionMatthew Wilcox2-4/+2
2010-05-20USB: remove URB_NO_SETUP_DMA_MAPAlan Stern1-2/+1
2010-05-20USB: remove the usb_host_ss_ep_comp structureAlan Stern1-130/+55
2010-05-20USB: core: config.c: usb_get_configuration() simplifiedMichal Nazarewicz1-6/+4
2010-05-20USB: devices: fix Coding StylesCarlos Sánchez Acosta1-7/+10
2010-05-20USB: Support for allocating USB 3.0 streams.Sarah Sharp1-0/+69
2010-05-20USB: deprecate the power/level sysfs attributeAlan Stern1-0/+12
2010-05-20USB: use PM core routines to enable/disable autosuspendAlan Stern2-21/+10
2010-05-20USB: don't enable remote wakeup by defaultAlan Stern1-1/+0
2010-05-20USB: improve runtime remote wakeup settingsAlan Stern1-11/+8
2010-05-20USB: fix usbmon and DMA mapping for scatter-gather URBsAlan Stern4-102/+125
2010-05-20USB: Add a new quirk: USB_QUIRK_HONOR_BNUMINTERFACESHans de Goede2-2/+18
2010-05-20USB: remove uses of URB_NO_SETUP_DMA_MAPAlan Stern2-17/+5
2010-05-20USB: straighten out port feature vs. port status usageAlan Stern1-1/+1
2010-05-20USB: remove bogus USB_PORT_FEAT_*_SPEED symbolsAlan Stern1-4/+4
2010-05-20USB: remove duplicated #includeHuang Weiyi1-1/+0
2010-05-20USB: make hub.h public (drivers dependency)Eric Lescouet1-205/+0
2010-05-20USB: make hcd.h public (drivers dependency)Eric Lescouet14-594/+15
2010-05-15Fix the regression created by "set S_DEAD on unlink()..." commitAl Viro1-0/+1
2010-04-30USB: rename usb_buffer_alloc() and usb_buffer_free()Daniel Mack1-10/+10
2010-04-30USB: fix build on OMAPs if CONFIG_PM_RUNTIME is not setAnand Gadiyar1-1/+1
2010-04-30USB: don't choose configs with no interfacesAlan Stern1-1/+1
2010-04-30USB: fix testing the wrong variable in fs_create_by_name()Dan Carpenter1-2/+2
2010-04-22USB: put claimed interfaces in the "suspended" stateAlan Stern1-6/+7
2010-04-22USB: fix remote wakeup settings during system sleepAlan Stern1-1/+35
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo4-1/+4
2010-03-19USB: Fix usb_fill_int_urb for SuperSpeed devicesMatthew Wilcox1-0/+1
2010-03-19USB: fix usbfs regressionAlan Stern1-3/+14
2010-03-07Driver core: create lock/unlock functions for struct deviceGreg Kroah-Hartman1-2/+2
2010-03-07USB: remove unused defintion of struct usb_device_statusDmitry Torokhov1-5/+0
2010-03-06usbfs: fix deadlock on 'usbfs_mutex', clean up pollLinus Torvalds1-42/+24
2010-03-02USB: don't read past config->interface[] if usb_control_msg() fails in usb_reset_configuration()Roel Kluin1-1/+1
2010-03-02USB: fix the idProduct value for USB-3.0 root hubsAlan Stern1-1/+1
2010-03-02USB: remove debugging message for uevent constructionsAlan Stern1-3/+1
2010-03-02USB: usbfs_snoop: add data logging back inChris Frey1-13/+38
2010-03-02USB: trivial: missing newline in usb core warning messageThadeu Lima de Souza Cascardo1-1/+1
2010-03-02USB: BKL removal from ioctl path of usbfsOliver Neukum1-9/+3
2010-03-02USB: Reduce scope of BKL in usb ioctl handlingOliver Neukum1-4/+10
2010-03-02USB: Push BKL on open down into the driversOliver Neukum1-2/+0
2010-03-02USB: Remove BKL from lseek implementationsOliver Neukum2-4/+4
2010-03-02USB: Remove BKL from usbdev_open()Oliver Neukum1-4/+0