summaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2008-07-22USB: autosuspend for cdc-wdmOliver Neukum1-6/+101
2008-07-22USB: additional power savings for cdc-acm devices that support remote wakeupOliver Neukum2-21/+126
2008-07-22USB: keyspan: Remove duplicate device entriesBen Collins1-3/+2
2008-07-22usb: fix uninitialized variable warning in keyspan_pdaBenny Halevy1-1/+1
2008-07-22usb: r8a66597-hcd: fix iinterval for Full/Low speed deviceYoshihiro Shimoda1-4/+27
2008-07-22usb: r8a66597-hcd: fix interrupt triggerYoshihiro Shimoda1-1/+6
2008-07-22USB: fix usb_reset_device and usb_reset_composite_device(take 3)Ming Lei3-19/+20
2008-07-22USB: usb-serial: fix a sparse warning about different signednessAndre Haupt1-1/+1
2008-07-22USB: isp1760: Support board-specific hardware configurationsNate Case3-18/+104
2008-07-22USB: fix comment of usb_set_configurationMing Lei1-1/+1
2008-07-22USB: use standard SG iterator in the scatter-gather libraryAlan Stern1-6/+6
2008-07-22USB: remove interface parameter of usb_reset_composite_deviceMing Lei3-11/+5
2008-07-22USB: AccessRunner: avoid unnecessary memsetChristophe Jaillet1-1/+0
2008-07-22USB: drivers/usb/host/isp1760-hcd.c: processor flags have type `unsigned long'Andrew Morton1-2/+2
2008-07-22USB: cdc-wdm cleanupOliver Neukum1-6/+10
2008-07-22USB: delete airprime driverGreg Kroah-Hartman4-362/+2
2008-07-22USB: usbmon: use simple_read_from_buffer()Akinobu Mita1-12/+2
2008-07-22USB: uhci: mark root_hub_hub_des[] as constMing Lei1-1/+1
2008-07-22USB: host: mark const variable tables as "const"Ming Lei1-3/+3
2008-07-22usb: irda: cleanup on ir-usb moduleFelipe Balbi1-220/+270
2008-07-22USB: ehci-hcd unlink speedupsDavid Brownell3-10/+14
2008-07-22usb: hub: add check for unsupported bus topologyFelipe Balbi3-2/+8
2008-07-22USB: ohci_hcd hang: submit vs. rmmod racePete Zaitcev1-3/+0
2008-07-22USB: make SA1111 OHCI driver SA11x0 specificEric Miao1-1/+1
2008-07-22USB: missing usb_put_hcd to ohci-at91Pete Zaitcev1-4/+5
2008-07-22USB: speedtch.c fix sparse shadowed variable warningHarvey Harrison1-1/+0
2008-07-22USB: cp2101.c fix sparse signedness mismatch warningsHarvey Harrison1-6/+7
2008-07-22USB: digi_accelport.c trivial sparse lock annotationHarvey Harrison1-0/+1
2008-07-22USB: ohci-ppc-of: use linux/of_platform.h instead of asmStephen Rothwell1-1/+1
2008-07-22USB: sisusb: Push down the BKLAlan Cox1-7/+6
2008-07-22USB: rio100: Push down the BKLAlan Cox1-4/+4
2008-07-22USB: auerwald: Push down the BKL into the driverAlan Cox1-4/+6
2008-07-22USB: iowarrior: Push down BKLAlan Cox1-3/+5
2008-07-22USB: usblcd: Push down BKL into driverAlan Cox1-2/+4
2008-07-22USB: ftdi_usb: Eliminate ioctl and BKL ioctl useAlan Cox1-24/+0
2008-07-22USB: gadget: Push BKL down into driversAlan Cox2-14/+16
2008-07-22usb ethernet gadget: use composite gadget frameworkDavid Brownell1-2456/+173
2008-07-22usb gadget: new "CDC Composite" gadget driverDavid Brownell3-0/+262
2008-07-22usb ethernet gadget: split RNDIS functionDavid Brownell3-4/+848
2008-07-22usb ethernet gadget: split CDC Ethernet functionDavid Brownell4-1/+881
2008-07-22usb ethernet gadget: split CDC Subset functionDavid Brownell3-1/+427
2008-07-22usb ethernet gadget: split out network coreDavid Brownell3-1/+1051
2008-07-22usb gadget: RNDIS cleanupsDavid Brownell4-328/+79
2008-07-22usb gadget serial: use composite gadget frameworkDavid Brownell2-933/+145
2008-07-22usb gadget serial: split out generic serial functionDavid Brownell3-1/+298
2008-07-22usb gadget serial: split out CDC ACM functionDavid Brownell3-6/+595
2008-07-22usb gadget zero: use composite gadget frameworkDavid Brownell2-1069/+97
2008-07-22usb gadget zero: split out loopback configDavid Brownell2-0/+383
2008-07-22usb gadget zero: split out source/sink configDavid Brownell2-0/+610
2008-07-22usb gadget: composite gadget coreDavid Brownell1-0/+1040