1. 09 Dec, 2003 2 commits
    • Tom Rini's avatar
      [PATCH] USB: mark the scanner driver as obsolete · cee0c0dd
      Tom Rini authored
      On Mon, Dec 01, 2003 at 11:21:58AM -0800, Greg KH wrote:
      > Can't you use xsane without the scanner kernel driver?  I thought the
      > latest versions used libusb/usbfs to talk directly to the hardware.
      > Because of this, the USB scanner driver is marked to be removed from the
      > kernel sometime in the near future.
      
      After a bit of mucking around (and possibly finding a bug with debian's
      libusb/xsane/hotplug interaction, nothing seems to run
      /etc/hotplug/usb/libusbscanner and thus only root can scan, anyone whose
      got this working please let me know), the problem does not exist if I
      only use  libusb xsane.
      
      How about the following:
      cee0c0dd
    • Matthew Dharm's avatar
      [PATCH] USB storage: fix for jumpshot and datafab devices · bc26e4e4
      Matthew Dharm authored
      This patch fixes some obvious errors in the jumpshot and datafab drivers.
      
      This should close out Bugzilla bug #1408
      
      > Date: Mon, 1 Dec 2003 12:14:53 -0500 (EST)
      > From: Alan Stern <stern@rowland.harvard.edu>
      > Subject: Patch from Eduard Hasenleithner
      > To: Matthew Dharm <mdharm-usb@one-eyed-alien.net>
      > cc: USB Storage List <usb-storage@one-eyed-alien.net>
      >
      > Matt:
      >
      > Did you see this patch?  It was posted to the usb-development mailing list
      > about a week ago, before I started making all my changes.  It is clearly
      > correct and necessary.
      >
      > Alan Stern
      bc26e4e4
  2. 08 Dec, 2003 3 commits
  3. 07 Dec, 2003 5 commits
  4. 06 Dec, 2003 1 commit
  5. 05 Dec, 2003 6 commits
  6. 04 Dec, 2003 3 commits
    • Ulrich Drepper's avatar
      [PATCH] Fix 'noexec' behaviour · 58392dbd
      Ulrich Drepper authored
      We should not allow mmap() with PROT_EXEC on mounts marked "noexec",
      since otherwise there is no way for user-supplied executable loaders
      (like ld.so and emulator environments) to properly honour the
      "noexec"ness of the target.
      58392dbd
    • Linus Torvalds's avatar
      Merge bk://linuxusb.bkbits.net/i2c-2.6 · fcc13592
      Linus Torvalds authored
      into home.osdl.org:/home/torvalds/v2.5/linux
      fcc13592
    • Jean Delvare's avatar
      [PATCH] I2C: fix i2c_smbus_write_byte() for i2c-nforce2 · e9c16459
      Jean Delvare authored
      This patch fixes i2c_smbus_write_byte() being broken for i2c-nforce2.
      This causes trouble when that module is used together with eeprom (which
      is also in 2.6). We have had three user reports about the problem.
      
      Credits go to Mark D. Studebaker for finding and fixing the problem.
      e9c16459
  7. 03 Dec, 2003 6 commits
  8. 02 Dec, 2003 2 commits
  9. 01 Dec, 2003 2 commits
  10. 26 Nov, 2003 2 commits
    • Linus Torvalds's avatar
      Linux 2.6.0-test11 · e689bf58
      Linus Torvalds authored
      e689bf58
    • Ben Collins's avatar
      [PATCH] Lastminute IEEE-1394 fixes · 9b67c27b
      Ben Collins authored
      I've got a lot more changes than what's included here.  I've put this
      down to the bear minimum to get things working sanely.
      
      Mainly, I just want to get all the people hit by this a chance to use
      2.6.0 without having to get our tree. Changes itemized:
      
       - Fix deadlock possibility in csr.c:read_maps()
       - Fix kmalloc to use ATOMIC in highlevel.c.
       - s/in_interrupt/irqs_disabled/ in ieee1394_transactions.c to fix
         warnings when transactions occured.
       - Introduce a release callback for the host driver and use it correctly.
       - Reorganize the nodemgr probe so we do an initial scan to discover
         devices, check IRM/CycleMaster, then do a final full probe when things
         are kosher. Fixes a problem where device registration and hotplug
         would cause some serious problems when a bus reset was forced in the
         middle of the probe.
      9b67c27b
  11. 25 Nov, 2003 8 commits