The inf file isn't even actually a driver - it's just a config file that says 'this device does X and Y and you need these (sometimes built-in) drivers'. So it may literally just be 10-20 lines of text that you need to get it to work - no compiling or drivers or anything.
But yes unmounting and then remounting could be done, and it's a neat idea. I'm not quite sure how I'd do that though - and actually it probably isn't much different from just unplugging it and re-plugging it?
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
The
inf
file isn't even actually a driver - it's just a config file that says 'this device does X and Y and you need these (sometimes built-in) drivers'. So it may literally just be 10-20 lines of text that you need to get it to work - no compiling or drivers or anything.But yes unmounting and then remounting could be done, and it's a neat idea. I'm not quite sure how I'd do that though - and actually it probably isn't much different from just unplugging it and re-plugging it?