1. 23 5月, 2007 1 次提交
  2. 28 4月, 2007 1 次提交
    • J
      USB: ftdi_sio: Add USB ID of ADSTech USBX-707 · 868e440d
      Jelle Foks 提交于
      This patch adds the USB ID of the ADS Tech USBX-707 USB IR blaster (that
      comes with the ADS Tech PTV-305 grabber card), which has a ftdi232bm
      inside hooked up to a pic.
      
      With this it should be fairly straightforward to make at least lirc
      receiving work with this device. I will submit a patch to lirc for that
      as soon as I have one ready, I'm getting data with minicom with this
      patch, but need to figure out some more details such as best/correct
      baudrate.
      Signed-off-by: NJelle Foks <jelle@foks.8m.com>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      868e440d
  3. 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
  4. 24 2月, 2007 1 次提交
  5. 08 2月, 2007 1 次提交
  6. 21 12月, 2006 1 次提交
  7. 17 11月, 2006 2 次提交
  8. 29 9月, 2006 2 次提交
  9. 08 9月, 2006 1 次提交
  10. 12 8月, 2006 1 次提交
  11. 03 8月, 2006 1 次提交
  12. 13 7月, 2006 3 次提交
  13. 22 6月, 2006 1 次提交
  14. 09 5月, 2006 2 次提交
  15. 28 4月, 2006 3 次提交
  16. 15 4月, 2006 2 次提交
  17. 21 3月, 2006 1 次提交
  18. 01 3月, 2006 1 次提交
  19. 01 2月, 2006 4 次提交
  20. 05 1月, 2006 2 次提交
  21. 03 1月, 2006 1 次提交
  22. 24 11月, 2005 1 次提交
  23. 29 10月, 2005 2 次提交
  24. 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
  25. 30 7月, 2005 1 次提交