summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-05-21USB: aircable: rewrite using generic read and write implementationsJohan Hovold1-453/+47
2010-05-21USB: ftdi_sio: clean up SIO write supportJohan Hovold1-40/+13
2010-05-21USB: ftdi_sio: switch to generic write implementationJohan Hovold1-172/+19
2010-05-21USB: isp1760: Use resource_sizeTobias Klauser1-6/+5
2010-05-21USB: simplify usb_sg_init()Alan Stern2-57/+38
2010-05-21USB gadget: Webcam deviceLaurent Pinchart3-1/+409
2010-05-21USB gadget: video class function driverLaurent Pinchart7-0/+2710
2010-05-21USB: Change the scatterlist type in struct urbMatthew Wilcox8-15/+13
2010-05-21USB: Turn interface_to_usbdev into an inline functionMatthew Wilcox1-2/+5
2010-05-21USB: Add a usb_pipe_endpoint() convenience functionMatthew Wilcox3-4/+10
2010-05-21USB: Add definition for the Pipe Usage descriptorMatthew Wilcox1-0/+2
2010-05-21usb: u132-hcd.c: fix shadows sparse warningBill Pemberton1-2/+2
2010-05-21usb: sisusb_con.c: fix shadows sparse warningBill Pemberton1-4/+4
2010-05-21USB: oti6858: declare send_data() as staticBill Pemberton1-1/+1
2010-05-21USB: whci: declare functions as staticBill Pemberton1-1/+1
2010-05-21USB: unusual-dev: Add bad sense flag for Appotech ax203 based picture framesHans de Goede1-0/+15
2010-05-21USB: mxc: gadget: Fix bitfield for calculating maximum packet sizeDinh Nguyen1-1/+1
2010-05-21USB: ehci-omap: fix Si version related programmingAjay Kumar Gupta1-2/+2
2010-05-21usb: ehci-omap: fix compilation warningAjay Kumar Gupta1-0/+3
2010-05-21USB: qcaux: add Samsung U520 device IDDan Williams1-0/+5
2010-05-21USB: option: add PID for ZTE productzhao1980ming1-0/+174
2010-05-21USB: xhci: Avoid double free after streams are disabled.Sarah Sharp1-0/+2
2010-05-21USB: remove URB_NO_SETUP_DMA_MAPAlan Stern4-32/+19
2010-05-21USB: remove the usb_host_ss_ep_comp structureAlan Stern4-171/+68
2010-05-21USB: export the new ch11.h file to userspceAlan Stern2-6/+5
2010-05-21USB: remove leftover references to udev->autosuspend_disabledAlan Stern2-2/+2
2010-05-21USB: g_hid: unregister platform driver on probe/usb_composite_register errorsPeter Korsgaard1-2/+12
2010-05-21USB: mos7840: Cleanup useless headerAlessio Igor Bogani1-1/+0
2010-05-21USB: sisusbvga: Remove the BKL from openAlessio Igor Bogani1-9/+0
2010-05-21USB: Mass storage gadget: Handle eject requestFabien Chouteau1-3/+45
2010-05-21USB: Composite framework: Add suspended sysfs entryFabien Chouteau4-0/+35
2010-05-21USB: clean up some host controller sparse warningsRandy Dunlap4-18/+18
2010-05-21USB: core: config.c: usb_get_configuration() simplifiedMichal Nazarewicz1-6/+4
2010-05-21USB: ncm: added ncm.h with auxiliary definitionsYauheni Kaliuta1-0/+114
2010-05-21usb: cdc: ncm constants and structures addedYauheni Kaliuta1-0/+94
2010-05-21USB: usbserial: fix mos7720 dependenciesRandy Dunlap1-3/+2
2010-05-21USB: usbserial: mos7720: cleanup, consolidation, replace send_mos_cmd with {r...Mike Dunn1-266/+122
2010-05-21USB: usbserial: mos7720: add support for parallel port on moschip 7715Mike Dunn3-86/+747
2010-05-21USB: staging: fix up usb_buffer_alloc calls in the staging treeGreg Kroah-Hartman2-6/+6
2010-05-21USB: rename usb_buffer_alloc() and usb_buffer_free() usersDaniel Mack51-291/+286
2010-05-21USB: Short new 'graph for usb-serial.txtEric Raymond1-4/+9
2010-05-21USB: devices: fix Coding StylesCarlos Sánchez Acosta1-7/+10
2010-05-21USB: ueagle: fix Coding StylesJavier Blanco de Torres (Neurowork)1-140/+207
2010-05-21USB: omap: switch to subsys_initcall for isp1301 transceiverViral Mehta1-1/+1
2010-05-21USB: ehci: Elide I/O watchdog on NEC partsDavid Miller1-0/+3
2010-05-21USB: storage: Remove unneeded SL11R unusual_devs entryPhil Dibowitz1-9/+0
2010-05-21USB: Support for allocating USB 3.0 streams.Sarah Sharp5-0/+169
2010-05-21USB: xhci: Correct assumptions about number of rings per endpoint.Sarah Sharp5-55/+280
2010-05-21USB: xhci: Add memory allocation for USB3 bulk streams.Sarah Sharp4-14/+857
2010-05-21USB: Add stream ID field to struct urb.Sarah Sharp1-0/+1