aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2004-08-22[PATCH] gcc-3.5 fixesAndi Kleen1-1/+1
2004-08-22[PATCH] gcc-3.5 fixesAndi Kleen1-1/+1
2004-08-08Remove ESPIPE logic from drivers, letting the VFS layer handle it instead.Linus Torvalds6-16/+7
2004-08-05[PATCH] simple_read_buffer() helper functionAlexander Viro1-16/+1
2004-08-01[PATCH] Canonically reference files in Documentation/ code comments partAdrian Bunk2-2/+2
2004-07-26[PATCH] NULL noise removal in drivers/*Alexander Viro1-2/+2
2004-07-26[PATCH] rndis fixAlexander Viro1-8/+10
2004-07-26[PATCH] size_t portability fixesAlexander Viro1-1/+1
2004-07-14merge fixups due to sparse cleanups being done by al and greg at the same time.Greg Kroah-Hartman73-1396/+5047
2004-07-14[PATCH] USB: USB w9968cf compile errorAdrian Bunk1-46/+46
2004-07-14[PATCH] USB: usb hub, don't check speed before resetDavid Brownell1-6/+1
2004-07-14[PATCH] USB: W99[87]CF fixLuca Risolia1-1/+1
2004-07-14[PATCH] USB: usb host side updates, mostly for suspendDavid Brownell8-15/+120
2004-07-14[PATCH] USB: ftdi_sio VID/PID updatesIan Abbott2-1/+43
2004-07-14[PATCH] USB: ftdi_sio debug trace for TIOCMSETIan Abbott1-0/+1
2004-07-14[PATCH] USB: usb/core/hcd.c::usb_init() missing audit.Luiz Capitulino2-3/+6
2004-07-14[PATCH] USB: usbserial/ipaq updateAndreas John2-0/+4
2004-07-14[PATCH] USB: unusual_devs.h updateFrank Engel1-0/+8
2004-07-14[PATCH] USB: fix SN9C10[12] driver for ia64Olaf Hering1-2/+1
2004-07-14[PATCH] USB: sort the order in which the usb-serial drivers get builtGreg Kroah-Hartman1-15/+16
2004-07-14[PATCH] USB: remove CONFIG_USB_SERIAL_DEBUGGreg Kroah-Hartman25-261/+107
2004-07-14[PATCH] USB: change all usbserial drivers to use module_param()Greg Kroah-Hartman17-44/+35
2004-07-14[PATCH] Updates for W99[87]CF and new SN9C10[12] driverLuca Risolia12-588/+4000
2004-07-14[PATCH] USB: usb ethernet gadget, minor fixes + basic OTG supportDavid Brownell1-33/+69
2004-07-14[PATCH] USB: usb gadget zero, basic OTG updatesDavid Brownell2-4/+51
2004-07-14[PATCH] USB: usb gadgetfs, handle omap_udcDavid Brownell1-4/+8
2004-07-14[PATCH] USB: usb serial gadget, add omap_udcDavid Brownell1-0/+14
2004-07-14USB: oops, revert hub patch that wasn't supposed to make it into this patch s...Greg Kroah-Hartman1-41/+2
2004-07-14[PATCH] USB: misc ohci tweaksDavid Brownell4-4/+11
2004-07-14[PATCH] USB: usbnet, Sitecom LN-029David Brownell1-0/+4
2004-07-14[PATCH] USB: ax8817x_unbind does not free the interrupt URB after unlinkingDavid T. Hollis1-17/+9
2004-07-14[PATCH] USB: usbnet:ax8817x - use interrupt URB for link detectionDavid T. Hollis1-37/+83
2004-07-14[PATCH] USB: Allow NULL argument in usb_unlink_urb() and usb_kill_urb()Alan Stern1-5/+9
2004-07-14[PATCH] USB: usb/core/file.c::usb_major_init() cleanup.Luiz Capitulino1-4/+15
2004-07-14[PATCH] USB: fix usbfs mount options ignored bugDan Streetman1-5/+103
2004-07-14[PATCH] USB: more sparse fixups that found a real bug in the se401 driverGreg Kroah-Hartman1-1/+1
2004-07-14[PATCH] USB: Fix endianness bug in UHCI driverAlan Stern1-1/+1
2004-07-14[PATCH] USB: fix lockup with 2.6 keyspan_pda driverOlaf Hering1-1/+1
2004-07-14[PATCH] USB: more sparse cleanups (all pretty much NULL usages.)Greg Kroah-Hartman22-90/+95
2004-07-14[PATCH] USB: fix up the wording in the emi26 firmware file to match the other...Greg Kroah-Hartman1-0/+4
2004-07-14[PATCH] USB: Remove hub's children upon unbindingAlan Stern1-2/+41
2004-07-14[PATCH] USB: Store pointer to usb_device in private hub structureAlan Stern2-18/+18
2004-07-14[PATCH] USB: Don't ask for string descriptor lengthsAlan Stern1-101/+121
2004-07-14[PATCH] USB: Make hub driver use usb_kill_urb()Alan Stern2-30/+12
2004-07-14[PATCH] USB: Add usb_kill_urb()Alan Stern4-150/+112
2004-07-14[PATCH] USB: add 3 Phidget device ids to the HID blacklist.Greg Kroah-Hartman1-0/+8
2004-07-13[PATCH] sparse: more drivers/usb/* annotationsAlexander Viro2-5/+5
2004-07-12[PATCH] sparse: drivers/usb NULL noise removalAlexander Viro29-163/+163
2004-07-12[PATCH] sparse: signal annotationAlexander Viro1-1/+1
2004-07-12[ARM] ohci-omap does not need asm/mach-types.hRussell King1-1/+0
2004-07-06Merge bk://bk.arm.linux.org.uk/linux-2.6-rmkLinus Torvalds1-3/+0
2004-07-06[ARM PATCH] 1954/2: Make pxa platform device names more sensibleIan Campbell1-1/+1
2004-07-04[PATCH] gcc 3.5 fixesAnton Blanchard1-3/+0
2004-06-30[PATCH] sparse: NULL vs 0 - drivers/usbMika Kukkonen16-76/+76
2004-06-29Merge kroah.com:/home/greg/linux/BK/bleed-2.6Greg Kroah-Hartman32-709/+1211
2004-06-29USB: fix bug where removing usb-serial modules or usb serial devices could oopsGreg Kroah-Hartman2-27/+34
2004-06-28[PATCH] USB Storage: Unusual_devs.h updateAlan Stern1-1/+1
2004-06-28[PATCH] USB: Fix pegasus_set_multicast lockup in drivers/usb/net/pegasus.cHerbert Xu1-4/+0
2004-06-28[PATCH] USB: pwc-uncompress.hAndrew Morton1-3/+4
2004-06-28[PATCH] USB: PL2303 module, new IDsPetr Slansky2-0/+7
2004-06-28[PATCH] USB Storage: unusual_devs.h additionTorsten Scherer1-0/+10
2004-06-28USB: provide support for the HX version of pl2303 chipsGreg Kroah-Hartman1-7/+45
2004-06-26MergeJames Bottomley2-2/+2
2004-06-23[PATCH] USB: enable the pwc driver to be able to be built again.Greg Kroah-Hartman1-1/+1
2004-06-23[PATCH] USB: PWC 9.0.1Nemosoft Unv.7-565/+665
2004-06-23[PATCH] USB: Patch to signal underflow in usb-storage driverMatthew Dharm1-0/+6
2004-06-23[PATCH] USB: shut-up kaweth usb/net driverHarm Verhagen1-1/+1
2004-06-23[PATCH] USB: gadgetfs AIO supportDavid Brownell1-5/+177
2004-06-23[PATCH] USB: kaweth not handling ESHUTDOWNOliver Neukum1-1/+1
2004-06-23[PATCH] USB: GFP_KERNEL in irqOliver Neukum1-1/+1
2004-06-23[PATCH] USB: usb gadget drivers should be stricter about ZLPsDavid Brownell5-0/+10
2004-06-23[PATCH] USB: Add mb() during initialization of UHCI controllerAlan Stern1-0/+5
2004-06-23[PATCH] USB: Imiprove usb_device tracking in dummy_hcdAlan Stern1-12/+26
2004-06-23[PATCH] USB: Use 64-bit IO addresses in UHCI driverAlan Stern3-10/+10
2004-06-23[PATCH] USB: hid-tmff fixZinx Verituse1-1/+1
2004-06-23[PATCH] USB: usb ethernet gadget build fixes on PXADavid Brownell1-4/+4
2004-06-23[PATCH] USB: EHCI IRQ tweaksDavid Brownell1-11/+18
2004-06-23[PATCH] abs() fixesAndrew Morton1-14/+0
2004-06-23[PATCH] USB: another error check in acmOliver Neukum1-1/+4
2004-06-23[PATCH] USB: patches to acm driverOliver Neukum2-33/+121
2004-06-23[PATCH] USB: Fail pending URBs in dummy_hcd upon disconnectAlan Stern1-4/+1
2004-06-23[PATCH] USB: Add logical connect-change notices to the hub driverAlan Stern2-21/+62
2004-06-21[PATCH] USB: sparse fixups for devio.cGreg Kroah-Hartman1-9/+10
2004-06-19[PATCH] final hosts.h usage removalArjan van de Ven2-2/+2
2004-06-19Merge bk://bk.arm.linux.org.uk/linux-2.6-rmkLinus Torvalds1-2/+2
2004-06-18[ARM PATCH] 1934/2: Consolidate code to set CKEN on PXAIan Campbell1-2/+2
2004-06-17Merge kroah.com:/home/greg/linux/BK/bleed-2.6Greg Kroah-Hartman74-1523/+2435
2004-06-17USB: mark pwc driver broken again, as it still is :(Greg Kroah-Hartman1-1/+1
2004-06-17[PATCH] USB: dummy_hcd shouldn't reject SET-ADDRESS requestsAlan Stern1-5/+0
2004-06-17[PATCH] USB: Fix endian bug in g_file_storageAlan Stern1-2/+2
2004-06-17[PATCH] USB Storage: unusual_devs.h updateAlan Stern1-1/+1
2004-06-17[PATCH] USB Storage: Lexar Jumpshot CF readerMatthew Dharm2-3/+3
2004-06-17[PATCH] USB: add support for Buffalo LUA-U2-KTXDavid Brownell1-0/+6
2004-06-17[PATCH] proper bios handoff in ehci-hcdDavid Brownell1-3/+4
2004-06-17[PATCH] USB: PhidgetServo driver fixesSean Young1-53/+62
2004-06-17[PATCH] USB: Only process ports with change events pendingAlan Stern2-2/+18
2004-06-15MergeJames Bottomley1-0/+3
2004-06-14[PATCH] USB: Remove private khubd semaphoreAlan Stern2-22/+24
2004-06-13[PATCH] USB: Fix bug in TT initialization introduced by earlierAlan Stern1-10/+13
2004-06-13[PATCH] USB Storage: Fix race when removing the SCSI hostMatthew Dharm3-132/+93
2004-06-13[PATCH] USB Storage: INQUIRY fixup, mode-sense options, Genesys devicesMatthew Dharm2-6/+68
2004-06-11[PATCH] USB: usb on big endian, ehci needs a byteswapDavid Brownell1-1/+1
2004-06-11[PATCH] USB: retry string fetches on ZLPs not just STALLsDavid Brownell1-2/+2
2004-06-11[PATCH] USB: usbnet shouldn't oops on cdc error pathDavid Brownell1-0/+1
2004-06-11[PATCH] USB: usbtest just uses module_param()David Brownell1-8/+8
2004-06-11[PATCH] USB: ATI Remote driver updateTorrey Hoffman2-18/+50
2004-06-11[PATCH] USB: Mark devices as NOTATTACHED as soon as possibleAlan Stern4-18/+94
2004-06-09USB: fix up dumb int_user_arg variable name as pointed out by Al Viro.Greg Kroah-Hartman3-44/+43
2004-06-09USB: sparse cleanups for the whole driver/usb/* tree.Greg Kroah-Hartman23-169/+178
2004-06-09[PATCH] PATCH: 2.6.7-rc3 drivers/usb/core/devio.c: user/kernel pointer bugsRobert T. Johnson1-2/+2
2004-06-08USB: crap, I misapplied a patch with the wrong levelGreg Kroah-Hartman1-0/+385
2004-06-08[PATCH] USB: Minor tidying up of hub driverAlan Stern2-23/+27
2004-06-08[PATCH] USB: Fix bus-list root-hub raceAlan Stern13-36/+52
2004-06-08[PATCH] USB: add printer reset ioctlOliver Neukum1-0/+10
2004-06-08[PATCH] USB: Initialize endpoint autoconfig in g_file_storageAlan Stern1-0/+1
2004-06-08[PATCH] lh7a404 USB host against 2.6.7-rc2David Brownell6-56/+85
2004-06-08[PATCH] USB: rndis (3/4) Big Endian support for gadget RNDISDavid Brownell3-165/+257
2004-06-08[PATCH] USB: usb suspend/resume work better on net2280David Brownell1-8/+17
2004-06-08[PATCH] USB: usb root hubs can set power budgetsDavid Brownell2-0/+14
2004-06-07[PATCH] USB: rndis (4/4) start documenting spec variancesDavid Brownell1-0/+17
2004-06-07[PATCH] USB: rndis (2/4) fix memory leaksDavid Brownell1-5/+13
2004-06-07[PATCH] USB: rndis (1/4) update OID supportDavid Brownell2-170/+199
2004-06-07[PATCH] USB: unusual_devs.h updateAlan Stern1-9/+3
2004-06-07[PATCH] USB: Fix resource leakage in the hub driverAlan Stern2-53/+46
2004-06-07[PATCH] USB: Check port reset return codeAlan Stern1-2/+6
2004-06-07[PATCH] USB devio.c: deadlock fixDuncan Sands1-1/+1
2004-06-07[PATCH] USB devio.c: deadlock fixDuncan Sands1-1/+1
2004-06-07[PATCH] USB: enable pwc usb camera driverKai Engert2-9/+2
2004-06-07[PATCH] USB: Fix problems with cyberjack usb-serial-module since kernel 2.6.2Siegfried Hildebrand1-15/+6
2004-06-06[PATCH] USB: Fix logic in usb_get_descriptor()Alan Stern1-7/+7
2004-06-06[PATCH] USB: enable pwc usb camera driverKai Engert2-9/+2
2004-06-06[PATCH] USB Storage: GetMaxLUN tighteningMatthew Dharm2-12/+21
2004-06-06[PATCH] Re: Problems with cyberjack usb-serial-module since kernel 2.6.2Siegfried Hildebrand1-15/+6
2004-06-06USB: make usb devices remove their sysfs files when disconnected.Greg Kroah-Hartman4-30/+63
2004-06-06Merge kroah.com:/home/greg/linux/BK/bleed-2.6Greg Kroah-Hartman17-548/+641
2004-06-04[PATCH] Make the scsi error handler bus settle delay a per template optionAlan Stern1-0/+3
2004-06-04[PATCH] USB: Genuine changes to hub_port_debounce()Alan Stern1-4/+4
2004-06-04[PATCH] USB: Superficial improvements to hub_port_debounce()Alan Stern1-30/+34
2004-06-04[PATCH] USB: Debounce all connect change eventsAlan Stern1-22/+41
2004-06-04[PATCH] USB: Code cleanup for the UHCI driverAlan Stern1-17/+28
2004-06-04[PATCH] USB: fix Memory leak in visor.c and ftdi_sio.cJoe Nardelli2-0/+2
2004-06-04[PATCH] USB: pegasus driver and ATEN device supportJan Spitalnik1-0/+3
2004-06-04[PATCH] sparse: the rest of ifr_data cleanups and annotationsAlexander Viro2-3/+3
2004-06-04[PATCH] sparse: if_mii() helper (from jgarzik)Alexander Viro1-3/+1
2004-06-03[PATCH] sparse: usb/core/devio annotationAlexander Viro1-19/+20
2004-06-03[PATCH] sparse: ->ifr_data annotationAlexander Viro5-9/+9
2004-06-03[PATCH] sparse: atm annotation - driversAlexander Viro1-3/+3
2004-06-03USB: remove "devfs" message from kernel log for usb-serial driverGreg Kroah-Hartman1-2/+2
2004-06-03[PATCH] USB: kyocera 7135 patchScott Cytacki2-7/+14
2004-06-03[PATCH] USB: 2.6-BK usb (printing) brokenAlan Stern1-0/+1
2004-06-02Cset exclude: vojtech@suse.cz|ChangeSet|20040602201956|45549Greg Kroah-Hartman2-15/+0
2004-06-02[PATCH] USB: Move usb_new_device() et al. into hub.cAlan Stern3-239/+231
2004-06-02[PATCH] USB: Minor cleanups for hub driverAlan Stern2-26/+9
2004-06-01[PATCH] USB: fix race between disconnect and write of acm driverOliver Neukum1-0/+2
2004-06-01[PATCH] USB: fix racy access to urb->status in cdc acm driverOliver Neukum2-6/+11
2004-06-01[PATCH] USB: error handling of open of acm driverOliver Neukum1-8/+23
2004-06-01[PATCH] USB: proper evaluation of the union descriptor for CDC ACMOliver Neukum2-174/+214
2004-06-01[PATCH] USB: usb retry cleanupsDavid Brownell1-4/+1
2004-06-01[PATCH] USB: pxa/rndis device descriptorDavid Brownell1-11/+10
2004-06-01[PATCH] USB: Patch to prevent overlapping access by usb-storage and usbfsVojtech Pavlik2-0/+15
2004-06-01[PATCH] Add support for ISD-300 controllerJoël Bourquard1-0/+6
2004-06-01[PATCH] USB: Fix disconnect bug in dummy_hcdAlan Stern1-4/+11
2004-06-01[PATCH] USB: unusual_devs.h updateAlan Stern1-1/+1
2004-05-29[PATCH] sparse: misc ->read()/->write() __user annotationAlexander Viro1-8/+3
2004-05-29[PATCH] sparse: bits and piecesAlexander Viro1-1/+1
2004-05-28Merge kroah.com:/home/greg/linux/BK/bleed-2.6Greg Kroah-Hartman23-488/+670
2004-05-27[PATCH] USB: ftdi_sio throttling fixIan Abbott1-22/+103
2004-05-27[PATCH] USB: Use normal return codes for several routines in hub.cAlan Stern1-23/+16
2004-05-24[PATCH] USB: Gonzo variable renaming in hub.cAlan Stern1-269/+276
2004-05-24[PATCH] USB: Make usb_choose_configuration() a separate subroutineAlan Stern1-30/+35
2004-05-24[PATCH] USB: Add usb_release_address() and move usb_set_address()Alan Stern3-27/+37
2004-05-24[PATCH] USB: Change "driverfs" to "sysfs" in usbcoreAlan Stern5-9/+9
2004-05-24[PATCH] USB UHCI: allow URBs to be unlinked when IRQs don't workAlan Stern2-5/+49
2004-05-24[PATCH] USB: Initially read 9 bytes of config descriptorAlan Stern1-8/+9
2004-05-24[PATCH] USB: visor: Fix Oops on disconnectJoe Nardelli1-60/+65
2004-05-24[PATCH] USB: out of bounds access in hiddev_cleanupOlaf Hering1-1/+1
2004-05-24[PATCH] USB: Fix down() in hard IRQ in powermate driverJames Lamanna1-8/+12
2004-05-24[PATCH] Fix various memory leaksAndrew Morton3-2/+4
2004-05-24[PATCH] USB: Fix kobil_sct with uhciThomas Wahrenbruch2-14/+33
2004-05-24[PATCH] USB: add support for MS adapter to usb pegasus net driverMordechai Ovits1-0/+3
2004-05-24[PATCH] USB: PXA 2xx UDC and RNDIS g_etherDavid Brownell2-1/+3
2004-05-24[PATCH] USB: /usb/gadget/serial.c warning fix.Luiz Capitulino1-6/+3
2004-05-24[PATCH] USB: fix fix to kaweth.cOliver Neukum1-1/+2
2004-05-24[PATCH] USB: waitqueue related problem in kawethOliver Neukum1-4/+4
2004-05-24[PATCH] USB: yet another place for msleepOliver Neukum1-5/+3
2004-05-24[PATCH] USB: clean delays for ehciOliver Neukum1-2/+1
2004-05-24[PATCH] USB: usblp printer GET_DEVICE_ID fixMartin Habets1-4/+17
2004-05-25[ARM] pxa2xx_udc needs asm/mach-types.hRussell King1-0/+1
2004-05-21[PATCH] trivial: remove duplicated #includesAndrew Morton1-1/+0
2004-05-18USB: remove ehci and ohci's private sleep function and use msleep() instead.Greg Kroah-Hartman6-21/+9
2004-05-18USB: clean up usages of wait_ms() now that we have msleep()Greg Kroah-Hartman10-18/+18
2004-05-18USB: remove usb_uninterruptible_sleep_ms() now that we have msleep()Greg Kroah-Hartman2-18/+7
2004-05-17USB: fix up formatting issues with aiptek driverGreg Kroah-Hartman1-464/+291
2004-05-17USB: fix dumb compile error in aiptek driverGreg Kroah-Hartman1-1/+1
2004-05-17[PATCH] USB: purge wait_ms from coreOliver Neukum1-7/+7
2004-05-17[PATCH] USB: new delay helper safe wrt waitqueuesOliver Neukum1-0/+11
2004-05-17[PATCH] USB: ethernet/rndis gadget address paramsDavid Brownell2-14/+48
2004-05-17[PATCH] USB: RNDIS (and CDC) filter flag handlingDavid Brownell3-48/+39
2004-05-17[PATCH] USB: Aiptek.c Driver patchBryan W. Headley2-216/+2290
2004-05-16[PATCH] USB: further fix to mdc800Oliver Neukum1-16/+17