An error occurred fetching the project authors.
  1. 09 Apr, 2002 1 commit
    • David Brownell's avatar
      [PATCH] USB physical paths id · 3668d7cd
      David Brownell authored
      This provides something that gets discussed regularly: stable
      device IDs.  Straightforward; most of it was already present:
      
          - Moves "bus_name" out of HCD framework into usb_bus.
            This accounts for _by far the bulk_ of this patch, since
            every use of that original field needed to change.
      
          - Make Vojtech's usb_make_path() use bus_name instead
            of unstable bus numbers ... and usb_device->devpath
            instead of recomputing that same info.  Combine two
            stable IDs, and the result is still stable.  And since both
            are precomputed, usb_make_path() turns into only an
            error check wrapped around snprintf() ... so I inlined it.
      
          - Minor tweak to usb_device->devpath construction.  It
            still uses "/" for the root hub (better suggestions?) but
            Vojtech wanted "." for separators, so I changed that.
      
          - The older HCDs (uhci.c etc) initialize usb_bus.bus_name,
            as well as the sharable HCD framework
      
          - HCD framework no longer uses "bus" member.
      
      These IDs are currently exposed in "input" hotplugging, and
      my next patch addresses that for USB network devices.
      3668d7cd
  2. 04 Apr, 2002 2 commits
  3. 27 Mar, 2002 1 commit
    • David Brownell's avatar
      USB ohci-hcd driver update · be860b8f
      David Brownell authored
        
            - bugfix: control endpoints can't stall
            - bugfix: remove bogus intr unlink optimization,
                by sharing intr/iso code
            - bugfix: iso submit uses urb->interval
            - removed iso urb->next ring logic
                (belongs in hcd layer if anywhere)
            - simplify/shorten/correct completion handling
            - in debug, labels setup packets as such
            - bring CVS ids back up to date
      be860b8f
  4. 26 Mar, 2002 1 commit
    • David Brownell's avatar
      USB ohci-hcd update · 34e02698
      David Brownell authored
      It updates the "ohci-hcd" driver to address two issues, one            
      of which could potentially have caused oopses.  First, it takes
      out calls to usb_dec_dev_use() on the submit error path; that's
      already done elsewhere.  (Noted by Georg Acher.)  Second,
      it removes some pointless diagnostics.  One is for schedule
      overrun interrupts, the other is for accessing the frame counter.
      34e02698
  5. 13 Feb, 2002 1 commit
  6. 09 Feb, 2002 1 commit
  7. 07 Feb, 2002 1 commit
  8. 05 Feb, 2002 2 commits
    • Greg Kroah-Hartman's avatar
      [PATCH] USB ohci-hcd driver update · a5c9b326
      Greg Kroah-Hartman authored
      Here's a patch against 2.5.3 for the USB ohci-hcd driver that does the
      following:
      	- doesn't assume CONFIG_DEBUG_SLAB
      	- unlink from interrupt completions now work
      	- doesn't force debugging on
      	- updated copyright / license statements
      	- slightly smaller object size
      	- fewer inlined magic numbers
      	- removes unused fields from data structures
      	- header file reorg, doc fixup
      This patch was done by David Brownell.
      a5c9b326
    • Linus Torvalds's avatar
      v2.5.2.2 -> v2.5.2.3 · 463727d1
      Linus Torvalds authored
      - Al Viro: VFS inode allocation moved down to filesystem, trim inodes
      - Greg KH: USB update, hotplug documentation
      - Kai Germaschewski: ISDN update
      - Ingo Molnar: scheduler tweaking ("J2")
      - Arnaldo: emu10k kdev_t updates
      - Ben Collins: firewire updates
      - Björn Wesen: cris arch update
      - Hal Duston: ps2esdi driver bio/kdev_t fixes
      - Jean Tourrilhes: move wireless drivers into drivers/net/wireless,
      update wireless API #1
      - Richard Gooch: devfs race fix
      - OGAWA Hirofumi: FATFS update
      463727d1