hello all:
    On our arm ADS,IR is shared with uart2,and an ACT-IR210L IR head is provided also.I choosed irport as the device driver,and want to use ircomm to communicate with other machines.I don't know how to bring up the device interface "irdao" which is defined in "irport.c".
 
    The IRDA part of ".config" for kernel is as follow:
 
    # IrDA (infrared) support
    #
    CONFIG_IRDA=y
    # CONFIG_IRLAN is not set
    # CONFIG_IRNET is not set
    CONFIG_IRCOMM=y
    # CONFIG_IRDA_ULTRA is not set
    # CONFIG_IRDA_OPTIONS is not set
 
    #
    # Infrared-port device drivers
    #
    # CONFIG_IRTTY_SIR is not set
    CONFIG_IRPORT_SIR=y
    # CONFIG_DONGLE is not set
    # CONFIG_USB_IRDA is not set
    # CONFIG_NSC_FIR is not set
    # CONFIG_WINBOND_FIR is not set
    # CONFIG_TOSHIBA_FIR is not set
    # CONFIG_SMC_IRCC_FIR is not set
    # CONFIG_ALI_FIR is not set
    # CONFIG_VLSI_FIR is not set
    Am I right? If so,should I do anything else to make IR work after I downloaded the kernel into the ADS? Please tell me.
 
    Thanks

Reply via email to