Searched refs:nDevice (Results 1 – 1 of 1) sorted by relevance
190 int nDevice; in Get1401State() local198 nDevice = pdx->udev->descriptor.bcdDevice >> 8; // 1401 type code value in Get1401State()199 switch (nDevice) // so we can clean up current state in Get1401State()206 if ((nDevice >= 1) && (nDevice <= 23)) in Get1401State()207 pdx->sCurrentState = (short)(nDevice + 6); in Get1401State()