...
This commit is contained in:
parent
ed7ebac5c6
commit
6d039f93b1
1 changed files with 5 additions and 1 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue