~ubuntu-branches/ubuntu/precise/linux-ti-omap4/precise

« back to all changes in this revision

Viewing changes to arch/arm/mach-tegra/include/mach/kbc.h

  • Committer: Bazaar Package Importer
  • Author(s): Paolo Pisati
  • Date: 2011-06-29 15:23:51 UTC
  • mfrom: (26.1.1 natty-proposed)
  • Revision ID: james.westby@ubuntu.com-20110629152351-xs96tm303d95rpbk
Tags: 3.0.0-1200.2
* Rebased against 3.0.0-6.7
* BSP from TI based on 3.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
50
50
        unsigned int debounce_cnt;
51
51
        unsigned int repeat_cnt;
52
52
 
53
 
        unsigned int wake_cnt; /* 0:wake on any key >1:wake on wake_cfg */
54
 
        const struct tegra_kbc_wake_key *wake_cfg;
55
 
 
56
53
        struct tegra_kbc_pin_cfg pin_cfg[KBC_MAX_GPIO];
57
54
        const struct matrix_keymap_data *keymap_data;
58
55
 
59
56
        bool wakeup;
60
57
        bool use_fn_map;
 
58
        bool use_ghost_filter;
61
59
};
62
60
#endif