1. 16 Jan, 2004 11 commits
    • Alan Stern's avatar
      [PATCH] USB Storage: Old patches (as129 and as141) · c520cb25
      Alan Stern authored
      There's a couple of old patches floating around still that you might want
      to apply.  I have reproduced them below.
      
      as129 handles the situation where a command error causes us to do a device
      reset, but the SCSI layer times out and aborts the command during the
      reset delay.  It clears a flag that otherwise will prevent us from sending
      the clear-halt messages following the reset.
      
      as141 is the DMA buffer alignment patch.  You asked me to remind you about
      it eventually.  There shouldn't be any harm at all in applying it without
      waiting for the corresponding SCSI part of the patch to be applied.
      Without that other part, this will essentially do nothing.
      
      Alan Stern
      c520cb25
    • Matthias Bruestle's avatar
      12477ec1
    • Greg Kroah-Hartman's avatar
    • Adrian Knoth's avatar
      [PATCH] USB: add Driver for Emagic A6-2 (formerly known as EMI 6|2m) · 6ef4be17
      Adrian Knoth authored
      this patch which applies against Linux-2.6.0 (and also 2.6.1)
      adds support for the Emagic A6-2 USB-Audio-Interface.
      
      Note that the selection of either MIDI or SPDIF is actually done
      by ifdefs in the driver, this behaviour should clearly be changed
      to MODULE_PARAM in the future.
      
      See <http://adi.thur.de/?show=emi62> for details.
      6ef4be17
    • Rasmus Rohde's avatar
      [PATCH] USB: Missing patch for ftdi_sio.c · c7e71db8
      Rasmus Rohde authored
      On Sat, 2004-01-10 at 05:07, Greg KH wrote:
      > On Thu, Dec 18, 2003 at 10:28:24PM +0100, Rasmus Rohde wrote:
      > > I wrote to you earlier about a missing patch to ftdi_sio.c that appeared
      > > in
      > >
      > > http://www.kernel.org/pub/linux/kernel/people/gregkh/usb/2.5/usb-ftdi_sio-2.5.68.patch
      > >
      > > It has to do with the introduction tiocmset and tiocmget.
      > > This patch was dropped in
      > >
      > > http://www.kernel.org/pub/linux/kernel/people/gregkh/usb/2.5/usb-ftdi_sio-2.5.75.patch
      > >
      > > which unfortunately breaks the driver.
      >
      > Hm, sorry about that.  Care to send me a patch to fix it up?
      c7e71db8
    • Paulo Marques's avatar
      [PATCH] USB: add another PID to ftdi_sio · 569fe2db
      Paulo Marques authored
      This patch adds a new product ID to the list of devices using the FTDI232BM
      chip. It applies cleanly against vanilla 2.6.0.
      569fe2db
    • Alan Stern's avatar
      [PATCH] USB Storage: unusual_devs.h update · c01c1958
      Alan Stern authored
      On Wed, 14 Jan 2004, Marcin Juszkiewicz wrote:
      
      > After running "MS Import" on my Sony Clie SJ30 palmtop I got:
      >
      > hub 3-0:1.0: new USB device on port 2, assigned address 6
      > usb-storage: This device (054c,006d,0100 S 05 P 00) has unneeded SubClass and Protocol entries in unusual_devs.h
      >    Please send a copy of this message to <linux-usb-devel@lists.sourceforge.net>
      
      Thanks for sending this.  The updated information will appear in an
      upcoming kernel.
      c01c1958
    • Alan Stern's avatar
      [PATCH] USB Storage: another unusual_devs entry · 298e83bb
      Alan Stern authored
      On Fri, 2 Jan 2004, Eric Lussard wrote:
      
      > <5>usb-storage: This device (05e3,0701,0002 S 02 P 50) has an unneeded
      > Protocol entry
      > in unusual_devs.h
      > <4>   Please send a copy of this message to
      > <linux-usb-devel@lists.sourceforge.net>
      
      Yet another unusual_devs change!  I really should stick to a policy of
      reading through all the new email before sending any replies...
      298e83bb
    • Alan Stern's avatar
      [PATCH] USB Storage: another unneeded unusual_devs entry · a3a451f8
      Alan Stern authored
      On Fri, 2 Jan 2004, Oliver Neukum wrote:
      
      > Hi Alan,
      >
      > you seem to like them. Here it is:
      >
      > usb-storage 3-1:1.0: usb_probe_interface
      > usb-storage 3-1:1.0: usb_probe_interface - got id
      > usb-storage: This device (0686,4014,0001 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>
      > scsi1 : SCSI emulation for USB Mass Storage devices
      >   Vendor: MINOLTA   Model: DIMAGE  CAMERA    Rev: 1.00
      >   Type:   Direct-Access                      ANSI SCSI revision: 02
      
      Thanks Oliver.  Interestingly, it looks as though the unneeded SubClass
      and Protocol values were the only reason for keeping this entry, so now it
      can be deleted in both 2.4 and 2.6.
      a3a451f8
    • 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 20 commits