1. 21 3月, 2006 2 次提交
    • A
      [PATCH] UHCI: use dummy TDs · af0bb599
      Alan Stern 提交于
      This patch (as624) fixes a hardware race in uhci-hcd by adding a dummy
      TD to the end of each endpoint's queue.  Without the dummy the host
      controller will effectively turn off the queue when it reaches the end,
      which happens asynchronously.  This leads to a potential problem when
      new transfer descriptors are added to the end of the queue; they may
      never get used.
      
      With a dummy TD present the controller never turns off the queue;
      instead it just stops at the dummy and leaves the queue on but inactive.
      When new TDs are added to the end of the queue, the first new one gets
      written over the dummy.  Thus there's never any question about whether
      the queue is running or needs to be restarted.
      Signed-off-by: NAlan Stern <stern@rowland.harvard.edu>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      af0bb599
    • A
      [PATCH] UHCI: use one QH per endpoint, not per URB · dccf4a48
      Alan Stern 提交于
      This patch (as623) changes the uhci-hcd driver to make it use one QH per
      device endpoint, instead of a QH per URB as it does now.  Numerous areas
      of the code are affected by this.  For example, the distinction between
      "queued" URBs and non-"queued" URBs no longer exists; all URBs belong to
      a queue and some just happen to be at the queue's head.
      Signed-off-by: NAlan Stern <stern@rowland.harvard.edu>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      dccf4a48
  2. 05 1月, 2006 2 次提交
  3. 29 10月, 2005 2 次提交
  4. 28 6月, 2005 1 次提交
    • A
      [PATCH] USB UHCI: Add root hub states · c8f4fe43
      Alan Stern 提交于
      This patch starts making some serious changes to the UHCI driver.
      There's a set of private states for the root hub, and the internal
      routines for suspending and resuming work completely differently, with
      transitions based on the new states.  Now the driver distinguishes
      between a privately auto-stopped state and a publicly suspended state,
      and it will properly suspend controllers with broken resume-detect
      interrupts instead of resetting them.
      Signed-off-by: NAlan Stern <stern@rowland.harvard.edu>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      c8f4fe43
  5. 17 4月, 2005 1 次提交
    • L
      Linux-2.6.12-rc2 · 1da177e4
      Linus Torvalds 提交于
      Initial git repository build. I'm not bothering with the full history,
      even though we have it. We can create a separate "historical" git
      archive of that later if we want to, and in the meantime it's about
      3.2GB when imported into git - space that would just make the early
      git days unnecessarily complicated, when we don't have a lot of good
      infrastructure for it.
      
      Let it rip!
      1da177e4