SilverLink USB.txt 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. +------------------------------------------+
  2. | TI-GRAPH LINK USB cable (aka SilverLink) |
  3. | Informations |
  4. +------------------------------------------+
  5. Link cable characteristics:
  6. ---------------------------
  7. - Name: 'TI-GRAPH LINK USB'
  8. - Manufacturer: 'Texas Instruments Corporated'
  9. - VID/PID: 0x0451/0xe001
  10. - Firmware revision: 1.03
  11. - Internal µC: CY7C64013 (Cypress Semiconductors)
  12. - bus powered
  13. USB related things:
  14. -------------------
  15. The cable is a full-speed (FS, 12Mbit/s) device, USB1.1 compliant, under a
  16. proprietary class. It does not fit into any existing class (HID, printer, ...)
  17. then it requires a specific device driver.
  18. The device uses 'Bulk' mode for data transfers. There are two bulk endpoints
  19. (IN & OUT) and one control endpoint (mandatory). Transfers are achieved by
  20. packets. The endpoints advertise a maximum packet size of 32 bytes.
  21. Identity card (Linux log):
  22. --------------------------
  23. T: Bus=02 Lev=02 Prnt=02 Port=03 Cnt=03 Dev#= 9 Spd=12 MxCh= 0
  24. D: Ver= 1.10 Cls=00(>ifc ) Sub=00 Prot=00 MxPS= 8 #Cfgs= 1
  25. P: Vendor=0451 ProdID=e001 Rev= 1.03
  26. S: Manufacturer=Texas Instruments Incorporated
  27. S: Product=TI-GRAPH LINK USB
  28. C:* #Ifs= 1 Cfg#= 1 Atr=a0 MxPwr=100mA
  29. I: If#= 0 Alt= 0 #EPs= 2 Cls=ff(vend.) Sub=00 Prot=00 Driver=(none)
  30. E: Ad=81(I) Atr=02(Bulk) MxPS= 32 Ivl=0ms
  31. E: Ad=02(O) Atr=02(Bulk) MxPS= 32 Ivl=0ms
  32. Manufacturer: Texas Instruments Incorporated
  33. Product: TI-GRAPH LINK USB
  34. usb.c: unhandled interfaces on device
  35. usb.c: USB device 2 (vend/prod 0x451/0xe001) is not claimed by any active driver.
  36. Length = 18
  37. DescriptorType = 01
  38. USB version = 1.10
  39. Vendor:Product = 0451:e001
  40. MaxPacketSize0 = 8
  41. NumConfigurations = 1
  42. Device version = 1.03
  43. Device Class:SubClass:Protocol = 00:00:00
  44. Per-interface classes
  45. Configuration:
  46. bLength = 9
  47. bDescriptorType = 02
  48. wTotalLength = 0020
  49. bNumInterfaces = 01
  50. bConfigurationValue = 01
  51. iConfiguration = 00
  52. bmAttributes = a0
  53. MaxPower = 100mA
  54. Interface: 0
  55. Alternate Setting: 0
  56. bLength = 9
  57. bDescriptorType = 04
  58. bInterfaceNumber = 00
  59. bAlternateSetting = 00
  60. bNumEndpoints = 02
  61. bInterface Class:SubClass:Protocol = ff:00:00
  62. iInterface = 00
  63. Endpoint:
  64. bLength = 7
  65. bDescriptorType = 05
  66. bEndpointAddress = 81 (in)
  67. bmAttributes = 02 (Bulk)
  68. wMaxPacketSize = 0020
  69. bInterval = 00
  70. Endpoint:
  71. bLength = 7
  72. bDescriptorType = 05
  73. bEndpointAddress = 02 (out)
  74. bmAttributes = 02 (Bulk)
  75. wMaxPacketSize = 0020
  76. bInterval = 00
  77. Author:
  78. -------
  79. (c) 2004, Romain Liévin
  80. Developer of TiLP & TiEmu.