summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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 Stern2-3/+6
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 Stern5-84/+245
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 Brownell4-32/+85
2006-09-27USB: move <linux/usb_otg.h> to <linux/usb/otg.h>David Brownell5-6/+6
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 doc patch 2Sam Bishop1-7/+18
2006-09-27USB: doc patch 1Sam Bishop1-54/+44
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 branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds27-198/+920
2006-09-27Merge master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds355-9006/+20709
2006-09-27Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2-20/+21
2006-09-27[PATCH] x86: use probe_kernel_address in handle_BUG()Andrew Morton1-3/+4
2006-09-27[PATCH] add probe_kernel_address()Andrew Morton1-0/+22
2006-09-27[PATCH] de_thread: Use tsk not currentEric W. Biederman1-23/+23
2006-09-27[PATCH] fs/nfs/: make code staticAdrian Bunk2-7/+9
2006-09-27[PATCH] add newline to nfs dprintkMartin Bligh1-1/+1
2006-09-27[PATCH] pid: remove temporary debug code in attach_pidEric W. Biederman1-3/+0
2006-09-27[PATCH] pid: Implement transfer_pid and use it to simplify de_threadEric W. Biederman3-7/+15
2006-09-27[PATCH] sysctl: Document that sys_sysctl will be removedEric W. Biederman1-0/+12
2006-09-27[PATCH] sysctl: Allow /proc/sys without sys_sysctlEric W. Biederman9-96/+81