summaryrefslogtreecommitdiffstats
path: root/drivers/usb
Commit message (Expand)AuthorAgeFilesLines
* usbnet: convert to netdev_tx_tStephen Hemminger2009-09-011-1/+2
* f_phonet: use page-sized rather than MTU-sized RX buffersRémi Denis-Courmont2009-08-131-26/+51
* f_phonet: lock-less MTU changeRémi Denis-Courmont2009-08-131-12/+2Star
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-08-1377-2714/+1727Star
|\
| * USB: fix oops on disconnect in cdc-acmOliver Neukum2009-08-082-5/+7
| * USB: storage: include Prolific Technology USB drive in unusual_devs listRogerio Brito2009-08-081-0/+7
| * USB: ftdi_sio: add product_id for Marvell OpenRD Base, ClientDhaval Vasa2009-08-082-0/+9
| * USB: ftdi_sio: add vendor and product id for Bayer glucose meter serial conve...Marko Hänninen2009-08-082-0/+8
| * USB: EHCI: fix counting of transaction error retriesAlan Stern2009-08-082-5/+5
| * USB: EHCI: fix two new bugs related to Clear-TT-BufferAlan Stern2009-08-082-4/+5
| * USB: usbfs: fix -ENOENT error code to be -ENODEVAlan Stern2009-08-081-1/+1
| * USB: musb: fix the nop registration for OMAP3EVMGupta, Ajay Kumar2009-08-081-0/+1
| * USB: devio: Properly do access_ok() checksMichael Buesch2009-08-081-3/+5
| * USB: pl2303: New vendor and product idKhanh-Dang Nguyen Thu Lam2009-08-082-0/+5
| * USB: xhci: Stall handling bug fixes.Sarah Sharp2009-07-283-49/+120
| * USB: xhci: Support for 64-byte contextsJohn Youn2009-07-285-163/+287
| * USB: xhci: Always align output device contexts to 64 bytes.Sarah Sharp2009-07-284-53/+89
| * USB: xhci: Scratchpad buffer allocationJohn Youn2009-07-282-0/+113
| * USB: Fix parsing of SuperSpeed Endpoint Companion descriptor.Sarah Sharp2009-07-281-21/+27
| * USB: xhci: Fail gracefully if there's no SS ep companion descriptor.Sarah Sharp2009-07-281-1/+6
| * USB: xhci: Handle babble errors on transfers.Sarah Sharp2009-07-281-0/+4
| * USB: xhci: Setup HW retries correctly.Sarah Sharp2009-07-281-2/+4
| * USB: xhci: Check if the host controller died in IRQ handler.Sarah Sharp2009-07-281-0/+4
| * USB: xhci: Don't oops if the host doesn't halt.Sarah Sharp2009-07-281-1/+4
| * USB: xhci: Make debugging more verbose.Sarah Sharp2009-07-283-24/+72
| * USB: xhci: Correct Event Handler Busy flag usage.Sarah Sharp2009-07-282-3/+7
| * USB: xhci: Handle short control packets correctly.Sarah Sharp2009-07-281-3/+11
| * USB: xhci: Represent 64-bit addresses with one u64.Sarah Sharp2009-07-285-148/+137Star
| * USB: xhci: Use GFP_ATOMIC while holding spinlocks.Sarah Sharp2009-07-281-2/+5
| * USB: xhci: Deal with stalled endpoints.Sarah Sharp2009-07-284-4/+85
| * USB: xhci: Set TD size in transfer TRB.Sarah Sharp2009-07-281-5/+15
| * USB: xhci: fix less- and greater than confusionRoel Kluin2009-07-281-2/+2
| * USB: usbtest: no need for USB_DEVICEFSAlan Stern2009-07-281-1/+1
| * USB: musb: fix CONFIGDATA register read issueAjay Kumar Gupta2009-07-282-1/+1
| * USB: musb: Refer to musb_otg_timer_func under correct #ifdefAmit Kucheria2009-07-281-1/+1
| * USB: musb_gadget_ep0: fix typo in service_zero_data_request()Sergei Shtylyov2009-07-281-1/+1
| * USB: option.c to support Alcatel X060S/X200 broadband modemsJavier Martin2009-07-281-0/+6
| * USB: serial: option: Add ZTE AC8710 usb modem device.Peng Huang2009-07-281-0/+2
| * USB: aten uc2324 is really a moschip 7840Russell Lang2009-07-281-2/+7
| * USB: option: Add USB ID for Novatel MC727/U727/USB727 refreshTim Gardner2009-07-281-0/+2
| * USB: option: add ZTE device ids and remove ONDA idsHerton Ronaldo Krzesinski2009-07-281-45/+68
| * USB: ehci-orion: Call ehci_reset before ehci_haltSimon Kagstrom2009-07-281-1/+1
| * USB: CP210x Add new device IDsCraig Shelley2009-07-281-0/+3
| * USB: ftdi_sio: Add support for GN Otometrics Aurical USB AudiometerVille Sundberg2009-07-282-0/+8
| * USB: OMAP: OHCI: hc_driver's stop method should call ohci_stopAnand Gadiyar2009-07-281-0/+1
| * USB: storage: raise timeout in usb_stor_Bulk_max_lunGiacomo Lozito2009-07-281-1/+1
| * USB: let the option driver compile without CONFIG_PMOliver Neukum2009-07-281-0/+8
| * USB: option: Remove unused variableCarlos R. Mafra2009-07-281-2/+0Star
| * usb_serial: Fix remaining ref count/lock bugsAlan Cox2009-07-281-4/+13
| * tty: Fix a USB serial crash/scribbleAlan Cox2009-07-271-1/+18