https://jxself.org/git/linux-libre.git
Raw File
Tip revision: 31df5cc8a2a334513ca4539e0ff94213af1bcb9b authored by Jason Self on 15 October 2008, 23:03:18 UTC
Linux-libre 2.6.27.1-gnu1
Tip revision: 31df5cc
onetouch.h
#ifndef _ONETOUCH_H_
#define _ONETOUCH_H_

#define ONETOUCH_PKT_LEN        0x02
#define ONETOUCH_BUTTON         KEY_PROG1

int onetouch_connect_input(struct us_data *ss);

#endif
back to top