1. 10 3月, 2007 3 次提交
    • G
      USB: Product ID for FT232RL in ftdi_sio · d8b21606
      Gard Spreemann 提交于
      Here is a patch adding the PID for the FT232RL to ftdi_sio. The patch
      generates a warning during compilation because get_ftdi_divisor doesn't
      explicitly handle the FT232RL with this patch, so I guess you don't want
      to use it in its current state. It is all I could come up with with the
      knowledge I have of the drivers at the moment, though, and I hope you
      can have some use for it at least. It works fine with my DLP-TILT with
      an FT232RL.
      
      From: Gard Spreemann <spreeman@stud.ntnu.no>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      d8b21606
    • T
      USB: add Additional PIDs in ftdi_sio · 4eaf60e0
      Thomas Schleusener 提交于
      I've developed some devices with FTDI chips (FT232xx). FTDI was so kind
      to give some own PID's which I can use together with their VID. Some of
      the devices are already very popular here and I have customers from
      universities, institutes .....
      
      I use the FTDI VID 0x0403. My PID's are:
      
      0xff38 - IBS US485 (USB<-->RS422/485 interface)
      0xff39 - IBS PIC-Programmer
      0xff3a - IBS Card reader for PCMCIA SRAM-cards
      0xff3b - IBS PK1 - Particel counter
      0xff3c - IBS RS232 - Monitor
      0xff3d - APP 70 (dust monitoring system)
      0xff3e - IBS PEDO-Modem (RF modem 868.35 MHz)
      0xff3f - future device
      
      The company is "IBS Ing.-Buero Schleusener".
      
      
      From: Thomas Schleusener <thomas@be-schl.de>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      4eaf60e0
    • M
      USB: add QL355P power supply ids to fdti_sio · ef31fec0
      Michael Olberg 提交于
      ef31fec0
  2. 24 2月, 2007 1 次提交
  3. 08 2月, 2007 1 次提交
  4. 21 12月, 2006 1 次提交
  5. 17 11月, 2006 2 次提交
  6. 29 9月, 2006 2 次提交
  7. 08 9月, 2006 1 次提交
  8. 12 8月, 2006 1 次提交
  9. 03 8月, 2006 1 次提交
  10. 13 7月, 2006 3 次提交
  11. 22 6月, 2006 1 次提交
  12. 09 5月, 2006 2 次提交
  13. 28 4月, 2006 3 次提交
  14. 15 4月, 2006 2 次提交
  15. 21 3月, 2006 1 次提交
  16. 01 3月, 2006 1 次提交
  17. 01 2月, 2006 4 次提交
  18. 05 1月, 2006 2 次提交
  19. 03 1月, 2006 1 次提交
  20. 24 11月, 2005 1 次提交
  21. 29 10月, 2005 2 次提交
  22. 09 9月, 2005 1 次提交
    • I
      [PATCH] USB ftdi_sio: New IDs for ELV, Xsens and Falcom products · e6ac4a40
      Ian Abbott 提交于
      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: NIan Abbott <abbotti@mev.co.uk>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      e6ac4a40
  23. 30 7月, 2005 1 次提交
  24. 01 6月, 2005 1 次提交
  25. 04 5月, 2005 1 次提交
    • S
      [PATCH] USB: Spelling fixes for drivers/usb. · 093cf723
      Steven Cole 提交于
      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: NSteven Cole <elenstev@mesatop.com>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      093cf723