An error occurred fetching the project authors.
  1. 17 Sep, 2003 1 commit
  2. 31 Aug, 2003 1 commit
  3. 27 Aug, 2003 1 commit
  4. 22 Aug, 2003 1 commit
  5. 11 Aug, 2003 2 commits
    • David Brownell's avatar
      [PATCH] add usb_reset_configuration() · d6ecf7ed
      David Brownell authored
      Unfortunately, usb_set_configuration() is widely mis-used as a
      lightweight device reset.  That's trouble because setting a
      configuration must sometimes involve things that don't relate
      at all to a light reset, and can't be done in contexts like
      driver probe() calls.
      
      This patch updates most usb_set_configuration() users to use a call
      that provides more appropriate functionality:
      
        - Adds a new usb_reset_configuration() call, which never needs
          to change very much usbcore state.
      
        - Uses it to replace most usb_set_configuration() calls, in
          many serial drivers, hisax, dvb, irda, and so on.
      
        - Modifies usb_reset_device() so it issues the control request
          directly.  It's both more of a reset (hides a USB reset) and
          less of one (altsettings are unchanged).
      
        - Makes usbfs return the error code instead of discarding it.
      
      Once this goes in, then usb_set_configuration() can be made to
      work properly (including from sysfs).
      d6ecf7ed
    • David Brownell's avatar
      [PATCH] USB: dabusb doesn't claim every ez-usb an21xx device · 69c4a5e0
      David Brownell authored
      This resolves the annoyance that dabusb claims devices
      it shouldn't (and hotplugs for them), because of wrongly
      including the device IDs used by an21xx devices that don't
      have an ID prom.  Mostly affects developers.
      
      Deti OK'd such a patch ages ago.
      69c4a5e0
  6. 17 Jul, 2003 1 commit
  7. 29 May, 2003 1 commit
  8. 06 May, 2003 1 commit
  9. 27 Dec, 2002 1 commit
  10. 02 Dec, 2002 1 commit
  11. 29 Oct, 2002 2 commits
    • David Brownell's avatar
      [PATCH] USB: clean up usb structures some more · 63bc762f
      David Brownell authored
      This patch splits up the usb structures to have two structs,
      "usb_XXX_descriptor" with just the descriptor, and "usb_host_XXX" (or
      something similar) to wrap it and add the "extra" pointers plus the
      array of related descriptors that the host parsed during enumeration.
      (2 or 3 words extra in each"usb_host_XXX".)  This further matches the
      "on the wire" data and enables the gadget drivers to share the same
      header file.
      
      Covers all the linux/drivers/usb/* and linux/sound/usb/* stuff, but
      not a handful of other drivers (bluetooth, iforce, hisax, irda) that
      are out of the usb tree and will likely be affected.
      63bc762f
    • Josh Myer's avatar
      [PATCH] [PATCH] fix a FIXME in usb.h · 22f63236
      Josh Myer authored
      In ush.h, there's a FIXME for the URB transfer flags. This patch is
      basically a global search and replace to change those all from USB_ to
      URB_.
      
      It touches a few things that aren't directly USB-related, and so should
      probably be passed by those authors, but I figured i should put it here to
      get feedback (ie: "No, moron, you did it all wrong!" or "Oops, that FIXME
      wasn't supposed to be there") before bothering them.
      22f63236
  12. 16 Sep, 2002 1 commit
  13. 02 Aug, 2002 1 commit
  14. 19 Jul, 2002 1 commit
    • Rusty Russell's avatar
      [PATCH] drivers/usb/* designated initializer rework · cfe2b798
      Rusty Russell authored
      Name: Designated initializers for drivers/usb
      Author: Rusty Russell
      Status: Trivial
      
      D: The old form of designated initializers are obsolete: we need to
      D: replace them with the ISO C forms before 2.6.  Gcc has always supported
      D: both forms anyway.
      cfe2b798
  15. 05 Jul, 2002 1 commit
  16. 11 Jun, 2002 1 commit
  17. 10 Jun, 2002 1 commit
  18. 19 May, 2002 1 commit
  19. 02 May, 2002 1 commit
    • Greg Kroah-Hartman's avatar
      USB · 2babc05b
      Greg Kroah-Hartman authored
      cleaned up checking the return value of usb_register_dev()
      2babc05b
  20. 25 Apr, 2002 1 commit
  21. 18 Apr, 2002 1 commit
    • Greg Kroah-Hartman's avatar
      USB core · c2aff941
      Greg Kroah-Hartman authored
      Took out the limitation that drivers had to take up 16 minors.  Now
      they can use only 1 if they want to.
      c2aff941
  22. 05 Apr, 2002 1 commit
    • Greg Kroah-Hartman's avatar
      USB · dff4eb9d
      Greg Kroah-Hartman authored
      moved class/storage/ back to storage/
      created input/
      orderd the makefiles and config.in menus better.
      dff4eb9d
  23. 04 Apr, 2002 1 commit
    • Greg Kroah-Hartman's avatar
      USB · c9894a14
      Greg Kroah-Hartman authored
      moved files to different subdirectories to make try to make sense
      of the current mess, and to allow usb client drivers to integrate into
      the tree easier.
      c9894a14
  24. 13 Feb, 2002 1 commit
  25. 06 Feb, 2002 1 commit
  26. 05 Feb, 2002 9 commits
    • Linus Torvalds's avatar
      v2.5.1.6 -> v2.5.1.7 · 39769961
      Linus Torvalds authored
      - Jeff Garzik: fix up loop and md for struct kdev_t typechecking
      - Jeff Garzik: improved old-tulip network driver
      - Arnaldo: more scsi driver bio updates
      - Kai Germaschewski: ISDN updates
      - various: kdev_t updates
      39769961
    • Linus Torvalds's avatar
      v2.5.1.5 -> v2.5.1.6 · a914dd8b
      Linus Torvalds authored
      - Davide Libenzi: nicer timeslices for scheduler
      - Arnaldo: wd7000 scsi driver cleanups and bio update
      - Greg KH: USB update (including initial 2.0 support)
      - me: strict typechecking on "kdev_t"
      a914dd8b
    • Linus Torvalds's avatar
      v2.5.0.3 -> v2.5.0.4 · 40b1df3a
      Linus Torvalds authored
      - Jens Axboe: fix up bio highmem breakage, more cleanups
      - Greg KH: USB update
      40b1df3a
    • Linus Torvalds's avatar
      v2.5.0.2 -> v2.5.0.3 · 4d6c7b36
      Linus Torvalds authored
      - Al Viro: more superblock cleanups
      - Jens Axboe: more patches for new block IO layer
      - Christoph Hellwig: get rid of the old, long- deprecated SCSI error
      handling
      4d6c7b36
    • Linus Torvalds's avatar
      v2.4.9.9 -> v2.4.9.10 · c37fa164
      Linus Torvalds authored
        - Alan Cox: continued merging
        - Mingming Cao: make msgrcv/shmat check the queue/segment ID's properly
        - Greg KH: USB serial init failure fix, Xircom serial converter driver
        - Neil Brown: nsfd/raid/md/lockd cleanups
        - Ingo Molnar: multipath RAID personality, raid xor update
        - Hugh Dickins/Marcelo Tosatti: swapin read-ahead race fix
        - Vojtech Pavlik: fix up some of the infrastructure for x86-64
        - Robert Love: AMD 761 AGP GART support
        - Jens Axboe: fix SCSI-generic queue handling race
        - me: be sane about page reference bits
      c37fa164
    • Linus Torvalds's avatar
      v2.4.8 -> v2.4.8.1 · a67f1b5d
      Linus Torvalds authored
        - Rui Sousa: emu10k1 module fixes, remove joystick part.
        - Alan Cox: driver merges
        - Andrea Arkangeli: alpha updates
        - David Woodhouse: up_and_exit -> complete_and_exit
        - David Miller: sparc and network update
        - Andrew Morton: update 3c59x driver
        - Neil Brown: NFS export VFAT, knfsd cleanups, raid fixes
        - Ben Collins: ieee1394 updates
        - Paul Mackerras: PPC update
        - me: make sure we don't lose position bits in "filldir()"
      a67f1b5d
    • Linus Torvalds's avatar
      v2.4.5.2 -> v2.4.5.3 · a5287abe
      Linus Torvalds authored
        - remember to increment the version number
        - Chris Mason: reiserfs mark_journal_new and bh leak fix
        - Richard Gooch: devfs update
        - Alexander Viro: further FS cleanup (superblock list)
        - David Woodhouse: MTD update
        - Kai Germaschewski: ISDN update (stanford checker fixes etc)
        - Rich Baum: gcc-3.0 warning fixes
        - Jeff Garzik: network driver updates
        - Geert Uytterhoeven: m68k fbdev logo merge glitch fix
        - Andrea Arcangeli: fix signal return path
        - David Miller: Sparc updates
        - Johannes Erdfelt: USB update
        - Carsten Otte, Andries Brouwer: don't clear blk_size unconditionally
        on partition check
        - Martin Frey: alpha Sable irq fix
        - Paul Mackerras: PPC softirq update
        - Patrick Mochel: PCI power management infrastructure
        - Robert Siemer: miroSOUND driver update
        - Neil Brown: knfsd updates, including ability to export ReiserFS filesystems
        - Trond Myklebust: NFS readdir fixup, don't update atime on client
        - Andrew Morton: truncate_inode_pages speedup
        - Paul Menage: make inode quota count all inodes..
      a5287abe
    • Linus Torvalds's avatar
      v2.4.4.4 -> v2.4.4.5 · 560e8996
      Linus Torvalds authored
        - Al Viro: fs cleanups
        - David Miller: sparc semaphores
        - Christoph Hellwig: VxFS update
        - Asit Mallick: set machine check bit with set_in_cr4
        - Richard Henderson: fix alpha pci_controller_num(), sg_fill, SRM poweroff.
        - Johannes Erdfelt: USB updates
        - Cort Dougan: bitkeeper Id's on the ppc side
        - Matt Chapman: NFS file locking SMP lock fix
        - Alan Cox: further merging
      560e8996
    • Linus Torvalds's avatar
      Import changeset · 7a2deb32
      Linus Torvalds authored
      7a2deb32