From: Bettina K. <b.k...@st...> - 2010-09-06 12:12:55
|
hi! i have already implemented a little program for linux using libusb1.0.8, which detaches the kerneldriver, claims an interface, reads something, and later ataches the original driver again. i need this to just read my mouse-input further on while simultaniously freezing the mousecursor on the screen. now i want to port this program to windows... but as far as i worked out, these methods for detaching the kernel-driver are not implemented for libusb-win32 at all. can anyone help me with that? how can i disable the runing driver, do my part of code and later activate the original driver again. thanks for your help, bettina |