kernel - Initial cyapa driver and input skeleton
authorMatthew Dillon <dillon@apollo.backplane.com>
Tue, 7 Jan 2014 04:45:05 +0000 (20:45 -0800)
committerMatthew Dillon <dillon@apollo.backplane.com>
Tue, 7 Jan 2014 04:45:05 +0000 (20:45 -0800)
commit3ef260b81692bef05e774bf0d7d426b184f2681d
tree556c1c917ee17d585d502b458c084d0f96f88930
parent6ba12bf3f641f095a6970b59d0cce02adce8d051
kernel - Initial cyapa driver and input skeleton

* Add the cyapa driver (work still in progress).  It should be able to
  probe and attach and currently has debugging kprintf()s for scanning and
  testing.  It does not supply a stream for Xorg yet.

* Add a skeleton for subr_input.c (input event handler).  This is what will
  eventually supply a stream for Xorg and also help support the input
  ioctl()s.
sys/conf/files
sys/dev/smbus/Makefile
sys/dev/smbus/cyapa/Makefile [new file with mode: 0644]
sys/dev/smbus/cyapa/cyapa.c [new file with mode: 0644]
sys/dev/smbus/cyapa/cyapa.h [new file with mode: 0644]
sys/dev/smbus/cyapa/test_cyapa.c [new file with mode: 0644]
sys/dev/smbus/smb/Makefile
sys/kern/subr_input.c [copied from sys/sys/input.h with 52% similarity]
sys/sys/input.h
sys/sys/linux_types.h [copied from sys/sys/input.h with 84% similarity]