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