Comment 5 for bug 50188

Revision history for this message
mdrescher (drescher) wrote : Re: psmouse.c: TouchPad at isa0060/serio4/input0 lost sync at byte 1

I'm not too sure about that relations.

And I'm sorry, I was lazy some days. But: I have new awarenesses:
- This freeze only occurs with an active pccard, option g3-card in slot 1 in my case.
- This freeze does not effect my USB mouse. Keyboard was not tested.

May be there is some trouble with Interrupts?
---
myname@mycomputer:~$ cat /proc/interrupts
           CPU0
  0: 509451 XT-PIC-XT timer
  1: 1968 XT-PIC-XT i8042
  2: 0 XT-PIC-XT cascade
  7: 1 XT-PIC-XT parport0
  8: 3 XT-PIC-XT rtc
  9: 17722 XT-PIC-XT acpi
 10: 24930 XT-PIC-XT uhci_hcd:usb3, ohci1394, yenta, yenta, eth1, Intel 82801DB-ICH4
 11: 0 XT-PIC-XT uhci_hcd:usb1, uhci_hcd:usb2, ehci_hcd:usb4, eth0
 12: 284980 XT-PIC-XT i8042
 14: 16224 XT-PIC-XT libata
 15: 0 XT-PIC-XT libata
NMI: 0
LOC: 0
ERR: 0
MIS: 0
---

Does some ACPI function some kind of 'interrupt reset', like, 'forget what you're waiting for, just go on'?

cheers!