Changeset 1568 for trunk/include/conf.h


Ignore:
Timestamp:
01/16/12 06:46:19 (16 months ago)
Author:
reyalp
Message:

new usb remote system from waterwings http://chdk.setepontos.com/index.php?topic=7127.msg79948#msg79948
draft documentation http://chdk.wikia.com/wiki/User:Waterwingz/USB_Remote_V2
note ixus230 kbd.c not updated

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/conf.h

    r1462 r1568  
    289289    int synch_delay_enable; 
    290290    int synch_delay_value; 
    291     int synch_delay_coarse_value; 
     291    int synch_delay_coarse_value;               // obsolete - no longer used 
    292292    int remote_zoom_enable; 
    293293    int zoom_timeout; 
     
    308308        // Enable USB icon 
    309309    int usb_info_enable;  
     310 
     311        // gen 2 USB remote 
     312        int remote_switch_type ; 
     313        int remote_control_mode ; 
    310314} Conf; 
    311315 
Note: See TracChangeset for help on using the changeset viewer.