Lines Matching defs:PS2DBG

79 #define PS2DBG(...) ErrorF(__VA_ARGS__)
81 #define PS2DBG(...)
97 PS2DBG("ps2_getbyte: No byte read\n");
100 PS2DBG("ps2_getbyte: byte %02X read\n", *b);
103 PS2DBG("ps2_getbyte: timeout xf86WaitForInput\n");
116 PS2DBG("ps2_putbyte: error xf86WriteSerial\n");
119 PS2DBG("ps2_putbyte: byte %02X send\n", b);
125 PS2DBG("ps2_putbyte: wrong acknowledge 0x%02x\n", ack);
162 PS2DBG("send command: 0x%02X\n", c);
176 PS2DBG("set mode byte to: 0x%02X\n", mode);
190 PS2DBG("Reset the Touchpad...\n");
192 PS2DBG("...failed\n");
198 PS2DBG("...done\n");
202 PS2DBG("...failed. Wrong reset ack 0x%02x, 0x%02x\n", r[0], r[1]);
206 PS2DBG("...failed\n");
219 PS2DBG("Read mode id...\n");
226 PS2DBG("model-id %06X\n", synhw->model_id);
227 PS2DBG("...done.\n");
230 PS2DBG("...failed.\n");
243 PS2DBG("Read capabilites...\n");
251 PS2DBG("capabilities %06X\n", synhw->capabilities);
258 PS2DBG("ext-capability %06X\n", synhw->ext_cap);
261 PS2DBG("synaptics says, that it has extended-capabilities, "
265 PS2DBG("...done.\n");
269 PS2DBG("...failed.\n");
282 PS2DBG("Identify Touchpad...\n");
289 PS2DBG("ident %06X\n", synhw->identity);
291 PS2DBG("...done.\n");
295 PS2DBG("...failed.\n");
436 PS2DBG("Synaptics driver lost sync at 1st byte\n");
441 PS2DBG("Synaptics driver lost sync at 2nd byte\n");
446 PS2DBG("Synaptics driver lost sync at 4th byte\n");
451 PS2DBG("Synaptics driver lost sync at 5th byte\n");
473 PS2DBG("Reset received\n");
477 PS2DBG("faked reset received\n");
502 PS2DBG("Synaptics synchronization lost too long -> reset touchpad.\n");
512 PS2DBG("Synaptics driver resynced.\n");
554 PS2DBG("using new protocols\n");
600 PS2DBG("using old protocol\n");