aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-10-26fix braino in fs: do not assign default i_ino in new_inodeAl Viro1-1/+1
2010-10-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds2-0/+2
2010-10-25fs: do not assign default i_ino in new_inodeChristoph Hellwig2-0/+2
2010-10-25Merge branch 'omap-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6Linus Torvalds1-14/+4
2010-10-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds6-17/+0
2010-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds47-1265/+1366
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2-1/+3
2010-10-22USB: gadget: amd5536udc.c: fix error pathRahul Ruikar1-1/+3
2010-10-22usb: gadget: fix Kconfig warningFelipe Contreras1-11/+0
2010-10-22usb: r8a66597-udc: Add processing when USB was removed.Yusuke Goda1-0/+3
2010-10-22mxc_udc: add workaround for ENGcm09152 for i.MX35Eric Bénard1-0/+15
2010-10-22USB: gadget: storage: reuse definitions from scsi.h header fileMichal Nazarewicz3-105/+75
2010-10-22usb: makefile cleanupmatt mooney1-21/+18
2010-10-22usb: gadget: dummy_hcd: Fix error pathRahul Ruikar1-3/+5
2010-10-22usb: gadget: goku_udc: Fix error pathDan Carpenter1-11/+15
2010-10-22usb: langwell_udc: cancel pending requests when controller is suspended.Philippe Skowronski1-0/+5
2010-10-22usb: langwell_udc: fix big file transfer issue.Christophe Lebouc1-2/+4
2010-10-22USB: add platform glue driver for FSL USB DR controllerAnatolij Gustschin1-0/+1
2010-10-22usb: change to new flag variablematt mooney1-3/+1
2010-10-22USB: gadget: file_storage: reuse definitions from a header fileMichal Nazarewicz1-13/+1
2010-10-22USB: atmel_usba_udc: force vbus_pin at -EINVAL when gpio_request failledJean-Christophe PLAGNIOL-VILLARD1-0/+3
2010-10-22USB: gadget: Remove pr_<level> uses of KERN_<level>Joe Perches1-1/+1
2010-10-22usb gadget: composite: prevent OOPS for non-standard control requestRoger Quadros1-1/+2
2010-10-22USB: Change acm_iad_descriptor bFunctionProtocol to USB_CDC_ACM_PROTO_AT_V25TERPraveena Nadahally1-1/+1
2010-10-22USB: r8a66597-udc: Initialize uninitialized variable, fix compile warningJavier Martinez Canillas1-1/+1
2010-10-22USB: gadget: rndis: fix up coding style issues in the fileMihai Donțu1-248/+244
2010-10-22USB: Kconfig: fix typos in USB_FUNCTIONFS* descriptionMichael Prokop1-5/+5
2010-10-22USB: g_file_storage: don't generate automatic serial stringAlan Stern2-36/+15
2010-10-22USB: langwell: Remove unnecessary return's from void functionsJoe Perches1-5/+0
2010-10-22USB: gadget: amd5536udc.c: Remove double testJulia Lawall1-1/+1
2010-10-22usb gadget: don't save bind callback in struct usb_configurationUwe Kleine-König13-38/+30
2010-10-22usb gadget: don't save bind callback in struct usb_composite_driverMichal Nazarewicz12-26/+22
2010-10-22usb gadget: don't save bind callback in struct usb_gadget_driverUwe Kleine-König25-108/+114
2010-10-22USB: Revert "USB: gadget: section mismatch warning fixed"Michal Nazarewicz13-22/+22
2010-10-22USB: gadget: g_multi: moved strings handling code to compositeMichal Nazarewicz1-16/+3
2010-10-22USB: gadget: mass_storage: moved strings handling code to compositeMichal Nazarewicz1-66/+6
2010-10-22USB: gadget: composite: Better string override handlingMichal Nazarewicz1-32/+64
2010-10-22USB: gadget: functionfs: code cleanupMichal Nazarewicz1-57/+28
2010-10-22usb: gadget: mass_storage: optional SCSI WRITE FUA bitMichal Nazarewicz1-1/+15
2010-10-22usb: gadget: storage: remove nofua file when unbindingMichal Nazarewicz1-0/+1
2010-10-22USB: gadget: g_ffs: fixed vendor and product IDMichal Nazarewicz1-2/+2
2010-10-22USB: gadget: g_multi: fixed vendor and product IDMichal Nazarewicz1-2/+2
2010-10-22USB Gadget: Verify VBUS current before setting the device self-powered bitParirajan Muthalagu1-1/+7
2010-10-22USB: gadget: dbgp: cleanup: remove unneeded checkDan Carpenter1-9/+7
2010-10-22USB: langwell: USB Client driver memory handlingJiebingLi2-10/+115
2010-10-22USB: langwell: USB Client Remote Wakeup SupportJiebingLi2-5/+65
2010-10-22USB: langwell: USB Client PHY low power mode settingJiebingLi1-32/+60
2010-10-22USB: langwell: USB Client Endpoint initializationJiebingLi1-10/+13
2010-10-22USB: langwell: USB Client driver code cleanupJiebingLi1-364/+376
2010-10-15llseek: automatically add .llseek fopArnd Bergmann2-1/+3