aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * USB: usb-serial, remove unused variablesJiri Slaby2009-09-231-6/+0
| * USB: serial: full autosuspend support for the option driverOliver Neukum2009-09-231-18/+116
| * USB: gadget: pxa25x: basic transceiver supportPhilipp Zabel2009-09-232-4/+46
| * USB: make the "usbfs_snoop" log more pertinentAlan Stern2009-09-231-69/+62
| * USB: make intf.pm_usage an atomic_tAlan Stern2009-09-233-21/+28
| * USB: add API for userspace drivers to "claim" portsAlan Stern2009-09-236-6/+133
| * USB: whci-hcd: make endpoint_reset method asyncDavid Vrabel2009-09-235-6/+31
| * USB: Add nuvoton Ehci driver for w90p910 platformWan ZongShun2009-09-234-0/+194
| * USB audio gadget: Un-inline generic_[gs]et_cmdLaurent Pinchart2009-09-232-12/+15
| * USB audio gadget: Prefix all macro definitions with UAC_ in linux/usb/audio.hLaurent Pinchart2009-09-234-182/+188
| * USB: Move vendor subclass definition from usb/audio.h to usb/ch9.hLaurent Pinchart2009-09-232-1/+2
| * USB: Move endpoint sync type definitions from usb/audio.h to usb/ch9.hLaurent Pinchart2009-09-233-11/+7
| * USB: Let usb_sg_init to set transfer_buffer more oftenPete Zaitcev2009-09-231-22/+10
| * USB: usbmon: end ugly tricks with DMA peekingPete Zaitcev2009-09-237-142/+15
| * USB: usbmon: touch up the documentationPete Zaitcev2009-09-231-1/+1
| * USB: usbmon: drop Kconfig defaultsPete Zaitcev2009-09-231-3/+1
| * USB: sisusbvga: drop usb_buffer_allocPete Zaitcev2009-09-232-42/+13
| * USB: ehci-dbg.c: no need for checking it before call vfreeFigo.zhang2009-09-231-2/+1
| * USB: Fix SS endpoint companion descriptor parsing.Sarah Sharp2009-09-231-1/+1
| * USB: xhci: Support interrupt transfers.Sarah Sharp2009-09-233-1/+55
| * USB: xhci: Set -EREMOTEIO when xHC gives bad transfer length.Sarah Sharp2009-09-231-0/+9
| * USB: xhci: Check URB_SHORT_NOT_OK before setting short packet status.Sarah Sharp2009-09-231-2/+8
| * USB: xhci: Check URB's actual transfer buffer size.Sarah Sharp2009-09-231-1/+16
| * USB: xhci: Don't touch xhci_td after it's freed.Sarah Sharp2009-09-231-1/+1
| * USB: xhci: Handle babbling endpoints correctly.Sarah Sharp2009-09-231-2/+14
| * USB: xhci: Make TRB completion code comparison readable.Sarah Sharp2009-09-231-7/+9
| * USB: xhci: Add quirk for Fresco Logic xHCI hardware.Sarah Sharp2009-09-234-23/+148
| * USB: xhci: Handle stalled control endpoints.Sarah Sharp2009-09-233-14/+58
| * USB: xhci: Support full speed devices.Sarah Sharp2009-09-233-5/+89
| * USB: xhci: Set correct max packet size for HS/FS control endpoints.Sarah Sharp2009-09-231-5/+18
| * USB: xhci: Configure endpoint code refactoring.Sarah Sharp2009-09-234-52/+169
| * USB: xhci: Fix slot and endpoint context debugging.Sarah Sharp2009-09-231-2/+3
| * USB: xhci: Work around for chain bit in link TRBs.Sarah Sharp2009-09-234-4/+35
| * USB: serial: ftdi: handle gnICE+ JTAG adaptorsMichael Hennerich2009-09-232-0/+3
| * USB: sl811-hcd: Fix device disconnect:Hennerich, Michael2009-09-231-2/+6
| * USB: add PIDs for FTDI based OpenDCC hardwaremail@rainerkeller.de2009-09-232-0/+6
| * USB: fix cdc-acm regression in openOliver Neukum2009-09-231-0/+2
| * USB: CDC WDM driver doesn't support non-blocking readsOliver Neukum2009-09-231-6/+24
| * USB: option: TELIT UC864G supportManuel Lauss2009-09-231-0/+2
| * USB: option.c Add support for ZTE AC2726 EVDO modemHuzaifa Sidhpurwala2009-09-231-0/+2
| * USB: serial: pl2303: new hardware support - sanwa multimeterPawel Ludwikow2009-09-232-0/+5
| * USB: serial: ftdi_sio: new hardware support - hameg power supplyPawel Ludwikow2009-09-232-0/+8
| * USB: storage: fix a resume path GFP_NOIO must be usedOliver Neukum2009-09-231-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds2009-09-2320-133/+199
|\ \
| * | lguest: don't force VIRTIO_F_NOTIFY_ON_EMPTYRusty Russell2009-09-231-4/+21
| * | lguest: cleanup for map_switcher()Xiao Guangrong2009-09-231-3/+2
| * | lguest: use PGDIR_SHIFT for PAE code to allow different PAGE_OFFSETRusty Russell2009-09-231-4/+2
| * | lguest: use set_pte/set_pmd uniformly for real page table entriesRusty Russell2009-09-231-22/+17
| * | lguest: move panic notifier registration to its expected place.Rusty Russell2009-09-231-6/+4
| * | virtio_blk: add support for cache flushChristoph Hellwig2009-09-232-5/+40