Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 282949
Collapse All | Expand All

(-)file_not_specified_in_diff (-4 / +8 lines)
Line 66 Link Here
66
static const char *dev_name;
Line 476 Link Here
476
	if (info[ndevices].type == touchpad_type) {
477
      if (info[ndevices].type == touchpad_type && (!dev_name || !strcmp(info[ndevices].name,dev_name))) {
477
--
Line 484 Link Here
485
	    if(!background)
486
	      printf("Device Name: '%s'.\n",info[ndevices].name);
Line 560 Link Here
560
    while ((c = getopt(argc, argv, "i:m:dtp:kKR?")) != EOF) {
563
    while ((c = getopt(argc, argv, "i:m:dtp:kKn:R?")) != EOF) {
561
--
Line 587 Link Here
590
	case 'n':
591
	    dev_name = optarg;
592
	    break;

Return to bug 282949