mirror of
https://github.com/opnsense/src.git
synced 2026-02-14 08:13:38 -05:00
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 |
||
|---|---|---|
| .. | ||
| adb.h | ||
| adb_bus.c | ||
| adb_hb_if.m | ||
| adb_if.m | ||
| adb_kbd.c | ||
| adb_mouse.c | ||
| adbvar.h | ||