| Commit message (Expand) | Author | Age | Files | Lines |
* | drivers/usb/core/hub.c: fix CONFIG_USB_OTG=y build | David Brownell | 2009-01-15 | 1 | -1/+1 |
* | ftdi_sio: fix kref leak | Jim Paris | 2009-01-15 | 1 | -1/+1 |
* | ti_usb_3410_5052: add Multi-Tech firmware | Chris Adams | 2009-01-12 | 1 | -0/+3 |
* | ti_usb_3410_5052: add Multi-Tech modem support | Chris Adams | 2009-01-12 | 2 | -5/+39 |
* | ti_usb_3410_5052: support alternate firmware | Chris Adams | 2009-01-12 | 1 | -15/+29 |
* | usb-serial: remove NULL check | Alan Cox | 2009-01-12 | 1 | -3/+0 |
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds... | David S. Miller | 2009-01-08 | 114 | -1307/+15601 |
|\ |
|
| * | USB: add siemens_mpi usb-serial "stub" driver | Greg Kroah-Hartman | 2009-01-07 | 3 | -0/+86 |
| * | USB: add new opticon serial driver | Greg Kroah-Hartman | 2009-01-07 | 3 | -0/+368 |
| * | USB: emi26: fix oops on load | Marcin Slusarz | 2009-01-07 | 1 | -1/+1 |
| * | USB: Fix goku_udc usb speed handling | SangSu Park | 2009-01-07 | 1 | -1/+1 |
| * | USB: fix minor nit in usbfs checking | Mark Lord | 2009-01-07 | 1 | -1/+1 |
| * | USB: re-enable interface after driver unbinds | Alan Stern | 2009-01-07 | 5 | -16/+26 |
| * | USB: cancel pending Set-Config requests if userspace gets there first | Alan Stern | 2009-01-07 | 1 | -4/+38 |
| * | USB: automatically enable wakeup for PCI host controllers | Alan Stern | 2009-01-07 | 4 | -10/+17 |
| * | USB: fix up suspend and resume for PCI host controllers | Alan Stern | 2009-01-07 | 5 | -95/+115 |
| * | USB: storage: set CAPACITY_HEURISTICS flag for bad vendors | Alan Stern | 2009-01-07 | 2 | -155/+23 |
| * | USB: storage: make the "quirks=" module parameter writable | Alan Stern | 2009-01-07 | 1 | -100/+69 |
| * | USB: storage: add last-sector hacks | Alan Stern | 2009-01-07 | 6 | -1/+150 |
| * | USB: otg: twl4030 transceiver driver | David Brownell | 2009-01-07 | 3 | -0/+732 |
| * | USB: add imx udc gadget driver | Darius Augulis | 2009-01-07 | 5 | -1/+1882 |
| * | USB: extension of anchor API to unpoison an anchor | Oliver Neukum | 2009-01-07 | 1 | -0/+20 |
| * | USB: isp1760: don't auto disable Port1 on ISP1761 | Thomas Hommel | 2009-01-07 | 3 | -11/+6 |
| * | USB: unusual dev for Option N.V. ZeroCD modems | Dan Williams | 2009-01-07 | 5 | -1/+177 |
| * | USB: mark "reject" field of struct urb as atomic_t | Ming Lei | 2009-01-07 | 2 | -21/+8 |
| * | USB: utilize the bus notifiers | Alan Stern | 2009-01-07 | 6 | -44/+91 |
| * | USB: make printk messages more searchable | Wu Fengguang | 2009-01-07 | 1 | -21/+24 |
| * | USB: musb: Kill some compiling warning in musb Blackfin part | Bryan Wu | 2009-01-07 | 1 | -6/+8 |
| * | USB: musb: Blackfin provides read/write I/O accessor in header files | Bryan Wu | 2009-01-07 | 1 | -1/+1 |
| * | USB: musb: add Blackfin Kconfig options and Makefile | Bryan Wu | 2009-01-07 | 3 | -4/+20 |
| * | USB: musb: add Blackfin specific configuration to MUSB | Bryan Wu | 2009-01-07 | 4 | -144/+397 |
| * | USB: musb: enable low level DMA operation for Blackfin | Bryan Wu | 2009-01-07 | 2 | -69/+162 |
| * | USB: musb: add Blackfin version low level register accessing helper functions | Bryan Wu | 2009-01-07 | 1 | -0/+24 |
| * | USB: musb: Make sure we program the correct values in only when necessary. | Robin Getz | 2009-01-07 | 1 | -6/+8 |
| * | USB: musb: add Blackfin driver to MUSB framework (v2) | Bryan Wu | 2009-01-07 | 2 | -0/+368 |
| * | USB: usb-storage: merge DPCM support into SDDR09 | Alan Stern | 2009-01-07 | 8 | -134/+69 |
| * | USB: option: increase outgoing buffer size and number | Greg Kroah-Hartman | 2009-01-07 | 1 | -2/+2 |
| * | USB: serial: fix up urb->status usage | Greg Kroah-Hartman | 2009-01-07 | 6 | -65/+68 |
| * | USB: isp1760: Fix probe in PCI glue code | Karl Bongers | 2009-01-07 | 1 | -42/+55 |
| * | USB: isp1760: use a specific PLX bridge instead of any bdridge | Sebastian Andrzej Siewior | 2009-01-07 | 1 | -6/+10 |
| * | USB: gadget: don't wait for completion twice | Felipe Balbi | 2009-01-07 | 1 | -0/+1 |
| * | USB: serial: usb_debug: Make static | Roel Kluin | 2009-01-07 | 1 | -1/+1 |
| * | USB: Enhance usage of pm_message_t | Alan Stern | 2009-01-07 | 10 | -62/+73 |
| * | USB: utilize round_jiffies_up_relative() | Alan Stern | 2009-01-07 | 1 | -2/+2 |
| * | USB: otg: sharable otg transceiver ops | Tony Lindgren | 2009-01-07 | 2 | -5/+71 |
| * | USB: otg: add otg_put_transceiver() | Philipp Zabel | 2009-01-07 | 1 | -2/+2 |
| * | USB: otg: gpio_vbus transceiver stub | Philipp Zabel | 2009-01-07 | 3 | -0/+353 |
| * | USB: move isp1301_omap to drivers/usb/otg | David Brownell | 2009-01-07 | 4 | -0/+1724 |
| * | USB: gadget: s3c2410_udc uses standard GPIO calls | Ben Dooks | 2009-01-07 | 1 | -12/+22 |
| * | USB: gadget: pxa25x_udc vbus sense initialization | David Brownell | 2009-01-07 | 1 | -1/+1 |