aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-20USB: f_fs: the FunctionFS driverMichal Nazarewicz1-0/+2441
2010-05-20USB: gadget: __init and __exit tags removedMichal Nazarewicz8-70/+71
2010-05-20USB: gadget webcam: depends on VIDEO_DEVRandy Dunlap1-0/+1
2010-05-20USB: serial: remove multi-urb write from generic driverJohan Hovold3-170/+46
2010-05-20USB: serial: reimplement generic fifo-based writesJohan Hovold2-20/+72
2010-05-20USB: aircable: rewrite using generic read and write implementationsJohan Hovold1-453/+47
2010-05-20USB: ftdi_sio: clean up SIO write supportJohan Hovold1-40/+13
2010-05-20USB: ftdi_sio: switch to generic write implementationJohan Hovold1-172/+19
2010-05-20USB: isp1760: Use resource_sizeTobias Klauser1-6/+5
2010-05-20USB: simplify usb_sg_init()Alan Stern1-55/+38
2010-05-20USB gadget: Webcam deviceLaurent Pinchart3-1/+409
2010-05-20USB gadget: video class function driverLaurent Pinchart7-0/+2710
2010-05-20USB: Change the scatterlist type in struct urbMatthew Wilcox7-14/+12
2010-05-20USB: Add a usb_pipe_endpoint() convenience functionMatthew Wilcox2-4/+2
2010-05-20usb: u132-hcd.c: fix shadows sparse warningBill Pemberton1-2/+2
2010-05-20usb: sisusb_con.c: fix shadows sparse warningBill Pemberton1-4/+4
2010-05-20USB: oti6858: declare send_data() as staticBill Pemberton1-1/+1
2010-05-20USB: whci: declare functions as staticBill Pemberton1-1/+1
2010-05-20USB: unusual-dev: Add bad sense flag for Appotech ax203 based picture framesHans de Goede1-0/+15
2010-05-20USB: mxc: gadget: Fix bitfield for calculating maximum packet sizeDinh Nguyen1-1/+1
2010-05-20USB: ehci-omap: fix Si version related programmingAjay Kumar Gupta1-2/+2
2010-05-20usb: ehci-omap: fix compilation warningAjay Kumar Gupta1-0/+3
2010-05-20USB: qcaux: add Samsung U520 device IDDan Williams1-0/+5
2010-05-20USB: option: add PID for ZTE productzhao1980ming1-0/+174
2010-05-20USB: xhci: Avoid double free after streams are disabled.Sarah Sharp1-0/+2
2010-05-20USB: remove URB_NO_SETUP_DMA_MAPAlan Stern1-2/+1
2010-05-20USB: remove the usb_host_ss_ep_comp structureAlan Stern3-155/+65
2010-05-20USB: g_hid: unregister platform driver on probe/usb_composite_register errorsPeter Korsgaard1-2/+12
2010-05-20USB: mos7840: Cleanup useless headerAlessio Igor Bogani1-1/+0
2010-05-20USB: sisusbvga: Remove the BKL from openAlessio Igor Bogani1-9/+0
2010-05-20USB: Mass storage gadget: Handle eject requestFabien Chouteau1-3/+45
2010-05-20USB: Composite framework: Add suspended sysfs entryFabien Chouteau1-0/+21
2010-05-20USB: clean up some host controller sparse warningsRandy Dunlap4-18/+18
2010-05-20USB: core: config.c: usb_get_configuration() simplifiedMichal Nazarewicz1-6/+4
2010-05-20USB: usbserial: fix mos7720 dependenciesRandy Dunlap1-3/+2
2010-05-20USB: usbserial: mos7720: cleanup, consolidation, replace send_mos_cmd with {read,write}_mos_regMike Dunn1-266/+122
2010-05-20USB: usbserial: mos7720: add support for parallel port on moschip 7715Mike Dunn2-86/+731
2010-05-20USB: rename usb_buffer_alloc() and usb_buffer_free() usersDaniel Mack11-70/+70
2010-05-20USB: devices: fix Coding StylesCarlos Sánchez Acosta1-7/+10
2010-05-20USB: ueagle: fix Coding StylesJavier Blanco de Torres (Neurowork)1-140/+207
2010-05-20USB: omap: switch to subsys_initcall for isp1301 transceiverViral Mehta1-1/+1
2010-05-20USB: ehci: Elide I/O watchdog on NEC partsDavid Miller1-0/+3
2010-05-20USB: storage: Remove unneeded SL11R unusual_devs entryPhil Dibowitz1-9/+0
2010-05-20USB: Support for allocating USB 3.0 streams.Sarah Sharp2-0/+71
2010-05-20USB: xhci: Correct assumptions about number of rings per endpoint.Sarah Sharp5-55/+280
2010-05-20USB: xhci: Add memory allocation for USB3 bulk streams.Sarah Sharp4-14/+857
2010-05-20USB: qcserial: Add support for Qualcomm Gobi 2000 devicesAnssi Hannula1-17/+25
2010-05-20USB: qcserial: Use generic USB wwan codeMatthew Garrett2-0/+23
2010-05-20USB: option: Use generic USB wwan codeMatthew Garrett2-646/+27
2010-05-20usb serial: Add generic USB wwan supportMatthew Garrett4-0/+736