Home
last modified time | relevance | path

Searched refs:SW_BAD (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/input/joystick/
H A Dsidewinder.c38 #define SW_BAD 2 /* Number of packet read errors to switch off 3d Pro optimization */ macro
453 if (sw->type == SW_ID_3DP && sw->length == 22 && sw->fail > SW_BAD) { /* Consecutive bad packets */ in sw_read()