https://jxself.org/git/linux-libre.git
Raw File
Tip revision: 7f7ad86bf4e9f229ed2812d9d8ecc4eab8ed5260 authored by Jason Self on 20 May 2009, 05:21:30 UTC
Linux-libre 2.6.27.24-gnu1
Tip revision: 7f7ad86
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