/etc/rc.serial : |
#!/bin/sh SETSERIAL="/bin/setserial -b" echo "RE-configuring COM3 and COM4 to use proper IRQs" ${SETSERIAL} /dev/ttyS2 uart 16550 port 0x3E8 irq 10 ${SETSERIAL} /dev/ttyS3 uart 16550 port 0x2E8 irq 5 |
bios configuration : |
Set UART 2 Mode to HPSIR Set IR Function Duplex to Full Set Tx,RX inverting enable to No, Yes |
InputDevice "touchscreen0" "SendCoreEvents" |
Section "InputDevice" Indetifier "touchscreen0" Driver "elographics" Option "Device" "/dev/ttyS3" Option "DeviceName" "touchscreen" Option "screenno" "0" Option "AlwaysCore" OPtion "MinX" "3640" Option "MinY" "3506" Option "MaxX" "419" Option "MaxY" "479" Option "SendCoreEvents" "yes" Endsection |