https://jxself.org/git/linux-libre.git
Raw File
Tip revision: b11c0223f6f7fb35bc8b8a180b586bf4dbcb3c9f authored by Jason Self on 12 June 2009, 03:05:18 UTC
Linux-libre 2.6.27.25-gnu1
Tip revision: b11c022
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