Forcing driver to device match

Posted by shodanex on Stack Overflow See other posts from Stack Overflow or by shodanex
Published on 2009-01-14T12:50:30Z Indexed on 2010/04/20 15:13 UTC
Read the original article Hit count: 140

Filed under:
|
|

I have a piece of usb hardware, for which I know the driver. However, the vendor id and product id do not match the VID, PID pair registered in the driver. Is there a way in linux to force a driver to be associated with a known device, that do not involve kernel module recompilation to add a PID / VID pair ?

© Stack Overflow or respective owner

Related posts about linux

Related posts about kernel