https://jxself.org/git/linux-libre.git
Raw File
Tip revision: 6e0df1ab69fb45a0cf35d1ef152d53ff2ffbf2dd authored by Jason Self on 30 April 2011, 14:53:51 UTC
Linux-libre 2.6.27.59-gnu1
Tip revision: 6e0df1a
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