From: Justin C. <jp...@do...> - 2001-01-25 14:02:42
|
AFter writing the newton serial keyboard driver, I found out that it supports another keyboard (basically identical with a couple of extra keycodes), and I wrote a driver for the Palm folding keyboard. Any thoughts on whether I should produce seperate drivers for each device (except those that are basically the same), or just produce a serkbd driver that has config options to support selected or all serial keybaords? The basic drivers are very similar apart from the keycode table, as serial keyboards tend to be pretty simple, so one driver seems to make sense, so I am slightly inclined to this. None of them have LEDs or in fact any way of writing to them, as they just use the TX lines. Any thoughts? Justin |