1. 14 8月, 2008 1 次提交
  2. 23 7月, 2008 1 次提交
  3. 04 7月, 2008 1 次提交
    • J
      USB: New device ID for ftdi_sio driver · 2542335c
      Jon K Hellan 提交于
      Here's a new device ID for the ftdio_sio driver.
      The diff is with linus's tree as of this morning.
      
      The device is the RigExpert Tiny USB Soundcard Transceiver Interface for ham
      radio.
      
      (I didn't actually test this. A fellow ham couldn't get the device to work, and
      I suggested binding the device ID using sysfs - see
      "http://jk.ufisa.uninett.no/usb/". However, he had had moved on to other things
      by then. I guess adding the device ID to the kernel "on spec" won't hurt.
      The relevant part of cat /proc/bus/usb/devices shows:
      
      T:  Bus=02 Lev=01 Prnt=01 Port=00 Cnt=01 Dev#=  2 Spd=12  MxCh= 0
      D:  Ver= 2.00 Cls=00(>ifc ) Sub=00 Prot=00 MxPS= 8 #Cfgs=  1
      P:  Vendor=0403 ProdID=ed22 Rev= 5.00
      S:  Manufacturer=FTDI
      S:  Product=MixW RigExpert Tiny
      S:  SerialNumber=00000000
      C:* #Ifs= 2 Cfg#= 1 Atr=80 MxPwr=100mA
      I:* If#= 0 Alt= 0 #EPs= 2 Cls=ff(vend.) Sub=ff Prot=ff Driver=(none)
      E:  Ad=81(I) Atr=02(Bulk) MxPS=  64 Ivl=0ms
      E:  Ad=02(O) Atr=02(Bulk) MxPS=  64 Ivl=0ms
      I:* If#= 1 Alt= 0 #EPs= 2 Cls=ff(vend.) Sub=ff Prot=ff Driver=(none)
      E:  Ad=83(I) Atr=02(Bulk) MxPS=  64 Ivl=0ms
      E:  Ad=04(O) Atr=02(Bulk) MxPS=  64 Ivl=0ms
      )
      
      From: Jon K Hellan <hellan@acm.org>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      
      2542335c
  4. 30 5月, 2008 1 次提交
  5. 21 5月, 2008 1 次提交
  6. 03 5月, 2008 1 次提交
  7. 11 3月, 2008 1 次提交
  8. 05 3月, 2008 1 次提交
  9. 02 2月, 2008 4 次提交
  10. 20 10月, 2007 1 次提交
  11. 11 9月, 2007 1 次提交
  12. 23 8月, 2007 1 次提交
  13. 26 6月, 2007 1 次提交
  14. 23 5月, 2007 3 次提交
  15. 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
  16. 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
  17. 24 2月, 2007 1 次提交
  18. 08 2月, 2007 1 次提交
  19. 21 12月, 2006 1 次提交
  20. 17 11月, 2006 2 次提交
  21. 29 9月, 2006 2 次提交
  22. 08 9月, 2006 1 次提交
  23. 12 8月, 2006 1 次提交
  24. 03 8月, 2006 1 次提交
  25. 13 7月, 2006 3 次提交
  26. 22 6月, 2006 1 次提交
  27. 09 5月, 2006 2 次提交
  28. 28 4月, 2006 1 次提交