summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
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 Brownell3-3/+3
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
2006-09-27USB: unusual_dev entry for Sony P990iPhil Dibowitz1-0/+7
2006-09-27USB: unusual_devs entry for Lacie DVD+-RWAlan Stern1-0/+7
2006-09-27Merge master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds15-882/+1234
2006-09-27[PATCH] msi: use kmem_cache_zalloc()Pekka J Enberg1-10/+3
2006-09-27[PATCH] EISA bus MODALIAS attributes supportMichael Tokarev8-1/+31
2006-09-27[PATCH] x86 microcode: using request_firmware to pull microcodeShaohua Li1-1/+1
2006-09-27[PATCH] inode-diet: Eliminate i_blksize from the inode structureTheodore Ts'o7-9/+5
2006-09-27[PATCH] inode_diet: Replace inode.u.generic_ip with inode.i_privateTheodore Ts'o15-37/+37
2006-09-27[PATCH] NOMMU: Set BDI capabilities for /dev/mem and /dev/kmemDavid Howells1-0/+39
2006-09-27[PATCH] mspec driverJes Sorensen3-0/+430
2006-09-27[PATCH] Really ignore kmem_cache_destroy return valueAlexey Dobriyan3-11/+4
2006-09-27Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/i2c-2.6Linus Torvalds76-431/+1190