https://jxself.org/git/linux-libre.git
Raw File
Tip revision: 13b6654a54e8d9415fcfc1493c0506355d3c7f38 authored by Jason Self on 24 September 2009, 15:51:02 UTC
Linux-libre 2.6.27.35-gnu1
Tip revision: 13b6654
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