[BACK]Return to uhidev.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / dev / usb

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/dev/usb/uhidev.c between version 1.79 and 1.79.2.2

version 1.79, 2020/11/29 22:54:51 version 1.79.2.2, 2021/03/22 16:23:46
Line 361  uhidev_attach(device_t parent, device_t 
Line 361  uhidev_attach(device_t parent, device_t 
                         uha.reportid = repid;                          uha.reportid = repid;
                         locs[UHIDBUSCF_REPORTID] = repid;                          locs[UHIDBUSCF_REPORTID] = repid;
   
                         dev = config_found_sm_loc(self,                          dev = config_found(self, &uha, uhidevprint,
                                 "uhidbus", locs, &uha,                                             CFARG_SUBMATCH, config_stdsubmatch,
                                 uhidevprint, config_stdsubmatch);                                             CFARG_LOCATORS, locs,
                                              CFARG_EOL);
                         sc->sc_subdevs[repid] = dev;                          sc->sc_subdevs[repid] = dev;
                         if (dev != NULL) {                          if (dev != NULL) {
                                 csc = device_private(dev);                                  csc = device_private(dev);

Legend:
Removed from v.1.79  
changed lines
  Added in v.1.79.2.2

CVSweb <webmaster@jp.NetBSD.org>