summaryrefslogtreecommitdiff
path: root/include/linux/tca6416_keypad.h
blob: 7bd266f3525cf5212a8d9f13e6127c1401812eed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
/*
 * tca6416 keypad platform support
 *
 * Copyright (C) 2010 Texas Instruments
 *
 * Author: Sriramakrishnan <srk@ti.com>
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 as
 * published by the Free Software Foundation.
 */

#ifndef _TCA6416_KEYS_H
#define _TCA6416_KEYS_H

#include <linux/types.h>

struct tca6416_button {
	/* Configuration parameters */
	int code;		/* input event code (KEY_*, SW_*) */
	int active_low;
	int type;		/* input event type (EV_KEY, EV_SW) */
};

struct tca6416_keys_platform_data {
	struct tca6416_button *buttons;
	int nbuttons;
	unsigned int rep:1;	/* enable input subsystem auto repeat */
	uint16_t pinmask;
	uint16_t invert;
	int irq_is_gpio;
	int use_polling;	/* use polling if Interrupt is not connected*/
};
#endif
ra/viewer2 main, development code repositoryroot
summaryrefslogtreecommitdiff
path: root/sw/Library_swui.mk
AgeCommit message (Expand)AuthorFilesLines
2014-03-18swui needs icu_headers now too.Matúš Kukan1-1/+4
2014-03-18Related: #i56998# use locale rules to format percentageCaolán McNamara1-0/+1
2014-03-09this dir doesn't exist anymoreCaolán McNamara1-1/+0
2014-03-09fdo#70422 Moved the linked files from sw/source/ui to a new core/uibase dirroopak123451-0/+1
2014-02-27fdo#73159 Make back border dialog work againZolnai Tamás1-0/+1
2014-02-12normalize values of SYSTEM_FREETYPE, SYSTEM_LIBXML, SYSTEM_MARIADBMichael Stahl1-1/+1
2013-09-19convert mail merge subject/attachment dialogs to .uiCaolán McNamara1-0/+1
2013-07-22Remove obsolote border dialogZolnai Tamás1-1/+0
2013-05-07officecfg: remove Package_cppheaderMichael Stahl1-0/+4
2013-04-05new module i18nlangtagEike Rathke1-1/+1
2013-02-21adapt writer to use centralised font dialog and fix some minor bugsNoel Power1-1/+0
2013-02-18UI option for embedding fonts in a Writer document (fdo#42195)Luboš Luňák1-0/+1
2013-01-26gbuild: do not copy boost headers aroundMichael Stahl1-0/+2
2012-11-30re-base on ALv2 code. Includes:Michael Meeks1-21/+12
2012-11-24Removed horizontal rule ugly 1990 thingCédric Bosdonnat1-1/+0
2012-09-28gbuild: invert handling of standard system libraries:Michael Stahl1-2/+0
2012-09-28gbuild: replace direct gb_STDLIBS use with ...Michael Stahl1-1/+2
2012-09-28gbuild: split uwinapi out of gb_STDLIBSMichael Stahl1-0/+1
2012-07-02targetted improvement of UNO API includes / usageMichael Meeks1-4/+1
2012-04-08gbuild: "use" vs. "add":Michael Stahl1-2/+2