aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/webcam.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-07-16usb: gadget: Gadget directory cleanup - group legacy gadgetsAndrzej Pietrasiewicz1-399/+0
2014-07-10usb: gadget: Convert drivers to use module_usb_composite_driver()Tobias Klauser1-14/+1
2013-01-10usb: gadget: consider link speed for bMaxPowerSebastian Andrzej Siewior1-1/+1
2012-09-10usb: gadget: libcomposite: move composite.c into libcompositeSebastian Andrzej Siewior1-2/+0
2012-09-10usb: gadget: make sure each gadget is using same index for Product, Serial,…Sebastian Andrzej Siewior1-7/+6
2012-09-10usb: gadget: push VID/PID/USB BCD module option into gadgetsSebastian Andrzej Siewior1-0/+2
2012-09-10usb: gadget: use usb_string_ids_tab instead multiple usb_string_id()Sebastian Andrzej Siewior1-13/+8
2012-09-10usb: gadget: libcomposite: add epautoconf.c to libcompositeSebastian Andrzej Siewior1-1/+0
2012-09-10usb: gadget: libcomposite: move config.c into libcompositeSebastian Andrzej Siewior1-1/+0
2012-09-10usb: gadget: start with libcompositeSebastian Andrzej Siewior1-1/+0
2012-09-10usb: gadget: move bind() callback back to struct usb_composite_driverSebastian Andrzej Siewior1-1/+2
2012-09-10usb: gadget: push all usb_composite_driver structs into __refdataSebastian Andrzej Siewior1-1/+1
2012-06-04usb: gadget: uvc: Add super-speed support to UVC webcam gadgetBhupesh Sharma1-4/+25
2011-09-09usb gadget: clean up FSF boilerplate textKlaus Schwarzkopf1-1/+1
2011-07-01usb: gadget: add max_speed to usb_composite_driverTatyana Brokhman1-0/+1
2010-10-22usb gadget: don't save bind callback in struct usb_configurationUwe Kleine-König1-2/+2
2010-10-22usb gadget: don't save bind callback in struct usb_composite_driverMichal Nazarewicz1-2/+1
2010-10-22USB: Revert "USB: gadget: section mismatch warning fixed"Michal Nazarewicz1-2/+2
2010-08-10USB: gadget: section mismatch warning fixedMichal Nazarewicz1-2/+2
2010-08-02V4L/DVB: uvc: Move constants and structures definitions to linux/usb/video.hLaurent Pinchart1-12/+12
2010-07-11V4L/DVB: uvc: Fix multiple symbols definitions with UVC gadget and host driversLaurent Pinchart1-2/+2
2010-05-20USB gadget: Webcam deviceLaurent Pinchart1-0/+399