1. 02 2月, 2008 1 次提交
    • P
      USB: ftdi_sio - enabling multiple ELV devices, adding EM1010PC · 42f8aa94
      Peter Stark 提交于
      I work with a group of people on a free home automation tool called
      FHEM.  Some of the users own more than one USB-serial device by ELV. The
      ftdi_sio driver has most of the ELV devices disabled by default and
      needs to be re-enabled every time you get a new kernel. Additionally a
      new device (EM 1010 PC - enegry monitor) is missing in the list.
      Currently our users have to follow the instructions we provide at
      http://www.koeniglich.de/fhem/linux.html ... However, to some users it
      is too complicated to compile their own kernel module.
      
      We are aware that you can specify one additional device using the
      vendor/product option of the module. But lot's of users own more than
      one device.
      
      Cc: stable <stable@kernel.org>
      Signed-off-by: NPeter Stark <peter.stark@t-online.de>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      42f8aa94
  2. 20 10月, 2007 1 次提交
  3. 11 9月, 2007 1 次提交
  4. 23 8月, 2007 1 次提交
  5. 26 6月, 2007 1 次提交
  6. 23 5月, 2007 3 次提交
  7. 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
  8. 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
  9. 24 2月, 2007 1 次提交
  10. 08 2月, 2007 1 次提交
  11. 21 12月, 2006 1 次提交
  12. 17 11月, 2006 2 次提交
  13. 29 9月, 2006 2 次提交
  14. 08 9月, 2006 1 次提交
  15. 12 8月, 2006 1 次提交
  16. 03 8月, 2006 1 次提交
  17. 13 7月, 2006 3 次提交
  18. 22 6月, 2006 1 次提交
  19. 09 5月, 2006 2 次提交
  20. 28 4月, 2006 3 次提交
  21. 15 4月, 2006 2 次提交
  22. 21 3月, 2006 1 次提交
  23. 01 3月, 2006 1 次提交
  24. 01 2月, 2006 4 次提交
  25. 05 1月, 2006 1 次提交
    • I
      [PATCH] USB: ftdi_sio: new IDs for Teratronik devices · 740a4282
      Ian Abbott 提交于
      This patch adds vendor and product IDs to the ftdi_sio driver's device
      ID table for two devices from teratronik.de.  The device IDs were
      submitted by O. Wölfelschneider of Teratronik Elektronische Systeme
      GmbH.
      
      The charset of the patch is latin-1, same as the original files.
      
      Please apply, thanks!  (I've tried to avoid a clash with Andrew Morton's
      patch to add support for Posiflex PP-7700 printer to the same driver.)
      Signed-off-by: NIan Abbott <abbotti@mev.co.uk>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      740a4282