By writing Linux kernel module one has possibility to handle interrupts. Usually using request_irq Linux function. However, it is necessary to know interrupt identifier. Is there any data that describe this correspondence between interrupts from different peripheral components and Linux identifiers?...