[BACK]Return to umcs.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/umcs.c between version 1.15 and 1.16

version 1.15, 2020/01/07 06:42:26 version 1.16, 2021/04/24 23:36:59
Line 340  umcs7840_attach(device_t parent, device_
Line 340  umcs7840_attach(device_t parent, device_
   
                 sc->sc_ports[i].sc_port_phys = phyport;                  sc->sc_ports[i].sc_port_phys = phyport;
                 sc->sc_ports[i].sc_port_ucom =                  sc->sc_ports[i].sc_port_ucom =
                     config_found_sm_loc(self, "ucombus", NULL, &ucaa,                      config_found(self, &ucaa, ucomprint,
                                             ucomprint, ucomsubmatch);                                   CFARG_SUBMATCH, ucomsubmatch,
                                    CFARG_EOL);
         }          }
 }  }
   

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16

CVSweb <webmaster@jp.NetBSD.org>