aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2010-09-24USB: update Kconfig help text for CONFIG_USB_SUSPENDGravatar Alan Stern 1-3/+3
2010-09-24usb: musb: gadget: restart request on clearing endpoint haltGravatar Sergei Shtylyov 3-1/+12
2010-09-24usb: musb: host: Issue a memory barrier before starting DMAGravatar Santosh Shilimkar 1-0/+6
2010-09-24usb: musb: gadget: fix dma length in txstateGravatar Ming Lei 2-9/+10
2010-09-24usb: musb: gadget: complete request only if data is transfered overGravatar Ming Lei 1-8/+8
2010-09-24usb: musb: gadget: fix DMA length for OUT transferGravatar Ming Lei 1-2/+3
2010-09-24usb: musb: gadget: enable autoclear for OUT transfer in both DMA 0 and DMA 1Gravatar Ming Lei 1-1/+1
2010-09-24usb: musb: gadget: fix bulk IN infinit hangs in double buffer caseGravatar Ming Lei 1-12/+0
2010-09-24usb: musb: gadget: fix kernel panic if using out ep with FIFO_TXRX styleGravatar Ming Lei 1-3/+17
2010-09-24USB: fix bug in initialization of interface minor numbersGravatar Alan Stern 2-19/+17
2010-09-20USB: serial/mos*: prevent reading uninitialized stack memoryGravatar Dan Rosenberg 2-0/+6
2010-09-20USB: otg: twl4030: fix phy initialization(v1)Gravatar Ming Lei 1-27/+51
2010-09-20USB: EHCI: Disable langwell/penwell LPM capabilityGravatar Alek Du 1-0/+5
2010-09-20usb: musb_debugfs: don't use the struct file private_data field with seq_filesGravatar Mathias Nyman 1-3/+2
2010-09-03USB: ftdi_sio: Added custom PIDs for ChamSys productsGravatar Luke Lowrey 2-0/+20
2010-09-03USB: cdc-acm: Fixing crash when ACM probing interfaces with no endpoint descr...Gravatar Toby Gray 1-1/+2
2010-09-03USB: cdc-acm: Add pseudo modem without AT command capabilitiesGravatar Philippe Corbes 1-0/+4
2010-09-03USB: cxacru: Use a bulk/int URB to access the command endpointGravatar Simon Arlott 1-2/+22
2010-09-03usb: serial: mos7840: Add USB IDs to support more B&B USB/RS485 converters.Gravatar Dave Ludlow 1-13/+22
2010-09-03USB: cdc-acm: Adding second ACM channel support for various Nokia and one Sam...Gravatar Toby Gray 1-0/+16
2010-09-03usb: serial: mos7840: Add USB ID to support the B&B Electronics USOPTL4-2P.Gravatar Dave Ludlow 1-0/+3
2010-09-03USB: ssu100: turn off debug flagGravatar Bill Pemberton 1-1/+1
2010-09-03usb: allow drivers to use allocated bandwidth until unboundGravatar Thadeu Lima de Souza Cascardo 1-11/+11
2010-09-03USB: cp210x usb driver: add USB_DEVICE for Pirelli DP-L10 mobile.Gravatar A E Lawrence 1-0/+1
2010-09-03USB: cp210x: Add B&G H3000 link cable IDGravatar Jason Detring 1-0/+1
2010-09-03USB: CP210x Add new device IDGravatar Craig Shelley 1-4/+5
2010-09-03USB: option: fix incorrect novatel entriesGravatar Dirk De Schepper 1-44/+75
2010-09-03USB: Fix kernel oops with g_ether and WindowsGravatar Maxim Osipov 1-3/+7
2010-09-03USB: rndis: section mismatch fixGravatar Henrik Kretzschmar 2-2/+2
2010-09-03USB: ehci-ppc-of: problems in unwindGravatar Dan Carpenter 1-5/+7
2010-09-03USB: s3c-hsotg: Remove DEBUG defineGravatar Maurus Cuelenaere 1-2/+0
2010-08-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Gravatar Linus Torvalds 4-9/+7
2010-08-23USB: ftdi_sio: add product ID for Lenz LI-USBGravatar Galen Seitz 2-0/+4
2010-08-23USB: adutux: fix misuse of return value of copy_to_user()Gravatar Kulikov Vasiliy 1-1/+1
2010-08-23USB: iowarrior: fix misuse of return value of copy_to_user()Gravatar Kulikov Vasiliy 1-2/+2
2010-08-23USB: xHCI: update ring dequeue pointer when process missed tdsGravatar Andiry Xu 1-0/+4
2010-08-23USB: xhci: Remove buggy assignment in next_trb()Gravatar John Youn 1-1/+1
2010-08-23USB: ftdi_sio: Add ID for Ionics PlugComputerGravatar Martin Michlmayr 2-0/+8
2010-08-23USB: serial: io_ti.c: don't return 0 if writing the download record failedGravatar Roel Kluin 1-1/+1
2010-08-23USB: otg: twl4030: fix wrong assumption of starting stateGravatar Felipe Balbi 1-1/+5
2010-08-23USB: gadget: Return -ENOMEM on memory allocation failureGravatar Julia Lawall 1-0/+1
2010-08-23USB: gadget: fix composite kernel-doc warningsGravatar Randy Dunlap 1-2/+2
2010-08-23USB: ssu100: set tty_flags in ssu100_process_packetGravatar Bill Pemberton 1-9/+29
2010-08-23USB: ssu100: add disconnect function for ssu100Gravatar Bill Pemberton 1-1/+1
2010-08-23USB: serial: export symbol usb_serial_generic_disconnectGravatar Bill Pemberton 1-0/+1
2010-08-23USB: ssu100: rework logic for TIOCMIWAITGravatar Bill Pemberton 1-35/+111
2010-08-23USB: ssu100: add register parameter to ssu100_setregisterGravatar Bill Pemberton 1-3/+4
2010-08-23USB: ssu100: remove duplicate #defines in ssu100Gravatar Bill Pemberton 1-55/+31
2010-08-23USB: ssu100: refine process_packet in ssu100Gravatar Bill Pemberton 1-6/+2
2010-08-23USB: ssu100: add locking for port private data in ssu100Gravatar Bill Pemberton 1-1/+8