TeenyUSB icon indicating copy to clipboard operation
TeenyUSB copied to clipboard

HUB Support

Open mori-br opened this issue 2 years ago • 1 comments

Hi, You have mentioned Hub support on project front page but I cannot find any indication of that support on your code. After executing the program I saw that hub class is not recognized:

D] [HOST] HS DEV:00 Set device address to 01
[D] [HOST] HS DEV:01 Device VID:05e3 PID:0608
[D] [HOST] HS DEV:01 Class (0x09,0x00,0x00) not found, init it as raw device
[D] [HOST] HS DEV:01 Interface (0x09,0x00,0x00) has 1 endpoints:
[D] [HOST] HS DEV:01   Ep  addr:0x81, attr:INTR, mps:1
[D] [HOST] HS DEV:01 Device has 1 interfaces
[D] [HOST] HS DEV:01 Set to configuration 1(1)

Can you confirm that missed support or indicate the source files ? Thanks

mori-br avatar May 05 '22 17:05 mori-br

Hi, You have mentioned Hub support on project front page but I cannot find any indication of that support on your code. After executing the program I saw that hub class is not recognized:

D] [HOST] HS DEV:00 Set device address to 01 [D] [HOST] HS DEV:01 Device VID:05e3 PID:0608 [D] [HOST] HS DEV:01 Class (0x09,0x00,0x00) not found, init it as raw device [D] [HOST] HS DEV:01 Interface (0x09,0x00,0x00) has 1 endpoints: [D] [HOST] HS DEV:01 Ep addr:0x81, attr:INTR, mps:1 [D] [HOST] HS DEV:01 Device has 1 interfaces [D] [HOST] HS DEV:01 Set to configuration 1(1) Can you confirm that missed support or indicate the source files ? Thanks

The code support HUB is no longer maintain, it's moved to archive repo at here https://github.com/xtoolbox/archive_TeenyUSB

xtoolbox avatar May 08 '22 12:05 xtoolbox