Hi Guys,
If you have an external USB Dual SATA Dock,
an external USB to SATA/IDE adapter,
or a USB HDD enclosure that is internally SATA,
there's a very good chance it's driven with a JMicron chip.
It might be a good exercise for a beginner to sink their teeth into
(or someone who has been away for a while),
to rewrite the configuration on the I2C EEPROM chip.
The EEPROM contains the USB vendor string that displays in Windows
Device Manager,
as well as configuration options set my manufacturer that are usually out of
our hands, such as whether the device looks to connect to SATA devices, or USB first.
Here is an example EEPROM layout (end of the data sheet) for external SATA USB 2.0 adapter:
http://www.scribd.com/doc/162287233/...et-V2-3-061012
I can confirm that my Dual SATA dock (USB 2.0) has a JMicron chip with
SATA port multiplier, and has the EEPROM chip with information as well.
The USB vendor string appears to have an EEPROM location for it's length byte so watch that.
Bookmarks