summaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/printer.c
AgeCommit message (Expand)AuthorFilesLines
2013-02-22new helper: file_inode(file)Al Viro1-1/+1
2012-10-31usb: gadget: always update HS/SS descriptors and create a copy of themSebastian Andrzej Siewior1-3/+9
2012-09-10usb: gadget: remove usb_gadget_controller_number()Sebastian Andrzej Siewior1-11/+0
2012-09-10usb: gadget: libcomposite: move composite.c into libcompositeSebastian Andrzej Siewior1-11/+1
2012-09-10usb: gadget: Provide a default implementation of default manufacturer stringSebastian Andrzej Siewior1-7/+1
2012-09-10usb: gadget: push iSerialNumber into gadgetsSebastian Andrzej Siewior1-5/+1
2012-09-10usb: gadget: make sure each gadget is using same index for Product, Serial,…Sebastian Andrzej Siewior1-10/+6
2012-09-10usb: gadget: push VID/PID/USB BCD module option into gadgetsSebastian Andrzej Siewior1-0/+4
2012-09-10usb: gadget: make g_printer enumerate againSebastian Andrzej Siewior1-63/+65
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-05-04usb: gadget: make g_printer use compositeSebastian Andrzej Siewior1-350/+97
2012-05-04usb: gadget: remove DUALSPEED from printerSebastian Andrzej Siewior1-24/+1
2012-03-28Remove all #inclusions of asm/system.hDavid Howells1-1/+0
2011-12-12usb: gadget: rename usb_gadget_driver::speed to max_speedMichal Nazarewicz1-1/+1
2011-12-12usb: gadget: replace usb_gadget::is_dualspeed with max_speedMichal Nazarewicz1-2/+2
2011-09-18USB: g_printer: fix bug in unregistrationFabian Godehardt1-1/+1
2011-09-18usb: Provide usb_speed_string() functionMichal Nazarewicz1-11/+3
2011-09-09usb gadget: clean up FSF boilerplate textKlaus Schwarzkopf1-9/+0
2011-07-25Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-17/+23
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik1-1/+4
2011-07-01usb: gadget: defer setting maxpacket till ->setup()Sebastian Andrzej Siewior1-5/+9
2011-06-28usb: gadget: add usb_endpoint_descriptor to struct usb_epTatyana Brokhman1-12/+14
2011-04-29USB: g_printer required set interface requestJonas Andersson1-0/+2
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-01-22USB: g_printer: fix bug in module parameter definitionsAlan Stern1-7/+7
2011-01-22USB: g_printer: fix bug in unregistrationAlan Stern1-3/+2
2010-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds1-4/+3
2010-10-22usb gadget: don't save bind callback in struct usb_gadget_driverUwe Kleine-König1-3/+2
2010-10-22USB: Revert "USB: gadget: section mismatch warning fixed"Michal Nazarewicz1-1/+1
2010-10-15llseek: automatically add .llseek fopArnd Bergmann1-1/+2
2010-08-10USB: autoconvert trivial BKL users to private mutexArnd Bergmann1-3/+4
2010-08-10USB: gadget: section mismatch warning fixedMichal Nazarewicz1-1/+1
2010-06-30USB: gadget/printer, fix sleep inside atomicJiri Slaby1-16/+16
2010-05-27drop unused dentry argument to ->fsyncChristoph Hellwig1-1/+1
2010-03-02USB: Remove unsupported usb gadget driversChristoph Egger1-18/+0
2009-10-01const: constify remaining file_operationsAlexey Dobriyan1-1/+1
2009-03-24USB: replace uses of __constant_{endian}Harvey Harrison1-9/+9
2008-10-17usb gadget: USB_GADGET_VBUS_DRAW Kconfig optionDavid Brownell1-2/+1
2008-10-17USB: g_printer: fix handling zero-length packetSangSu Park1-2/+1
2008-10-16usb gadget: link fixes for printer gadgetDavid Brownell1-0/+14
2008-10-16device create: usb: convert device_create_drvdata to device_createGreg Kroah-Hartman1-2/+2
2008-07-25Rename WARN() to WARNING() to clear the namespaceArjan van de Ven1-1/+1
2008-07-21device create: usb: convert device_create to device_create_drvdataGreg Kroah-Hartman1-2/+2
2008-07-21USB: gadget: Push BKL down into driversAlan Cox1-4/+3
2008-06-20printer gadget: BKL pushdownJonathan Corbet1-1/+2
2008-04-24USB: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-3/+3