Age | Commit message (Expand) | Author | Files | Lines |
2007-05-23 | USB: Add support for Olimex arm-usb-ocd JTAG interface serial port | Tony Lindgren | 2 | -2/+40 |
2007-05-23 | USB: Add support for Sierra Wireless Aircard 595U | Danny Budik | 1 | -0/+2 |
2007-05-23 | USB: ldusb bugfix | Oliver Neukum | 1 | -4/+31 |
2007-05-23 | USB: ftdi_sio: Add USB Product Id for OpenDCC | Guido Scholz | 2 | -0/+4 |
2007-05-23 | USB: fix ratelimit call semantics | Alan Stern | 1 | -4/+4 |
2007-05-23 | USB: handle errors in power/level attribute | Alan Stern | 1 | -0/+7 |
2007-05-23 | USB: make the autosuspend workqueue thread freezable | Alan Stern | 1 | -1/+5 |
2007-05-23 | USB: Fix USB OHCI Subvendor for Toshiba Portege 4000 | Andrey Borzenkov | 1 | -1/+1 |
2007-05-23 | USB: usblp: Use correct DMA address in case of probe error | Pete Zaitcev | 1 | -1/+1 |
2007-05-23 | USB: Fix debug output of ark3116 | Jan Engelhardt | 1 | -1/+2 |
2007-05-23 | USB: Onetouch - switch to using input_dev->dev.parent | Dmitry Torokhov | 1 | -4/+5 |
2007-05-23 | USB: don't try to kzalloc 0 bytes | Alan Stern | 1 | -4/+6 |
2007-05-23 | USB: remove short initial timeout for device descriptor fetch | Alan Stern | 1 | -9/+4 |
2007-05-23 | USB: Deref URB after usbmon is done with it | Pete Zaitcev | 1 | -1/+1 |
2007-05-23 | USB: Remove duplicate IDs from option card driver | Ben Collins | 1 | -1/+0 |
2007-05-23 | USB: auerswald: fix file release handler | Andrew Morton | 1 | -8/+2 |
2007-05-23 | USB: fsl_usb2_udc: Fix UMTI_WIDE support and a compile warning | Li Yang | 1 | -3/+5 |
2007-05-23 | USB: set the correct Interrupt interval in usb_bulk_msg | Alan Stern | 1 | -7/+2 |
2007-05-23 | USB: New device PID for ftdi_sio driver | Neil \"Superna\" ARMSTRONG | 2 | -0/+6 |
2007-05-23 | USB: remove unneeded WARN_ON | Alan Stern | 1 | -4/+0 |
2007-05-23 | USB: more autosuspend timer stuff | Alan Stern | 1 | -4/+14 |
2007-05-23 | EHCI: fix problem with BIOS handoff | Alan Stern | 1 | -0/+9 |
2007-05-23 | USB: fix more ftdi-elan/u132-hcd #include lossage | David Brownell | 2 | -9/+15 |
2007-05-23 | usb-storage: ignore Sitecom WL-117 USB-WLAN | Matthew Davidson | 1 | -2/+8 |
2007-05-23 | USB: remove useless check in mos7840 found by coverity | Oliver Neukum | 1 | -5/+0 |
2007-05-23 | USB: fix omninet memory leak found by coverity | Oliver Neukum | 1 | -2/+0 |
2007-05-12 | [ARM] 4370/3: AT91: Support for Atmel AT91SAM9RL processors. | Andrew Victor | 1 | -1/+1 |
2007-05-10 | [S390] Kconfig: menus with depends on HAS_IOMEM. | Martin Schwidefsky | 1 | -0/+1 |
2007-05-10 | Move USB network drivers to drivers/net/usb. | Jeff Garzik | 22 | -13225/+0 |
2007-05-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial | Linus Torvalds | 5 | -7/+7 |
2007-05-09 | usbatm_heavy_init: don't use CLONE_SIGHAND | Oleg Nesterov | 1 | -1/+1 |
2007-05-09 | Fix occurrences of "the the " | Michael Opdenacker | 2 | -2/+2 |
2007-05-09 | Fix misspellings collected by members of KJ list. | Robert P. J. Day | 2 | -4/+4 |
2007-05-09 | Fix trivial typos in Kconfig* files | David Sterba | 1 | -1/+1 |
2007-05-08 | Merge master.kernel.org:/pub/scm/linux/kernel/git/dtor/input | Linus Torvalds | 22 | -11096/+0 |
2007-05-08 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus... | Linus Torvalds | 3 | -6/+6 |
2007-05-08 | SIS USB2VGA Warning fix | WANG Cong | 1 | -1/+1 |
2007-05-08 | header cleaning: don't include smp_lock.h when not used | Randy Dunlap | 27 | -27/+0 |
2007-05-08 | Input: move USB miscellaneous devices under drivers/input/misc | Dmitry Torokhov | 11 | -3968/+0 |
2007-05-08 | Input: move USB mice under drivers/input/mouse | Dmitry Torokhov | 3 | -727/+0 |
2007-05-08 | Input: move USB gamepads under drivers/input/joystick | Dmitry Torokhov | 4 | -450/+0 |
2007-05-08 | Input: move USB touchscreens under drivers/input/touchscreen | Dmitry Torokhov | 4 | -895/+0 |
2007-05-08 | Input: move USB tablets under drivers/input/tablet | Dmitry Torokhov | 11 | -5051/+0 |
2007-05-08 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 | Dmitry Torokhov | 5 | -20/+4 |
2007-05-08 | Merge branch 'linux-2.6' | Paul Mackerras | 22 | -1476/+480 |
2007-05-07 | ehci-ps3, ohci-ps3: fix compilation | Geoff Levand | 2 | -15/+0 |
2007-05-07 | [POWERPC] Rename device_is_compatible to of_device_is_compatible | Stephen Rothwell | 1 | -2/+2 |
2007-05-07 | Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 2 | -4/+4 |
2007-05-05 | Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/dtor/... | Linus Torvalds | 17 | -1456/+476 |
2007-05-03 | Input: drivers/usb/input - usb_buffer_free() cleanup | Dmitry Torokhov | 4 | -24/+18 |