~ubuntu-branches/ubuntu/trusty/linux-linaro-omap/trusty

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): John Rigby, John Rigby
  • Date: 2011-09-26 10:44:23 UTC
  • Revision ID: package-import@ubuntu.com-20110926104423-57i0gl3v99b3lkfg
Tags: 3.0.0-1007.9
[ John Rigby ]

Enable crypto modules and remove crypto-modules from
exclude-module files
LP: #826021

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