This commit is contained in:
root 2011-06-21 13:45:50 +02:00
parent ed7ebac5c6
commit 6d039f93b1

View file

@ -72,7 +72,7 @@ extern HANDLE hProc;
/* decide whether it's polling mode or not
*/
static int no_irq = 0;
static int no_irq = 1;
/* this will be set by open() and close() and shows wether the driver is running or not
*/
@ -1119,6 +1119,10 @@ int mmnif_poll(void* e)
mmnif_t* mmnif;
unsigned int diff = mmnif_timestamp();
unsigned int tmp32 = 0;
#ifdef DEBUG_MMNIF
DEBUGPRINTF("Polling for work to do!!!!\n");
#endif
if (!mmnif_dev)
{