Ed Schouten b75d197096 Allow a read() on /dev/ams[0-9] to be interrupted.
Right now ams_read() uses cv_wait() to wait for new data to arrive on
the mouse device. This means that when you run `cat /dev/ams0', it
cannot be interrupted directly. After you press ^C, you first need to
move the mouse before cat will quit. Make this function use
cv_wait_sig(), which allows it to be interrupted directly.

Reviewed by:	nwhitehorn
2008-11-01 08:07:02 +00:00
..
2008-09-12 18:15:12 +00:00
2007-08-04 17:43:11 +00:00
2008-10-21 03:18:02 +00:00
2008-01-18 16:34:18 +00:00
2008-08-27 18:47:24 +00:00
2007-10-12 06:03:46 +00:00
2008-09-30 20:53:15 +00:00
2008-10-27 21:24:34 +00:00
2008-08-28 22:28:28 +00:00
2008-07-11 18:26:12 +00:00
2008-09-07 04:35:04 +00:00
2008-08-08 13:43:56 +00:00
2008-05-12 00:15:30 +00:00
2008-05-12 00:15:30 +00:00
2008-10-23 20:07:08 +00:00
2007-10-12 06:03:46 +00:00
2008-10-21 21:53:55 +00:00
2008-10-22 15:00:22 +00:00
2008-01-21 09:51:28 +00:00
2008-06-17 05:48:42 +00:00
2008-04-26 14:13:48 +00:00
2008-08-26 10:41:49 +00:00
2008-10-23 19:11:44 +00:00
2007-12-05 19:32:59 +00:00
2008-08-25 05:20:17 +00:00
2008-08-27 05:39:44 +00:00