K 10 svn:author V 7 iedowse K 8 svn:date V 27 2001-03-20T18:10:19.000000Z K 7 svn:log V 450 Place the call to pccard_insert_beep() in the inserted() timeout routine instead of pccard_event(). This avoids spurious extra calls to pccard_insert_beep() at insert or remove time which could occur due to noise on the card-present lines. Clean up some code in pccard_beep.c; we were depending on the order of evaluation of function arguments, which is undefined in C. Also, use `0' rather than `NULL' for integer values. Reviewed by: sanpei, imp END