Arduino Nano - vid pid

Hello, I recently bought Arduino Nano v3.0 from ebay. My problem is that i cannot install usb drivers for him either on Windows 7 64 bit or Windows XP 32 bit.

FTDI drivers that i downloaded (from http://www.ftdichip.com) has vendor id (vid) set to 0x0403 and product id (pid) set to 0x6001 (0x6010, 0x6011, 0x6014 and 0x6010).

With program USBView i saw that my Arduino Nano has vid set to 0x067B and pid set to 0x2303. So i belive that why i cannot install this drivers..

I try manually change pid/vid to match pid/vid on my Arduino Nano but no luck...

Is there any way to fix this? Is possible to reprogram eeprom on Arduino replace pid/vid?
Thx.

niky518:
With program USBView i saw that my Arduino Nano has vid set to 0x067B and pid set to 0x2303. So i belive that why i cannot install this drivers..

According to searches vendor ID 0x067B belongs to a company called Prolific and product 0x2303 is a "USB 2 Serial Comm Port". Can you check your chips on the Nano to confirm this?
If it is Prolific then drivers are downloadable from here.

Thank you very much. I download Prolific drivers and it works perfect.