From: M. R. B. <mr...@0x...> - 2002-03-01 22:33:11
|
* M. R. Brown <mr...@0x...> on Fri, Mar 01, 2002: >=20 > > Any thoughts? >=20 > Remember that Maple devices export "functions" of what they can do, so the > vibration function of the fishing rod could be handled by the puru-puru > driver while the controller portion (or whatever) could be handled by the > Maple controller code (if it is indeed a controller) or by the general > purpose Maple layer. >=20 Hmm, given the list of usable/existing Maple functions, wouldn't the fishing rod have to fall into one of the following categories? #define MAPLE_FUNC_CONTROLLER 0x001 #define MAPLE_FUNC_MEMCARD 0x002 #define MAPLE_FUNC_LCD 0x004 #define MAPLE_FUNC_CLOCK 0x008 #define MAPLE_FUNC_MICROPHONE 0x010 #define MAPLE_FUNC_ARGUN 0x020 #define MAPLE_FUNC_KEYBOARD 0x040 #define MAPLE_FUNC_LIGHTGUN 0x080 #define MAPLE_FUNC_PURUPURU 0x100 #define MAPLE_FUNC_MOUSE 0x200 Anything relevant is already handled by Maple in the kernel. M. R. |