Age | Commit message (Expand) | Author | Files | Lines |
2011-02-17 | tty: now phase out the ioctl file pointer for good | Alan Cox | 2 | -2/+2 |
2011-02-17 | tty: remove filp from the USB tty ioctls | Alan Cox | 19 | -27/+26 |
2011-02-17 | tiocmset: kill the file pointer argument | Alan Cox | 29 | -52/+51 |
2011-02-17 | tiocmget: kill off the passing of the struct file | Alan Cox | 30 | -45/+44 |
2011-01-24 | Merge branch 'for-usb-linus' of master.kernel.org:/pub/scm/linux/kernel/git/s... | Greg Kroah-Hartman | 5 | -86/+109 |
2011-01-23 | usb: gadget: composite: avoid access beyond array max length | Maulik Mankad | 1 | -2/+3 |
2011-01-23 | USB: serial: handle Data Carrier Detect changes | Libor Pechacek | 7 | -40/+47 |
2011-01-23 | USB: gadget: Fix endpoint representation in ci13xxx_udc | Pavankumar Kondeti | 2 | -131/+142 |
2011-01-23 | USB: gadget: Fix error path in ci13xxx_udc gadget probe function | Pavankumar Kondeti | 1 | -3/+1 |
2011-01-23 | usb: pch_udc: Fix the worning log issue at gadget driver remove | Toshiharu Okada | 1 | -1/+2 |
2011-01-23 | USB: serial: Updated support for ICOM devices | Pieter Maes | 2 | -6/+28 |
2011-01-23 | USB: ehci-mxc: add work-around for efika mx/sb bug | Arnaud Patard (Rtp) | 1 | -0/+21 |
2011-01-23 | USB: unbreak ehci-mxc on otg port of i.MX27 | Eric Bénard | 1 | -2/+2 |
2011-01-23 | drivers: update to pl2303 usb-serial to support Motorola cables | Dario Lombardo | 2 | -0/+2 |
2011-01-23 | USB: adding USB support for Cinterion's HC2x, EU3 and PH8 products | Nicolaus Colberg | 1 | -2/+21 |
2011-01-23 | USB serial: add missing .usb_driver field in serial drivers | Alan Stern | 10 | -2/+18 |
2011-01-23 | USB: ehci-fsl: Fix 'have_sysif_regs' detection | Peter Tyser | 3 | -19/+8 |
2011-01-23 | USB: g_printer: fix bug in module parameter definitions | Alan Stern | 1 | -7/+7 |
2011-01-23 | USB: g_printer: fix bug in unregistration | Alan Stern | 1 | -3/+2 |
2011-01-23 | USB: uss720: remove duplicate USB device | Sergei Shtylyov | 1 | -1/+0 |
2011-01-23 | USB: EHCI: fix DMA deallocation bug | Alan Stern | 1 | -7/+12 |
2011-01-23 | USB: pch_udc: support new device ML7213 IOH | Tomoya MORINAGA | 2 | -1/+13 |
2011-01-23 | usb: pch_udc: Fixed issue which does not work with g_serial | Toshiharu Okada | 1 | -50/+67 |
2011-01-23 | usb: set ep_dev async suspend should be later than device_initialize | Peter Chen | 1 | -1/+1 |
2011-01-23 | usb: otg: nop: fix oops triggered by otg_register_notifier | Ming Lei | 1 | -0/+2 |
2011-01-23 | USB: cdc-wdm: fix misuse of logical operation in place of bitop | David Sterba | 1 | -1/+1 |
2011-01-23 | USB: DL100B webmail notifier: initialize return value | Melchior FRANZ | 1 | -1/+1 |
2011-01-23 | USB: EHCI: ASPM quirk of ISOC on AMD Hudson | Alex He | 1 | -13/+20 |
2011-01-23 | usb: otg: Make USB3319 ULPI ID generic | Fabio Estevam | 1 | -1/+1 |
2011-01-23 | USB: usb-storage: unusual_devs entry for CamSport Evo | Alan Stern | 1 | -0/+9 |
2011-01-23 | USB: CP210x Removed incorrect device ID | Craig Shelley | 1 | -1/+0 |
2011-01-23 | USB: CP210x Add two device IDs | Craig Shelley | 1 | -0/+2 |
2011-01-23 | USB: qcaux: add Pantech UML290 device ID | Dan Williams | 1 | -0/+2 |
2011-01-23 | USB: usb-storage: unusual_devs update for TrekStor DataStation maxi g.u exter... | Richard Schütz | 1 | -0/+9 |
2011-01-23 | USB: usb-storage: unusual_devs update for Cypress ATACB | Richard Schütz | 1 | -0/+5 |
2011-01-21 | kconfig: rename CONFIG_EMBEDDED to CONFIG_EXPERT | David Rientjes | 1 | -3/+3 |
2011-01-15 | xhci: Remove more doorbell-related reads | Matthew Wilcox | 2 | -26/+17 |
2011-01-15 | xHCI: fix printk_ratelimit() usage | Andiry Xu | 1 | -2/+2 |
2011-01-15 | xHCI: replace dev_dbg() with xhci_dbg() | Andiry Xu | 1 | -5/+6 |
2011-01-15 | xHCI: fix cycle bit set in giveback_first_trb() | Andiry Xu | 1 | -7/+21 |
2011-01-15 | xHCI: remove redundant parameter in giveback_first_trb() | Andiry Xu | 1 | -8/+6 |
2011-01-15 | xHCI: fix queue_trb in isoc transfer | Andiry Xu | 1 | -1/+4 |
2011-01-15 | xhci: Use GFP_NOIO during device reset. | Sarah Sharp | 1 | -2/+6 |
2011-01-15 | usb: Realloc xHCI structures after a hub is verified. | Sarah Sharp | 1 | -0/+21 |
2011-01-15 | xhci: Do not run xhci_cleanup_msix with irq disabled | Zhang Rui | 1 | -2/+4 |
2011-01-15 | xHCI: synchronize irq in xhci_suspend() | Andiry Xu | 2 | -32/+21 |
2011-01-15 | xhci: Resume bus on any port status change. | Sarah Sharp | 1 | -1/+1 |
2011-01-13 | Merge branch 'for-2.6.38/core' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 1 | -5/+2 |
2011-01-13 | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko... | Linus Torvalds | 11 | -15/+15 |
2011-01-11 | Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -1/+0 |