View | Details | Raw Unified | Return to bug 221305
Collapse All | Expand All

(-)b/sys/dev/atkbdc/psm.c (-2 / +1 lines)
Lines 2459-2465 SYSCTL_INT(_debug_psm, OID_AUTO, secs, CTLFLAG_RW, &psmsecs, 0, Link Here
2459
static int psmusecs = 500000;
2459
static int psmusecs = 500000;
2460
SYSCTL_INT(_debug_psm, OID_AUTO, usecs, CTLFLAG_RW, &psmusecs, 0,
2460
SYSCTL_INT(_debug_psm, OID_AUTO, usecs, CTLFLAG_RW, &psmusecs, 0,
2461
    "Microseconds to add to psmsecs");
2461
    "Microseconds to add to psmsecs");
2462
static int pkterrthresh = 2;
2462
static int pkterrthresh = 10;
2463
SYSCTL_INT(_debug_psm, OID_AUTO, pkterrthresh, CTLFLAG_RW, &pkterrthresh, 0,
2463
SYSCTL_INT(_debug_psm, OID_AUTO, pkterrthresh, CTLFLAG_RW, &pkterrthresh, 0,
2464
    "Number of error packets allowed before reinitializing the mouse");
2464
    "Number of error packets allowed before reinitializing the mouse");
2465
2465
2466
- 

Return to bug 221305