MathewWi / dop-iosmod

Automatically exported from code.google.com/p/dop-iosmod
0 stars 0 forks source link

Detection of USB 2.0 enables IOSes #36

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Start DOP-IOS MOD
2. Select "Scan the Wii's internals"

What is the expected output? What do you see instead?

I would expect the IOSes 249, 250 (Waninkoko 38 rev 17) 223, 222 (Hermes
v4) and 202 (Hermes v2 from Mplayer CE site) to be recognized as USB 2.0
enabled. However, only IOSes 249 and 250 are recognized as such.

What version of the product are you using?

DOP-IOS MOD 11.x

Please provide any additional information below.

Ok, it's not really important. Just to let you know.

Original issue reported on code.google.com by gianluca...@gmail.com on 3 Feb 2010 at 11:27

GoogleCodeExporter commented 9 years ago
The reason for this is because cIOS249 uses /dev/usb/ehc. I have no clue what 
module
Hermes is using. If someone can tell me than I can test for it.

Basically what I'm saying is that it is not a bug in our stuff. The only way 
for me
to detect it properly is knowing exactly what module Hermes is using in his 
cIOS.

Original comment by Lunatik.CN@gmail.com on 3 Feb 2010 at 1:21

GoogleCodeExporter commented 9 years ago
Actually after playing around I think he is actually using /dev/usb/oh0 instead 
of
ehc. I'll need to ask around to see what the diff is between the 2 modules but 
it
wouldn't be a big deal to add a check for both if oh0 is the correct module to 
test.

Original comment by Lunatik.CN@gmail.com on 3 Feb 2010 at 1:32

GoogleCodeExporter commented 9 years ago
v12 will be removing USB2.0 checking from SysCheck. After talking with various
developers there is really no proper way to check USB 2.0 status because 
different
modules uses different drivers. 

IE: Guitar Hero/Band Hero doesn't use the same drivers as say a USB Drive. Your 
Shape
has it's own USB Driver. Etc etc.

Original comment by Lunatik.CN@gmail.com on 9 Feb 2010 at 4:37