[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.109 and 1.110

version 1.109, 2019/12/01 08:27:54 version 1.110, 2019/12/01 12:47:10
Line 385  uhidclose(dev_t dev, int flag, int mode,
Line 385  uhidclose(dev_t dev, int flag, int mode,
         return 0;          return 0;
 }  }
   
 int  Static int
 uhid_do_read(struct uhid_softc *sc, struct uio *uio, int flag)  uhid_do_read(struct uhid_softc *sc, struct uio *uio, int flag)
 {  {
         int error = 0;          int error = 0;
Line 467  uhidread(dev_t dev, struct uio *uio, int
Line 467  uhidread(dev_t dev, struct uio *uio, int
         return error;          return error;
 }  }
   
 static int  Static int
 uhid_do_write(struct uhid_softc *sc, struct uio *uio, int flag)  uhid_do_write(struct uhid_softc *sc, struct uio *uio, int flag)
 {  {
         int error;          int error;

Legend:
Removed from v.1.109  
changed lines
  Added in v.1.110

CVSweb <webmaster@jp.NetBSD.org>