tmdc.c (07b188ab773e183871e57b33ae37bf635c9f12ba) | tmdc.c (4e57b6817880946a3a78d5d8cad1ace363f7e449) |
---|---|
1/* 2 * $Id: tmdc.c,v 1.31 2002/01/22 20:29:52 vojtech Exp $ 3 * 4 * Copyright (c) 1998-2001 Vojtech Pavlik 5 * 6 * Based on the work of: 7 * Trystan Larey-Williams 8 */ --- 24 unchanged lines hidden (view full) --- 33 34#include <linux/delay.h> 35#include <linux/kernel.h> 36#include <linux/slab.h> 37#include <linux/module.h> 38#include <linux/init.h> 39#include <linux/gameport.h> 40#include <linux/input.h> | 1/* 2 * $Id: tmdc.c,v 1.31 2002/01/22 20:29:52 vojtech Exp $ 3 * 4 * Copyright (c) 1998-2001 Vojtech Pavlik 5 * 6 * Based on the work of: 7 * Trystan Larey-Williams 8 */ --- 24 unchanged lines hidden (view full) --- 33 34#include <linux/delay.h> 35#include <linux/kernel.h> 36#include <linux/slab.h> 37#include <linux/module.h> 38#include <linux/init.h> 39#include <linux/gameport.h> 40#include <linux/input.h> |
41#include <linux/jiffies.h> |
|
41 42#define DRIVER_DESC "ThrustMaster DirectConnect joystick driver" 43 44MODULE_AUTHOR("Vojtech Pavlik <vojtech@ucw.cz>"); 45MODULE_DESCRIPTION(DRIVER_DESC); 46MODULE_LICENSE("GPL"); 47 48#define TMDC_MAX_START 600 /* 600 us */ --- 396 unchanged lines hidden --- | 42 43#define DRIVER_DESC "ThrustMaster DirectConnect joystick driver" 44 45MODULE_AUTHOR("Vojtech Pavlik <vojtech@ucw.cz>"); 46MODULE_DESCRIPTION(DRIVER_DESC); 47MODULE_LICENSE("GPL"); 48 49#define TMDC_MAX_START 600 /* 600 us */ --- 396 unchanged lines hidden --- |