summaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2009-06-16USB: nop-usb-xceiv: behave when linked as a moduleDavid Brownell1-15/+10
2009-06-16USB: twl4030-usb: fix minor reporting goofageDavid Brownell1-7/+19
2009-06-16USB: move orion-ehci's probe function to .devinit.textUwe Kleine-König1-1/+1
2009-06-16USB: move r8a66597_hcd's probe function to .devinit.textUwe Kleine-König1-1/+1
2009-06-16USB: move twl4030_usb's probe function to .devinit.textUwe Kleine-König1-1/+1
2009-06-16musb: split out CPPI interrupt handlerSergei Shtylyov3-15/+39
2009-06-16musb_host: refactor URB givebackSergei Shtylyov1-34/+20
2009-06-16musb_host: streamline musb_cleanup_urb() callsSergei Shtylyov1-4/+5
2009-06-16musb_host: simplify check for active URBSergei Shtylyov1-58/+14
2009-06-16musb_host: factor out musb_ep_{get|set}_qh()Sergei Shtylyov1-34/+22
2009-06-16musb_host: refactor musb_save_toggle() (take 2)Sergei Shtylyov1-23/+12
2009-06-16musb_gadget: suppress "parasitic" TX interrupts with CPPISergei Shtylyov1-1/+2
2009-06-16musb_gadget: fix unhandled endpoint 0 IRQsSergei Shtylyov4-20/+43
2009-06-16usb: misc: SiS usbvga dangle: accept MUSB_HDRC as a fast enough host controllerBryan Wu1-1/+1
2009-06-16USB: option.c: add Toshiba 3G HSDPA SM-Bus Minicard device idMichele Valzelli1-0/+5
2009-06-16USB: FTDI-SIO new device idsDaniel Suchy2-0/+4
2009-06-15Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller47-1103/+1207
2009-06-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2009-06-15Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-3/+10
2009-06-13net: use symbolic values for ndo_start_xmit() return codesPatrick McHardy1-1/+1
2009-06-13Merge branch 'for-linus' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds1-0/+1
2009-06-12trivial: fix typo milisecond/millisecond for documentation and source comments.Martin Olsson1-1/+1
2009-06-12Push BKL down into ->remount_fs()Alessio Igor Bogani1-0/+5
2009-06-11Merge branch 'for-2.6.31' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-2/+2
2009-06-11sierra: driver interface blacklistingElina Pasheva1-3/+48
2009-06-11sierra: driver urb handling improvementsElina Pasheva1-84/+144
2009-06-11tty: resolve some sierra breakageAlan Cox1-3/+14
2009-06-11ftdi_sio: don't override modem bitsAlan Cox1-5/+0
2009-06-11ft232: support the ASYNC_LOW_LATENCY flagAlan Cox1-34/+60
2009-06-11USB: CP210X Replace CP2101 with CP210xCraig Shelley1-97/+97
2009-06-11USB: CP210X Use official request code definitionsCraig Shelley1-42/+56
2009-06-11USB: CP210X Add device IDsCraig Shelley1-0/+7
2009-06-11tty: iuu_phoenix: update version number.Olivier Bornet1-1/+1
2009-06-11tty: iuu_phoenix: set termios.Olivier Bornet1-0/+50
2009-06-11tty: iuu_phoenix: Fix stopbit when uart goes on.Olivier Bornet1-1/+1
2009-06-11tty: iuu_phoenix: fix locking.Olivier Bornet1-16/+13
2009-06-11tty: Clean up the ACM driver to CodingStyleAlan Cox1-131/+160
2009-06-11tty: cdc_acm add krefsAlan Cox2-68/+98
2009-06-11tty: Update cdc_acmAlan Cox2-1/+7
2009-06-11tty: Bring the usb tty port structure into more useAlan Cox38-657/+461
2009-06-11Merge branch 'ep93xx' into develRussell King1-3/+10
2009-06-02usb: gadget: f_phonet: fix memory allocation sizesRémi Denis-Courmont1-5/+4
2009-06-02f_phonet: no need to check for carrier - scheduler does it internallyRémi Denis-Courmont1-8/+2
2009-06-02f_phonet: dev_kfree_skb instead of dev_kfree_skb_any in TX callbackRémi Denis-Courmont1-1/+1
2009-05-29[ARM] 5526/1: ep93xx: usb driver cleanupHartley Sweeten1-3/+10
2009-05-29Revert "USB: Correct Makefile to make isp1760 buildable"Mike Frysinger1-1/+0
2009-05-29usb-serial: fix crash when sub-driver updates firmwareAlan Stern1-0/+1
2009-05-29USB: isp1760: urb_dequeue doesn't always find the urbsWarren Free1-2/+22
2009-05-29USB: Yet another Conexant Clone to add to cdc-acm.cXiao Kaijian1-0/+3
2009-05-29USB: atmel_usb_udc: Use kzalloc() to allocate ep structuresHaavard Skinnemoen1-1/+1