summaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2006-09-27USB: usblp: Use usb_endpoint_* functions.Luiz Fernando N. Capitulino1-7/+2
2006-09-27USB: New functions to check endpoints info.Luiz Fernando N. Capitulino1-0/+144
2006-09-27USB: Make file operations structs in drivers/usb const.Luiz Fernando N. Capitulino24-33/+33
2006-09-27USB: gmidi: New USB MIDI Gadget class driver.Ben Williamson3-0/+1353
2006-09-27USB: gadgetfs: protect ep_release with lockMilan Svoboda1-0/+5
2006-09-27USB: fix ep_config to return correct valueMilan Svoboda1-3/+4
2006-09-27USB: correct locking in gadgetfs_disconnectMilan Svoboda1-2/+3
2006-09-27USB: onetouch - handle errors from input_register_device()Dmitry Torokhov1-2/+6
2006-09-27USB: build fixes: ohci-omapDavid Brownell1-42/+71
2006-09-27USB: garmin_gps support for new generation of gps receiversHermann Kneissel1-57/+162
2006-09-27USB: wacom tablet driver reorganizationPing Cheng6-1003/+1142
2006-09-27USB: usbcore get rid of the timer in usb_start_wait_urb()Franck Bui-Huu1-44/+29
2006-09-27USB: ipaq: minor ipaq_open() cleanup.Luiz Fernando N. Capitulino1-15/+23
2006-09-27usbnet: printk format warningRandy Dunlap1-1/+1
2006-09-27USB: asix - Add AX88178 support and many other changesDavid Hollis1-232/+769
2006-09-27USB: usbnet - Add unlink_rx_urbs() call to allow for Jumbo FramesJamie Painter2-3/+28
2006-09-27USB: pl2303: cosmetic changes to quirkThiago Galesi1-6/+13
2006-09-27USB: pl2303: reduce number of prototypesThiago Galesi1-301/+269
2006-09-27USB: pl2303: cosmetic changes to pl2303_buf_{clear, data_avail}Thiago Galesi1-6/+6
2006-09-27USB: pl2303: remove 80-columns limit violations in pl2303 driverThiago Galesi1-129/+123
2006-09-27USB: pl2303: Removes unneeded goto.Luiz Fernando N. Capitulino1-4/+1
2006-09-27usbtouchscreen: version 0.4Daniel Ritz2-84/+219
2006-09-27hub driver: improve use of #ifdefAlan Stern2-18/+57
2006-09-27usbcore: suspending devices with no driverAlan Stern1-4/+15
2006-09-27usbcore: fix up device and power state testsAlan Stern3-61/+29
2006-09-27usbcore: set device and power states properlyAlan Stern2-35/+46
2006-09-27usbcore: track whether interfaces are suspendedAlan Stern1-3/+3
2006-09-27usbcore: resume device resume recursionAlan Stern4-105/+70
2006-09-27usbcore: split suspend/resume for device and interfacesAlan Stern1-45/+77
2006-09-27usbcore: make usb_generic a usb_device_driverAlan Stern4-186/+232
2006-09-27usbcore: add usb_device_driver definitionAlan Stern4-77/+194
2006-09-27usbcore: move code among source filesAlan Stern5-342/+370
2006-09-27usbcore: rename usb_suspend_device to usb_port_suspendAlan Stern3-24/+25
2006-09-27usb-skeleton: don't submit URBs after disconnectionAlan Stern1-7/+33
2006-09-27usbfs: detect device unregistrationAlan Stern1-6/+7
2006-09-27usbfs: private mutex for open, release, and removeAlan Stern3-11/+19
2006-09-27USB: Phidgets should check create_device_file() return valueSean Young3-196/+199
2006-09-27USB: Put phidgets driver in a sysfs classSean Young7-190/+334
2006-09-27USB: Add driver for PhidgetMotorControlSean Young4-5/+451
2006-09-27usbcore: add configuration_string to attribute groupAlan Stern1-3/+2
2006-09-27USB: Make usb_buffer_free() NULL-safeDmitry Torokhov1-1/+3
2006-09-27USB: ark3116: Formatting cleanupsWerner Lemberg1-100/+99
2006-09-27USB: ark3116: Add TIOCGSERIAL and TIOCSSERIAL ioctl calls.Werner Lemberg1-3/+31
2006-09-27USB: Allow compile in g_ether, fix typoTony Lindgren1-2/+2
2006-09-27USB: pxa2xx_udc understands GPIO based VBUS sensingDavid Brownell2-18/+76
2006-09-27USB: move <linux/usb_otg.h> to <linux/usb/otg.h>David Brownell2-2/+2
2006-09-27USB: kill usb kconfig warningAndrew Morton1-1/+0
2006-09-27USB OHCI controller support for PNX4008Vitaly Wool4-0/+484
2006-09-27USB: ohci-s3c2410.c: clock now usb-bus-hostBen Dooks1-1/+1
2006-09-27USB: OHCI avoids root hub timer pollingDavid Brownell13-45/+99