summaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2010-03-19usb: cdc-wdm: Fix submission of URB after suspensionOliver Neukum1-2/+5
2010-03-19usb: cdc-wdm: Fix race between disconnect and debug messagesOliver Neukum1-5/+0
2010-03-19usb: cdc-wdm: Fix race between autosuspend and reading from the deviceOliver Neukum1-4/+10
2010-03-19usb: cdc-wdm: Fix race between write and disconnectOliver Neukum1-39/+45
2010-03-19usb: musb: core: declare mbase only where it's usedFelipe Balbi1-1/+7
2010-03-19USB: musb: fix warnings in Blackfin regsMike Frysinger1-0/+9
2010-03-19usb: musb: abstract out ULPI_BUSCONTROL register reads/writesMike Frysinger2-3/+21
2010-03-19usb: musb: Fix compile error for omaps for musb_hdrcTony Lindgren1-2/+2
2010-03-19usb/gadget: fix compile error on r8a66597-udc.cGrant Likely1-0/+1
2010-03-19USB: option: add support for a new CMOTECH device to usb/serial/optionNathaniel McCallum1-0/+2
2010-03-19USB: option: move hardcoded PID to a macro in usb/serial/optionNathaniel McCallum1-1/+2
2010-03-19USB: option: fix incorrect manufacturer name in usb/serial/option: MAXON->CMO...Nathaniel McCallum1-2/+2
2010-03-19USB: serial: ftdi: add CONTEC vendor and product idDaniel Sangorrin2-0/+8
2010-03-19USB: xHCI: re-initialize cmd_completionAndiry Xu1-0/+1
2010-03-19USB: xhci: rename driver to xhci_hcdAlex Chiang2-2/+2
2010-03-19USB: musb: fix build error introduced by isoc changeSonic Zhang1-1/+1
2010-03-19USB: qcserial: add new device idsBernhard Rosenkraenzer1-0/+29
2010-03-19USB: cdc-acm: Fix stupid NULL pointer in resume()Oliver Neukum1-1/+1
2010-03-19USB: EHCI: adjust ehci_iso_stream for changes in ehci_qhClemens Ladisch3-6/+5
2010-03-19USB: EHCI: fix ITD list orderClemens Ladisch1-5/+19
2010-03-19USB: Option: Add support for a variant of DLink DWM 652 U5Huang Ying1-1/+2
2010-03-19USB: unusual_devs.h: Fix capacity for SL11R-IDE 2.6cOndrej Zary1-0/+9
2010-03-19USB: serial: use port endpoint size to determine if ep is availableJohan Hovold1-11/+19
2010-03-19USB: serial: fix softint not being called on errorsJohan Hovold1-10/+5
2010-03-19USB: serial: fix error message on close in generic driverJohan Hovold1-1/+3
2010-03-19USB: fix usbfs regressionAlan Stern1-3/+14
2010-03-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds6-6/+6
2010-03-13Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds3-12/+25
2010-03-08Merge branch 'origin' into devel-stableRussell King198-3386/+7194
2010-03-08Merge branch 'for-rmk/samsung6' of git://git.fluff.org/bjdooks/linux into dev...Russell King1-1/+1
2010-03-08Merge branch 'for-next' into for-linusJiri Kosina6-6/+6
2010-03-08Driver core: create lock/unlock functions for struct deviceGreg Kroah-Hartman1-2/+2
2010-03-08USB: Fix s3c-hsotg build following Samsung platform header movesMark Brown1-1/+1
2010-03-07USB: remove unused defintion of struct usb_device_statusDmitry Torokhov1-5/+0
2010-03-07usbfs: fix deadlock on 'usbfs_mutex', clean up pollLinus Torvalds1-42/+24
2010-03-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-2/+2
2010-03-03kill unused invalidate_inode_pages helperChristoph Hellwig2-2/+2
2010-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds192-3331/+7019
2010-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6Linus Torvalds1-0/+7
2010-03-03Merge branch 'for-rmk' of git://git.pengutronix.de/git/imx/linux-2.6 into dev...Russell King1-11/+20
2010-03-03USB: backlight, appledisplay: fix incomplete registration failure handlingBruno Prémont1-1/+2
2010-03-03USB: pl2303: remove unnecessary reset of usb_device in urbsJohan Hovold1-6/+0
2010-03-03USB: ftdi_sio: remove obsolete check in unthrottleJohan Hovold1-2/+1
2010-03-03USB: ftdi_sio: remove unused tx_bytes counterJohan Hovold1-6/+0
2010-03-03USB: qcaux: driver for auxiliary serial ports on Qualcomm devicesDan Williams3-0/+108
2010-03-03USB: pl2303: initial TIOCGSERIAL supportJohn Tsiombikas1-0/+13
2010-03-03USB: option: add Longcheer/Longsung vendor IDDan Williams1-2/+7
2010-03-03USB: fix I2C API usage in ohci-pnx4008.Luotao Fu1-3/+3
2010-03-03USB: usbmon: mask seconds properly in text APIPete Zaitcev1-1/+1
2010-03-03USB: sisusbvga: no unnecessary GFP_ATOMICOliver Neukum1-2/+2