summaryrefslogtreecommitdiff
path: root/sys/dev/usb/uhid.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/usb/uhid.c')
-rw-r--r--sys/dev/usb/uhid.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/usb/uhid.c b/sys/dev/usb/uhid.c
index dfda586c832..73d6c167b08 100644
--- a/sys/dev/usb/uhid.c
+++ b/sys/dev/usb/uhid.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: uhid.c,v 1.29 2006/06/23 06:27:11 miod Exp $ */
+/* $OpenBSD: uhid.c,v 1.30 2006/11/01 03:37:24 tedu Exp $ */
/* $NetBSD: uhid.c,v 1.57 2003/03/11 16:44:00 augustss Exp $ */
/*
@@ -549,7 +549,7 @@ uhidpoll(dev_t dev, int events, usb_proc_ptr p)
USB_GET_SC(uhid, UHIDUNIT(dev), sc);
if (sc->sc_dying)
- return (EIO);
+ return (POLLERR);
s = splusb();
if (events & (POLLOUT | POLLWRNORM))