summaryrefslogtreecommitdiffstats
path: root/drivers/usb (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | USB: aircable: rewrite using generic read and write implementationsJohan Hovold2010-05-201-453/+47
| | * | | | USB: ftdi_sio: clean up SIO write supportJohan Hovold2010-05-201-40/+13
| | * | | | USB: ftdi_sio: switch to generic write implementationJohan Hovold2010-05-201-172/+19
| | * | | | USB: isp1760: Use resource_sizeTobias Klauser2010-05-201-6/+5
| | * | | | USB: simplify usb_sg_init()Alan Stern2010-05-201-55/+38
| | * | | | USB gadget: Webcam deviceLaurent Pinchart2010-05-203-1/+409
| | * | | | USB gadget: video class function driverLaurent Pinchart2010-05-207-0/+2710
| | * | | | USB: Change the scatterlist type in struct urbMatthew Wilcox2010-05-207-14/+12
| | * | | | USB: Add a usb_pipe_endpoint() convenience functionMatthew Wilcox2010-05-202-4/+2
| | * | | | usb: u132-hcd.c: fix shadows sparse warningBill Pemberton2010-05-201-2/+2
| | * | | | usb: sisusb_con.c: fix shadows sparse warningBill Pemberton2010-05-201-4/+4
| | * | | | USB: oti6858: declare send_data() as staticBill Pemberton2010-05-201-1/+1
| | * | | | USB: whci: declare functions as staticBill Pemberton2010-05-201-1/+1
| | * | | | USB: unusual-dev: Add bad sense flag for Appotech ax203 based picture framesHans de Goede2010-05-201-0/+15
| | * | | | USB: mxc: gadget: Fix bitfield for calculating maximum packet sizeDinh Nguyen2010-05-201-1/+1
| | * | | | USB: ehci-omap: fix Si version related programmingAjay Kumar Gupta2010-05-201-2/+2
| | * | | | usb: ehci-omap: fix compilation warningAjay Kumar Gupta2010-05-201-0/+3
| | * | | | USB: qcaux: add Samsung U520 device IDDan Williams2010-05-201-0/+5
| | * | | | USB: option: add PID for ZTE productzhao1980ming2010-05-201-0/+174
| | * | | | USB: xhci: Avoid double free after streams are disabled.Sarah Sharp2010-05-201-0/+2
| | * | | | USB: remove URB_NO_SETUP_DMA_MAPAlan Stern2010-05-201-2/+1
| | * | | | USB: remove the usb_host_ss_ep_comp structureAlan Stern2010-05-203-155/+65
| | * | | | USB: g_hid: unregister platform driver on probe/usb_composite_register errorsPeter Korsgaard2010-05-201-2/+12
| | * | | | USB: mos7840: Cleanup useless headerAlessio Igor Bogani2010-05-201-1/+0
| | * | | | USB: sisusbvga: Remove the BKL from openAlessio Igor Bogani2010-05-201-9/+0
| | * | | | USB: Mass storage gadget: Handle eject requestFabien Chouteau2010-05-201-3/+45
| | * | | | USB: Composite framework: Add suspended sysfs entryFabien Chouteau2010-05-201-0/+21
| | * | | | USB: clean up some host controller sparse warningsRandy Dunlap2010-05-204-18/+18
| | * | | | USB: core: config.c: usb_get_configuration() simplifiedMichal Nazarewicz2010-05-201-6/+4
| | * | | | USB: usbserial: fix mos7720 dependenciesRandy Dunlap2010-05-201-3/+2
| | * | | | USB: usbserial: mos7720: cleanup, consolidation, replace send_mos_cmd with {r...Mike Dunn2010-05-201-266/+122
| | * | | | USB: usbserial: mos7720: add support for parallel port on moschip 7715Mike Dunn2010-05-202-86/+731
| | * | | | USB: rename usb_buffer_alloc() and usb_buffer_free() usersDaniel Mack2010-05-2011-70/+70
| | * | | | USB: devices: fix Coding StylesCarlos Sánchez Acosta2010-05-201-7/+10
| | * | | | USB: ueagle: fix Coding StylesJavier Blanco de Torres (Neurowork)2010-05-201-140/+207
| | * | | | USB: omap: switch to subsys_initcall for isp1301 transceiverViral Mehta2010-05-201-1/+1
| | * | | | USB: ehci: Elide I/O watchdog on NEC partsDavid Miller2010-05-201-0/+3
| | * | | | USB: storage: Remove unneeded SL11R unusual_devs entryPhil Dibowitz2010-05-201-9/+0
| | * | | | USB: Support for allocating USB 3.0 streams.Sarah Sharp2010-05-202-0/+71
| | * | | | USB: xhci: Correct assumptions about number of rings per endpoint.Sarah Sharp2010-05-205-55/+280
| | * | | | USB: xhci: Add memory allocation for USB3 bulk streams.Sarah Sharp2010-05-204-14/+857
| | * | | | USB: qcserial: Add support for Qualcomm Gobi 2000 devicesAnssi Hannula2010-05-201-17/+25
| | * | | | USB: qcserial: Use generic USB wwan codeMatthew Garrett2010-05-202-0/+23
| | * | | | USB: option: Use generic USB wwan codeMatthew Garrett2010-05-202-646/+27
| | * | | | usb serial: Add generic USB wwan supportMatthew Garrett2010-05-204-0/+736
| | * | | | USB: deprecate the power/level sysfs attributeAlan Stern2010-05-201-0/+12
| | * | | | USB: use PM core routines to enable/disable autosuspendAlan Stern2010-05-202-21/+10
| | * | | | USB: don't enable remote wakeup by defaultAlan Stern2010-05-201-1/+0
| | * | | | USB: improve runtime remote wakeup settingsAlan Stern2010-05-201-11/+8
| | * | | | USB: fix usbmon and DMA mapping for scatter-gather URBsAlan Stern2010-05-208-108/+129