[BACK]Return to usbhidaction.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / usbhidaction

Diff for /src/usr.bin/usbhidaction/usbhidaction.c between version 1.1 and 1.2

version 1.1, 2002/05/10 00:09:17 version 1.2, 2002/06/11 06:16:36
Line 142 
Line 142 
                 reportid = -1;                  reportid = -1;
         repd = hid_get_report_desc(fd);          repd = hid_get_report_desc(fd);
         if (repd == NULL)          if (repd == NULL)
                 err(1, "hid_get_report_desc() failed\n");                  err(1, "hid_get_report_desc() failed");
   
         commands = parse_conf(conf, repd, reportid, ignore);          commands = parse_conf(conf, repd, reportid, ignore);
   
Line 348 
Line 348 
                 }                  }
                 if (ignore) {                  if (ignore) {
                         if (verbose)                          if (verbose)
                                 warnx("ignore item '%s'\n", name);                                  warnx("ignore item '%s'", name);
                         continue;                          continue;
                 }                  }
                 if (isdemon) {                  if (isdemon) {

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2