PORT_SHIFT
if (w >> PORT_SHIFT == KEYBOARD_PORT)
which = TOUCHPAD_PORT << PORT_SHIFT;
which = KEYBOARD_PORT << PORT_SHIFT;