- Normal : 37.5 Ohm -- 這個 pin 有接
- Double : 75 Ohm -- 這個 pin 沒接 (所以只有自己這端的 75 Ohm)
- Zero : 0 Ohm -- 接地
配合 driver code:
tve_probe( ) 時,就有:
ret = request_irq(tve.irq, tve_detect_handler, 0, pdev->name, pdev);
這個 tve_detect_handler( ) call :
schedule_delayed_work(&tve.cd_work, msecs_to_jiffies(1000));
cd_work 又是 call:
tve_update_detect_status( )
沒有留言:
張貼留言