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

version 1.15, 1999/01/10 11:13:36 version 1.16, 1999/04/21 19:02:26
Line 358  uhidread(dev, uio, flag)
Line 358  uhidread(dev, uio, flag)
                 DPRINTFN(1, ("uhidread immed\n"));                  DPRINTFN(1, ("uhidread immed\n"));
   
                 r = usbd_get_report(sc->sc_iface, UHID_INPUT_REPORT,                  r = usbd_get_report(sc->sc_iface, UHID_INPUT_REPORT,
                                     sc->sc_iid, sc->sc_ibuf, sc->sc_isize);                                      sc->sc_iid, buffer, sc->sc_isize);
                 if (r != USBD_NORMAL_COMPLETION)                  if (r != USBD_NORMAL_COMPLETION)
                         return (EIO);                          return (EIO);
                 return (uiomove(buffer, sc->sc_isize, uio));                  return (uiomove(buffer, sc->sc_isize, uio));

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

CVSweb <webmaster@jp.NetBSD.org>