Subject: Controller Driver
To: None <port-dreamcast@netbsd.org>
From: Tyrel Beede <tb90@mail.csuchico.edu>
List: port-dreamcast
Date: 03/02/2001 19:12:56
My driver for the dreamcast controller which makes it work like a
keyboard is *really* sensitive.  I'm wondering why this is, it is much
more sensitive than the keyboard input... in terms of key repeats and
stuff.  I'm not an expert and I havn't really looked dug into the
callout code but it seems that the maple.c is polling the for the driver
cond at fixed intervals... which would mean that the interval is the
same for the controller and the keyboard, but the controller is sending
key repeats(if you hold down a button) much faster.  Maybe I'm wrong
about the polling or something...

Thanks
Tyrel