Searched refs:SW_ID_3DP (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/joystick/
H A Dsidewinder.c72 #define SW_ID_3DP 0 macro
309 case SW_ID_3DP:
325 input_report_key(dev, sw_btn[SW_ID_3DP][j], !GB(j+8,1));
433 if (sw->type == SW_ID_3DP && sw->length == 66 && i != 66) { /* Broken packet, try to fix */
459 if (sw->type == SW_ID_3DP && sw->length == 66 /* Many packets OK */
473 if (sw->type == SW_ID_3DP && sw->length == 22 && sw->fail > SW_BAD) { /* Consecutive bad packets */
486 if (!i && sw->type == SW_ID_3DP) { /* 3D Pro can be in analog mode */
705 sw->type = SW_ID_3DP;

Completed in 127 milliseconds