Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 73462
Collapse All | Expand All

(-)linux-2.6.10.orig/drivers/input/joystick/sidewinder.c (-1 / +1 lines)
Lines 45-51 Link Here
45
 * as well as break everything.
45
 * as well as break everything.
46
 */
46
 */
47
47
48
#define SW_DEBUG
48
/* #define SW_DEBUG */		/* Enable lots of debugging output */
49
49
50
#define SW_START	400	/* The time we wait for the first bit [400 us] */
50
#define SW_START	400	/* The time we wait for the first bit [400 us] */
51
#define SW_STROBE	45	/* Max time per bit [45 us] */
51
#define SW_STROBE	45	/* Max time per bit [45 us] */

Return to bug 73462