summaryrefslogtreecommitdiffstats
path: root/drivers/usb (follow)
Commit message (Expand)AuthorAgeFilesLines
* USB: Remove duplicate IDs from option card driverBen Collins2007-05-231-1/+0
* USB: auerswald: fix file release handlerAndrew Morton2007-05-231-8/+2
* USB: fsl_usb2_udc: Fix UMTI_WIDE support and a compile warningLi Yang2007-05-231-3/+5
* USB: set the correct Interrupt interval in usb_bulk_msgAlan Stern2007-05-231-7/+2
* USB: New device PID for ftdi_sio driverNeil \"Superna\" ARMSTRONG2007-05-232-0/+6
* USB: remove unneeded WARN_ONAlan Stern2007-05-231-4/+0
* USB: more autosuspend timer stuffAlan Stern2007-05-231-4/+14
* EHCI: fix problem with BIOS handoffAlan Stern2007-05-231-0/+9
* USB: fix more ftdi-elan/u132-hcd #include lossageDavid Brownell2007-05-232-9/+15
* usb-storage: ignore Sitecom WL-117 USB-WLANMatthew Davidson2007-05-231-2/+8
* USB: remove useless check in mos7840 found by coverityOliver Neukum2007-05-231-5/+0
* USB: fix omninet memory leak found by coverityOliver Neukum2007-05-231-2/+0
* [ARM] 4370/3: AT91: Support for Atmel AT91SAM9RL processors.Andrew Victor2007-05-111-1/+1
* [S390] Kconfig: menus with depends on HAS_IOMEM.Martin Schwidefsky2007-05-101-0/+1
* Move USB network drivers to drivers/net/usb.Jeff Garzik2007-05-1022-13225/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds2007-05-095-7/+7
|\
| * Fix occurrences of "the the "Michael Opdenacker2007-05-092-2/+2
| * Fix misspellings collected by members of KJ list.Robert P. J. Day2007-05-092-4/+4
| * Fix trivial typos in Kconfig* filesDavid Sterba2007-05-091-1/+1
* | usbatm_heavy_init: don't use CLONE_SIGHANDOleg Nesterov2007-05-091-1/+1
|/
* Merge master.kernel.org:/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds2007-05-0822-11096/+0
|\
| * Input: move USB miscellaneous devices under drivers/input/miscDmitry Torokhov2007-05-0811-3968/+0
| * Input: move USB mice under drivers/input/mouseDmitry Torokhov2007-05-083-727/+0
| * Input: move USB gamepads under drivers/input/joystickDmitry Torokhov2007-05-084-450/+0
| * Input: move USB touchscreens under drivers/input/touchscreenDmitry Torokhov2007-05-084-895/+0
| * Input: move USB tablets under drivers/input/tabletDmitry Torokhov2007-05-0811-5051/+0
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6Dmitry Torokhov2007-05-085-20/+4
| |\
| * | Input: drivers/usb/input - usb_buffer_free() cleanupDmitry Torokhov2007-05-034-24/+18
| * | Input: drivers/usb/input - fix sparse warnings (signedness)Dmitry Torokhov2007-05-033-3/+3
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus...Linus Torvalds2007-05-083-6/+6
|\ \ \
| * \ \ Merge branch 'linux-2.6'Paul Mackerras2007-05-0822-1476/+480
| |\ \ \ | | | |/ | | |/|
| * | | [POWERPC] Rename device_is_compatible to of_device_is_compatibleStephen Rothwell2007-05-071-2/+2
| * | | [POWERPC] PS3: Interrupt routine fixups.Geoff Levand2007-05-022-4/+4
* | | | SIS USB2VGA Warning fixWANG Cong2007-05-081-1/+1
* | | | header cleaning: don't include smp_lock.h when not usedRandy Dunlap2007-05-0827-27/+0
| |/ / |/| |
* | | ehci-ps3, ohci-ps3: fix compilationGeoff Levand2007-05-072-15/+0
* | | Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2007-05-062-4/+4
|\ \ \
| * | | [ARM] 4304/1: removes the unnecessary bit number from CKENnn_XXXXEric Miao2007-04-222-4/+4
* | | | Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/dtor/...Linus Torvalds2007-05-0517-1456/+476
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6Dmitry Torokhov2007-05-01127-11382/+8142
| |\ \ \ | | | |/ | | |/|
| * | | Input: ati_remote - make button repeat sensitivity configurableKarl Pickett2007-04-121-3/+20
| * | | Input: USB devices - switch to using input_dev->dev.parentDmitry Torokhov2007-04-1213-13/+13
| * | | Input: drivers/usb/input - don't access dev->private directlyDmitry Torokhov2007-04-1213-41/+56
| * | | Input: USB devices - handle errors when registering input devicesDmitry Torokhov2007-04-1211-67/+99
| * | | Input: remove old USB touchscreen driversDmitry Torokhov2007-04-124-998/+0
| * | | Input: add logical channel support for ATI Remote Wonder IIPeter Stokes2007-04-121-9/+80
| * | | Input: gtco - handle errors from input_register_device()Dmitry Torokhov2007-04-121-338/+289
* | | | PCI: Cleanup the includes of <linux/pci.h>Jean Delvare2007-05-031-1/+0
| |/ / |/| |
* | | Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jikos...Linus Torvalds2007-04-3014-5151/+0
|\ \ \
| * | | USB HID: move usbhid code from drivers/usb/input to drivers/hid/usbhidJiri Kosina2007-04-1114-5151/+0