aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-11-07usb: gadget: g_ether: fix frame size check for 802.1QIan Coolidge1-1/+2
2012-10-23usb: gadget: net2272: fix missing unlock on error in net2272_irq()Wei Yongjun1-1/+3
2012-10-18Merge tag 'fixes-for-v3.7-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-linusGreg Kroah-Hartman1-2/+2
2012-10-16usb: gadget: lpc32xx_udc: Fix compatibility with STOTG04Alexandre Pereira da Silva1-2/+2
2012-10-15usb: gadget: Make webcam gadget select USB_LIBCOMPOSITELaurent Pinchart1-0/+1
2012-10-10Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds1-14/+1
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+2
2012-10-02target/usb-gadget: strlen() doesn't count the terminatorDan Carpenter1-1/+1
2012-10-02target/usb-gadget: remove duplicate initializationDan Carpenter1-1/+0
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds2-9/+18
2012-10-02Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-1/+1
2012-10-01Merge tag 'multiplatform' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds3-3/+3
2012-10-01Merge tag 'usb-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds56-1351/+3263
2012-09-26usb/gadget: fix misannotationsAl Viro1-2/+2
2012-09-22Merge branch 'multiplatform/platform-data' into next/multiplatformOlof Johansson2-2/+2
2012-09-21userns: Convert usb functionfs to use kuid/kgid where appropriateEric W. Biederman1-7/+16
2012-09-21userns: Convert gadgetfs to use kuid and kgid where appropriateEric W. Biederman1-2/+2
2012-09-20Merge tag 'multi-platform-for-3.7' of git://sources.calxeda.com/kernel/linux into next/multiplatformOlof Johansson1-1/+1
2012-09-20Merge tag 'tegra-for-3.7-dmaengine' of git://git.kernel.org/pub/scm/linux/kernel/git/swarren/linux-tegra into next/cleanupOlof Johansson5-9/+49
2012-09-19ARM: samsung: move platform_data definitionsArnd Bergmann1-1/+1
2012-09-17USB: remove CONFIG_EXPERIMENTAL dependanciesGreg Kroah-Hartman1-11/+6
2012-09-17target: Simplify fabric sense data length handlingRoland Dreier1-6/+0
2012-09-17target: Remove unused target_core_fabric_ops.get_fabric_sense_len methodRoland Dreier1-6/+0
2012-09-16Merge 3.6-rc6 into usb-nextGreg Kroah-Hartman4-9/+46
2012-09-16Merge 3.6-rc6 into tty-nextGreg Kroah-Hartman5-9/+49
2012-09-14usb: pxa27x_udc: remove IRQ_USB defineRob Herring1-1/+1
2012-09-14ARM: imx: move platform_data definitionsArnd Bergmann1-1/+1
2012-09-11Merge tag 'gadget-for-v3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-nextGreg Kroah-Hartman56-1339/+3256
2012-09-10usb: gadget serial: don't shift bcd version left by 16Sebastian Andrzej Siewior1-1/+1
2012-09-10usb: gadget: add module.h to u_ether.cSebastian Andrzej Siewior1-0/+1
2012-09-10usb: gadget: remove usb_gadget_controller_number()Sebastian Andrzej Siewior18-311/+13
2012-09-10usb: gadget: at91_udc: fix dt supportFabio Porcedda1-1/+1
2012-09-10usb: gadget: at91_udc: move the dereference below the NULL testWei Yongjun1-1/+2
2012-09-10usb: gadget: libcomposite: move MODULE_VERSION to composite.cSebastian Andrzej Siewior2-1/+3
2012-09-10usb: gadget: libcomposite: move composite.c into libcompositeSebastian Andrzej Siewior19-51/+25
2012-09-10usb: gadget: Provide a default implementation of default manufacturer stringSebastian Andrzej Siewior18-137/+31
2012-09-10usb: gadget: remove string override from struct usb_composite_driverSebastian Andrzej Siewior4-28/+13
2012-09-10usb: gadget: push iProduct into gadgetsSebastian Andrzej Siewior1-10/+11
2012-09-10usb: gadget: push iManufacturer into gadgetsSebastian Andrzej Siewior1-9/+11
2012-09-10usb: gadget: push iSerialNumber into gadgetsSebastian Andrzej Siewior3-12/+35
2012-09-10usb: gadget: make sure each gadget is using same index for Product, Serial,…Sebastian Andrzej Siewior16-117/+84
2012-09-10usb: gadget: push VID/PID/USB BCD module option into gadgetsSebastian Andrzej Siewior17-28/+79
2012-09-10usb: gadget: move usb_gadget_controller_number() into a .c file and libcompositeSebastian Andrzej Siewior3-76/+96
2012-09-10usb: gadget: initialize the strings in tcm_usb_gadget properlySebastian Andrzej Siewior2-19/+28
2012-09-10usb: gadget: make g_printer enumerate againSebastian Andrzej Siewior1-63/+65
2012-09-10usb: gadget: use usb_string_ids_tab instead multiple usb_string_id()Sebastian Andrzej Siewior11-137/+46
2012-09-10usb: gadget: make composite module options readonly onlySebastian Andrzej Siewior1-12/+8
2012-09-10usb: gadget: remove bufsiz from struct usb_composite_devSebastian Andrzej Siewior1-1/+0
2012-09-10usb: gadget: move USB_BUFSIZ into global composite.hSebastian Andrzej Siewior2-7/+5
2012-09-10usb: gadget: libcomposite: add epautoconf.c to libcompositeSebastian Andrzej Siewior21-35/+9