Re: Interrupt

2001-03-02 Thread John Summerfield
> Hi ! > Hardware problem / Interrupt and RedHat > > I need to probe for the PS/2 (mouse) interrupt (...not usual...) > > It must be IRQ12... > What is the method to know when this Interrupt occured ? > Do I need to use a new handler ? >

Interrupt

2001-03-01 Thread ptoche
Hi ! Hardware problem / Interrupt and RedHat I need to probe for the PS/2 (mouse) interrupt (...not usual...) It must be IRQ12... What is the method to know when this Interrupt occured ? Do I need to use a new handler ? If yes, have I to use the request_irq function