I have a USB device which is unsupported in linux. However, another similar device has a driver that would work with my device.

Can i use Udev rules to "spoof" the vendor and product ID of the device so that the driver would recognise it? What would be the rule that i need to add?

Thanks