By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release. View | Details | Raw Unified | Return to bug 1423
Collapse All | Expand All

(-)a/tsak/main.cpp (-1 / +1 lines)
Lines 658-664 int main (int argc, char *argv[]) Link Here
658
										}
658
										}
659
									}
659
									}
660
660
661
									if ((hide_event == false) && (ev[0].type != EV_LED) && (ev[1].type != EV_LED)) {
661
									if ((hide_event == false) && (ev[0].type != EV_LED) && (ev[1].type != EV_LED) && (ev[0].type != EV_MSC) && (ev[1].type != EV_MSC)) {
662
										// Pass the event on...
662
										// Pass the event on...
663
										event = ev[0];
663
										event = ev[0];
664
										if (write(devout[current_keyboard], &event, sizeof event) < 0) {
664
										if (write(devout[current_keyboard], &event, sizeof event) < 0) {

Return to bug 1423