forked from len0rd/rockbox
Backlight brightness and button lights for the Philips HDD1630
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20035 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
42ef5b0c88
commit
f34cd80f63
8 changed files with 156 additions and 93 deletions
|
|
@ -18,10 +18,13 @@
|
|||
* KIND, either express or implied.
|
||||
*
|
||||
****************************************************************************/
|
||||
#ifndef SYNAPTICS_MEP_H
|
||||
#define SYNAPTICS_MEP_H
|
||||
|
||||
int syn_init(void);
|
||||
int syn_read_device(int *data, int len);
|
||||
int syn_init(void);
|
||||
int syn_get_status(void);
|
||||
void syn_int_enable(bool enable);
|
||||
int syn_read(int *data, int len);
|
||||
int syn_send(int *data, int len);
|
||||
|
||||
#ifdef ROCKBOX_HAS_LOGF
|
||||
void syn_info(void);
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue