// JP opened flex table

Click to See Complete Forum and Search --> : Help, Problem in using driver!


Jooo
September 15th, 2004, 11:08 PM
Hi guys,

Now what iam trying to do is to use some APIs in a existing driver to play with a device.
But my problem is when each time i run the initialize i got a error message i.e"Error in vendor ID. eeprom content is not ok"

any one know what is this mean?

Thank U very much in advance!! :)

zedraken
September 16th, 2004, 10:57 AM
Maybe the driver can manage a device with a particular vendor id ? Such information is usually stored in a E2Prom or in a flash memory. So, if the vendor id is corrupted, the driver does not recognize the device like a device it is able to manage, and shows that error.

//JP added flex table