Peter 'p2' De Schrijver a écrit :
The module probably works if you force the model as mentioned in #473671, but autodetection is broken. The patch fixes this. Tested on Medion MD97600.

Cheers,

Peter.


Hello Peter,

I just had a look at your patch but I think it's wrong. Looks at the original patch that adds 64bits support:

@@ -2117,7 +2126,8 @@
/* polling timer handler */
static void acerhk_poll_event(unsigned long save_size)
{
-#ifndef DUMMYHW
+/* #ifndef DUMMYHW */
+#if !(defined(DUMMYHW) || defined(__x86_64__))
  unsigned int max = MAX_POLLING_LOOPS;
  /* make sure not to loop more then 32 times */
  if (!max || max > 32)

ifndef DUMMYHW was replace by if !(defined(DUMMYHW) || defined(__x86_64__)) which looks fine to me.

What's your mind about this ?

Regards, Adam.




--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to