touchkit_ps2.c (11e4afb49b7fa1fc8e1ffd850c1806dd86a08204) | touchkit_ps2.c (631dd1a885b6d7e9f6f51b4e5b311c2bb04c323c) |
---|---|
1/* ---------------------------------------------------------------------------- 2 * touchkit_ps2.c -- Driver for eGalax TouchKit PS/2 Touchscreens 3 * 4 * Copyright (C) 2005 by Stefan Lucke 5 * Copyright (C) 2004 by Daniel Ritz 6 * Copyright (C) by Todd E. Johnson (mtouchusb.c) 7 * 8 * This program is free software; you can redistribute it and/or --- 7 unchanged lines hidden (view full) --- 16 * General Public License for more details. 17 * 18 * You should have received a copy of the GNU General Public License 19 * along with this program; if not, write to the Free Software 20 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 21 * 22 * Based upon touchkitusb.c 23 * | 1/* ---------------------------------------------------------------------------- 2 * touchkit_ps2.c -- Driver for eGalax TouchKit PS/2 Touchscreens 3 * 4 * Copyright (C) 2005 by Stefan Lucke 5 * Copyright (C) 2004 by Daniel Ritz 6 * Copyright (C) by Todd E. Johnson (mtouchusb.c) 7 * 8 * This program is free software; you can redistribute it and/or --- 7 unchanged lines hidden (view full) --- 16 * General Public License for more details. 17 * 18 * You should have received a copy of the GNU General Public License 19 * along with this program; if not, write to the Free Software 20 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 21 * 22 * Based upon touchkitusb.c 23 * |
24 * Vendor documentation is available in support section of: 25 * http://www.egalax.com.tw/ | 24 * Vendor documentation is available at: 25 * http://home.eeti.com.tw/web20/drivers/Software%20Programming%20Guide_v2.0.pdf |
26 */ 27 28#include <linux/kernel.h> 29 30#include <linux/input.h> 31#include <linux/serio.h> 32#include <linux/libps2.h> 33 --- 67 unchanged lines hidden --- | 26 */ 27 28#include <linux/kernel.h> 29 30#include <linux/input.h> 31#include <linux/serio.h> 32#include <linux/libps2.h> 33 --- 67 unchanged lines hidden --- |