NetBSD/sys/dev/ir
atatat 31144d9976 Convert ioctl code to use EPASSTHROUGH instead of -1 or ENOTTY for
indicating an unhandled "command".  ERESTART is -1, which can lead to
confusion.  ERESTART has been moved to -3 and EPASSTHROUGH has been
placed at -4.  No ioctl code should now return -1 anywhere.  The
ioctl() system call is now properly restartable.
2002-03-17 19:40:26 +00:00
..
Makefile install into /usr/include/dev/ir, since Jason made irdaattach look here. 2001-12-15 01:03:28 +00:00
cir.c Add some ioctl()s for consumer IR. 2001-12-12 15:33:53 +00:00
cirio.h Use unsigned ints. 2001-12-13 15:08:26 +00:00
cirvar.h Add some ioctl()s for consumer IR. 2001-12-12 15:33:53 +00:00
ir.c
ir.h Constify a little. 2001-12-05 20:00:15 +00:00
irdaio.h Move parameter checks to a common place. 2001-12-13 15:09:07 +00:00
irframe.c Call malloc(9) with M_ZERO flag instead of memset() after malloc(). 2002-01-12 16:58:16 +00:00
irframe_tty.c Convert ioctl code to use EPASSTHROUGH instead of -1 or ENOTTY for 2002-03-17 19:40:26 +00:00
irframevar.h Move parameter checks to a common place. 2001-12-13 15:09:07 +00:00
sir.c Restructure to get rid of size limit. 2001-12-06 00:17:12 +00:00
sir.h Break out SIR framing to its own file. 2001-12-05 14:50:13 +00:00