1. 16 Jan, 2004 2 commits
    • Alan Stern's avatar
      [PATCH] USB storage: unusual_devs.h change · 6de5b377
      Alan Stern authored
      On Tue, 23 Dec 2003, sledgedog wrote:
      
      > USB Mass Storage support registered.
      > hub 3-0:1.0: new USB device on port 2, assigned address 2
      > usb-storage: This device (090c,1132,0100 S 06 P 50) has unneeded SubClass and Protocol entries in unusual_devs.h
      >    Please send a copy of this message to <linux-usb-devel@lists.sourceforge.net>
      
      Thank you for sending this in.
      
      Greg, here is the patch for unusual_devs.h, both 2.4 and 2.6.
      6de5b377
    • Ross Boswell's avatar
      [PATCH] USB Storage: patch to unusual_devs.h for Pentax Optio 330GS camera · 7cc5255e
      Ross Boswell authored
      I was unable to get my Pentax Optio 330GSrecognised
      by the 2.6.0 kernel until I applied the patch below that I found
      posted some months ago on the German Debian mailing list.
      
      I have attributred it to the original poster.
      7cc5255e
  2. 14 Jan, 2004 1 commit
  3. 09 Jan, 2004 1 commit
  4. 06 Jan, 2004 7 commits
  5. 05 Jan, 2004 21 commits
  6. 04 Jan, 2004 7 commits
  7. 03 Jan, 2004 1 commit
    • Linus Torvalds's avatar
      Fix IDE "PIO WRITE wait for ready" test under extreme interrupt load. · 11f96351
      Linus Torvalds authored
      From Daniel Tram Lux: under extreme irq load on an underpowered CPU,
      the timeout loop may not make any progress, and decide that a timeout
      occurred before it has actually tested the status register.
      
      The minimal fix for now is to just have a final test _after_ the timeout
      to remove the problem. The real fix would likely be to not have irqs
      enabled between reading the status and the timeout. 
      11f96351