Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/input/joystick/
Dsidewinder.c53 #define SW_BAD 2 /* Number of packet read errors to switch off 3d Pro optimization */ macro
468 if (sw->type == SW_ID_3DP && sw->length == 22 && sw->fail > SW_BAD) { /* Consecutive bad packets */ in sw_read()