1. 17 2月, 2010 2 次提交
  2. 24 12月, 2009 2 次提交
  3. 12 12月, 2009 1 次提交
  4. 23 9月, 2009 3 次提交
  5. 08 8月, 2009 2 次提交
  6. 29 7月, 2009 1 次提交
  7. 13 7月, 2009 4 次提交
  8. 16 6月, 2009 2 次提交
  9. 09 5月, 2009 1 次提交
  10. 18 4月, 2009 1 次提交
  11. 18 3月, 2009 2 次提交
  12. 10 2月, 2009 1 次提交
  13. 28 1月, 2009 2 次提交
  14. 18 12月, 2008 2 次提交
  15. 18 10月, 2008 1 次提交
  16. 24 9月, 2008 2 次提交
  17. 14 8月, 2008 3 次提交
  18. 23 7月, 2008 1 次提交
  19. 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
  20. 30 5月, 2008 1 次提交
  21. 21 5月, 2008 1 次提交
  22. 03 5月, 2008 1 次提交
  23. 11 3月, 2008 1 次提交
  24. 05 3月, 2008 1 次提交
  25. 02 2月, 2008 1 次提交
    • H
      USB: ftdi_sio: Support for more JTAG adaptors · 20734345
      Harald Welte 提交于
      [PATCH] ftdi_sio: add support for more FTDI based JTAG adaptors
      
      There are more devices similar to the Olimex JTAG adaptor, in that the first
      port of the FT2232C is used for JTAG, and only the second port is available as
      UART.
      
      I have thus renamed ftdi_olimex_{probe,quirk} to ftdi_jtag_{probe,quirk} and
      added vendor/product ID's for the OpenMoko Neo1973 Debug Board as well as the
      OOCDlink device.
      
      I've also updated the KERN_INFO message sent to userspace to remove the word
      'olimex' and an extra '\n' that was causing an empty line in dmesg.
      Signed-off-by: NHarald Welte <laforge@openmoko.org>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      20734345