[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.59.2.5 and 1.59.2.6

version 1.59.2.5, 2005/03/04 16:50:55 version 1.59.2.6, 2005/11/10 14:08:05
Line 574  uhidpoll(dev_t dev, int events, struct l
Line 574  uhidpoll(dev_t dev, int events, struct l
         USB_GET_SC(uhid, UHIDUNIT(dev), sc);          USB_GET_SC(uhid, UHIDUNIT(dev), sc);
   
         if (sc->sc_dying)          if (sc->sc_dying)
                 return (EIO);                  return (POLLHUP);
   
         s = splusb();          s = splusb();
         if (events & (POLLOUT | POLLWRNORM))          if (events & (POLLOUT | POLLWRNORM))

Legend:
Removed from v.1.59.2.5  
changed lines
  Added in v.1.59.2.6

CVSweb <webmaster@jp.NetBSD.org>