aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/usb (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-01-30headers_check fix: usb/gadgetfs.hJaswinder Singh Rajput1-1/+1
2009-01-30headers_check fix: usb/cdc.hJaswinder Singh Rajput1-0/+2
2009-01-21usbnet: allow type check of devdbg arguments in non-debug buildSteve Glendinning1-1/+3
2009-01-07USB: musb: use new platform data interface of musb to replace old oneBryan Wu1-0/+5
2009-01-07USB: otg: add otg_put_transceiver()Philipp Zabel1-0/+1
2009-01-07USB: otg: gpio_vbus transceiver stubPhilipp Zabel1-0/+30
2009-01-07USB: wusb: annotate association types withe proper endiannessHarvey Harrison1-11/+11
2009-01-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 into for-upstreamDavid Vrabel1-2/+6
2008-12-17USB: fix comment about endianness of descriptorsPhil Endecott1-2/+6
2008-10-28wusb: do a proper channel stopDavid Vrabel1-0/+1
2008-10-20Merge branch 'master' into for-upstreamDavid Vrabel7-4/+295
2008-10-17usb: vstusb.c : new driver for spectrometers used by Vernier Software & Technology, Inc.Stephen Ware2-0/+72
2008-10-17USB: Fix spelling in usb/serial.hGeoff Levand1-1/+1
2008-10-17usb gadget: cdc obex glueFelipe Balbi1-0/+9
2008-10-17usb gadget: function activation/deactivationDavid Brownell1-2/+9
2008-10-17USB: add USB test and measurement class driverGreg Kroah-Hartman2-1/+44
2008-10-12Merge branches 'x86/xen', 'x86/build', 'x86/microcode', 'x86/mm-debug-v2', 'x86/memory-corruption-check', 'x86/early-printk', 'x86/xsave', 'x86/ptrace-v2', 'x86/quirks', 'x86/setup', 'x86/spinlocks' and 'x86/signal' into x86/core-v2Ingo Molnar1-0/+160
2008-09-17wusb: add the Wireless USB include files.Inaky Perez-Gonzalez2-0/+647
2008-08-13usb: musb: pass configuration specifics via pdataFelipe Balbi1-5/+33
2008-08-13USB: Add MUSB and TUSB supportFelipe Balbi1-0/+70
2008-08-13usb-serial: don't release unregistered minorsAlan Stern1-1/+2
2008-07-26usb: move ehci reg defYinghai Lu1-0/+160
2008-07-25Rename WARN() to WARNING() to clear the namespaceArjan van de Ven1-1/+1
2008-07-22usb_serial: API all changeAlan Cox1-26/+30
2008-07-21USB Gadget: documentation updateAlan Stern1-2/+6
2008-07-21usb: irda: cleanup on ir-usb moduleFelipe Balbi1-0/+151
2008-07-21usb gadget: composite gadget coreDavid Brownell1-0/+338
2008-07-21usb gadget: descriptor copying supportDavid Brownell1-0/+19
2008-06-28rndis_host: pass buffer length to rndis_commandJussi Kivilinna1-1/+2
2008-05-20USB: CDC WDM driverOliver Neukum1-0/+9
2008-05-14USB: add association.hGreg Kroah-Hartman1-0/+150
2008-05-02USB GADGET/PERIPHERAL: g_file_storage Bulk-Only Transport complianceDavid Lopo1-0/+21
2008-05-02USB: add Cypress c67x00 OTG controller core driverPeter Korsgaard1-0/+48
2008-05-02USB: Add the USB 2.0 extension descriptor.Sarah Sharp1-1/+11
2008-04-24USB: serial: remove endpoints setting checks from core and headerGreg Kroah-Hartman1-18/+0
2008-04-24USB: Standardize inclusion protection and add where missing.Robert P. J. Day17-40/+57
2008-04-24USB: defines for USB "Link Power Management" (LPM) ECNDavid Brownell1-3/+11
2008-04-24USB: add USB_DT_CS_RADIO_CONTROL define to ch9.hGreg Kroah-Hartman1-0/+1
2008-04-06atmel_usba_udc: move endpoint declarations into platform data.Stelian Pop1-0/+22
2008-03-24USB: new quirk flag to avoid Set-InterfaceAlan Stern1-0/+3
2008-03-10USB: Remove __KERNEL__ check from non-exported gadget.h.Robert P. J. Day1-4/+0
2008-03-10USB: g_printer.h does not need to be "unifdef"ed.Robert P. J. Day1-1/+1
2008-02-01USB: fix codingstyle issues in include/linux/usb/Greg Kroah-Hartman11-205/+220
2008-02-01USB: stop io performed by mos7720 upon close()Oliver Neukum1-0/+2
2008-02-01USB: linux/usb/Kbuild needs only "header-y", not "unifdef-y"Robert P. J. Day1-5/+5
2008-02-01USB: usb_serial: clean tty reference in the last closeAristeu Rozanski1-0/+1
2008-02-01USB: add Printer Gadget DriverCraig W. Nadler3-0/+37
2008-01-31Move usbnet.h and rndis_host.h to include/linux/usbJussi Kivilinna2-0/+488
2007-10-15docbook: fix usb contentRandy Dunlap1-2/+2
2007-10-12USB: serial core should respect driver requirementsAlan Stern1-7/+13