Skip to content
  1. Sep 28, 2006
  2. Sep 07, 2006
  3. Aug 11, 2006
  4. Aug 02, 2006
  5. Jul 12, 2006
  6. Jun 21, 2006
  7. May 09, 2006
  8. Apr 27, 2006
  9. Apr 14, 2006
  10. Mar 20, 2006
  11. Feb 28, 2006
  12. Feb 01, 2006
  13. Jan 04, 2006
  14. Jan 03, 2006
  15. Nov 24, 2005
  16. Oct 28, 2005
  17. Sep 08, 2005
    • Ian Abbott's avatar
      [PATCH] USB ftdi_sio: New IDs for ELV, Xsens and Falcom products · e6ac4a40
      Ian Abbott authored
      
      
      This patch for the ftdi_sio driver adds a bunch of new devices and fixes
      an incorrect PID:
      
      o Fix PID for ELV UO100 (the PID was in fact for ELV UR100).
      o Add PID ELV UR100 (see above) and ELV ALC 8500 Expert.
      o Add a whole bunch of other PIDs for ELV USB devices, commented out for
         now as they may be used by other drivers eventually.  (Christian Abt
         of ELV.de submitted a full list of devices including an indication of
         which set of drivers are used by default in the MS Windows world.  We
         decided to comment out the devices that use FTDI's D2XX Windows
         drivers by default.)
      o Add PIDs for eight devices from Xsens Technologies BV (submitted in a
         patch against 2.6.12.2 by Patrick Riphagen).
      o Add PID for Falcom Samba GPRS modem (submitted by Sebastian Schubert).
      
      Signed-off-by: default avatarIan Abbott <abbotti@mev.co.uk>
      Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
      e6ac4a40
  18. Jul 29, 2005
  19. May 31, 2005
  20. May 04, 2005
    • Steven Cole's avatar
      [PATCH] USB: Spelling fixes for drivers/usb. · 093cf723
      Steven Cole authored
      
      
      Here are some spelling corrections for drivers/usb.
      
      cancelation -> cancellation
      succesful -> successful
      cancelation -> cancellation
      decriptor -> descriptor
      Initalize -> Initialize
      wierd -> weird
      Protocoll -> Protocol
      occured -> occurred
      successfull -> successful
      Procesing -> Processing
      devide -> divide
      Isochronuous -> Isochronous
      noticable -> noticeable
      Basicly -> Basically
      transfering -> transferring
      intialize -> initialize
      Incomming -> Incoming
      additionnal -> additional
      asume -> assume
      Unfortunatly -> Unfortunately
      retreive -> retrieve
      tranceiver -> transceiver
      Compatiblity -> Compatibility
      Incorprated -> Incorporated
      existance -> existence
      Ununsual -> Unusual
      
      Signed-off-by: default avatarSteven Cole <elenstev@mesatop.com>
      Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
      093cf723
    • Ian Abbott's avatar
      [PATCH] USB: ftdi_sio redundant macro removal · 5e54f91d
      Ian Abbott authored
      
      
      [ftdi_sio] Replaced redundant INTERFACE_A and INTERFACE_B macros with
      the equivalent PIT_SIOA and PIT_SIOB macros.
      
      Signed-off-by: default avatarIan Abbott <abbotti@mev.co.uk>
      Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
      5e54f91d
    • Ian Abbott's avatar
      [PATCH] USB: VID/PID updates for ftdi_sio driver · 6f92872c
      Ian Abbott authored
      
      
      Some VID/PID updates for the ftdi_sio driver:
      
      * The "Gude Analog- und Digitalsysteme GmbH" entries were missing from
        the "combined" table.
      * Replaced FTDI_8U232AM_ALT_ALT_PID with 3 PIDs for devices from
        4n-galaxy.de.
      * Removed redundant FTDI_RM_VID and renamed FTDI_RMCANVIEW_PID to
        FTDI_RM_CANVIEW_PID.
      * Added VID/PID for serial converter in Mobility Electronics EasiDock
        USB 200 (mentioned by Gregory Schmitt).
      * Added PID for Active Robots USB comms board (mentioned by John Koch).
      
      Signed-off-by: default avatarIan Abbott <abbotti@mev.co.uk>
      Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
      
      diff -ur a/drivers/usb/serial/ftdi_sio.c b/drivers/usb/serial/ftdi_sio.c
      6f92872c
  21. Apr 16, 2005
    • Linus Torvalds's avatar
      Linux-2.6.12-rc2 · 1da177e4
      Linus Torvalds authored
      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!
Loading