summaryrefslogtreecommitdiff
path: root/drivers/usb/gadget/printer.c
AgeCommit message (Expand)AuthorFilesLines
2009-03-25USB: replace uses of __constant_{endian}Harvey Harrison1-9/+9
2008-10-18usb gadget: USB_GADGET_VBUS_DRAW Kconfig optionDavid Brownell1-2/+1
2008-10-18USB: 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-22device create: usb: convert device_create to device_create_drvdataGreg Kroah-Hartman1-2/+2
2008-07-22USB: gadget: Push BKL down into driversAlan Cox1-4/+3
2008-06-21printer gadget: BKL pushdownJonathan Corbet1-1/+2
2008-04-25USB: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-3/+3
2008-04-25USB: g_printer bugfixesCraig W. Nadler1-32/+54
2008-03-05USB: remove incorrect struct class_device from the printer gadgetTony Jones1-1/+0
2008-02-22USB: g_printer, fix empty if statementAdrian Bunk1-1/+1
2008-02-02USB: add Printer Gadget DriverCraig W. Nadler1-0/+1592