https://jxself.org/git/linux-libre.git
Raw File
Tip revision: 176e8d07ae9de461e4b6ba9305a89b915c259ae0 authored by Jason Self on 16 August 2009, 21:30:23 UTC
Linux-libre 2.6.27.30-gnu1
Tip revision: 176e8d0
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