⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme

📁 很少见的linux下的红外口的工具
💻
字号:
This is the README using the ITE IT8705 and IT8712 CIR port for LIRC.The IT8705 for example can be found on the ECS K7S5A.The driver supports receiving (MODE2) and sending (PULSE). It seemssending 'LIRC_CAN_SEND_PULSE' isn't optimal for this type of hardware.But because I don't know how to implement 'LIRC_CAN_SEND_CODE', I didit this way.Attention:Because of missing hardware, the following hasn't been tested:a) receiving with demodulator enabled,b) sending (debugging output looks good) andc) using IT8712Any help and/or additions etc. is welcome.lirc_it87 knows about the following module-parameters:MODULE_DESCRIPTION("LIRC driver for ITE IT8712/IT8705 CIR port");MODULE_PARM(io, "i");MODULE_PARM_DESC(io, "I/O base address (default: 0x310)");MODULE_PARM(irq, "i");MODULE_PARM_DESC(irq, "Interrupt (1,3-12) (default: 7)");MODULE_PARM(it87_enable_demodulator, "i");MODULE_PARM_DESC(it87_enable_demodulator, "Receiver demodulator	enable/disable (1/0), default: 0");Usage:a) io and irq:If the driver finds the IT8705/12-CIR port initialized, io and irq ofthe preinitialized hardware is used by the driver. If both values areread 0x0 from the hardware, the default or given value is used.Note: I experienced using irq=3. The driver initialized without anyproblems, but no irqs are recognized by the system. I had to switchback to default, irq 7.      b) it87_enable_demodulator:The demodulator for the receiver can be switched off (default withinthe driver). If you need the demodulator simple enable it by thefollowing way: it87_enable_demodulator=1.Hans-G黱ter L黷ke Uphues

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -