summaryrefslogtreecommitdiff
path: root/sys/arch/vax/dec
AgeCommit message (Expand)Author
2007-04-10Add support for a fourth axis on wsmouse devices, e.g. on the Apple MightMiod Vallat
2006-11-27Portuguese LK-201 layout.Miod Vallat
2006-11-01German LK-[24]01 keyboard layout;Miod Vallat
2006-08-27Extract the device-independent parts of dzms, to let lkms@non-dz exist.Miod Vallat
2006-08-27Move cfdriver structs to better places, in preparation for new attachments.Miod Vallat
2006-08-05Ugly hack to avoid sending the ``all keys up'' event to userland, replacingMiod Vallat
2006-08-03LK-401 french layout, tested on actual keyboard (I even have two of themMiod Vallat
2006-07-31Since we now know which keyboard type we are connected to:Miod Vallat
2006-07-31Allow more time for the keyboard to initialize itself, helps on slower VS3100.Miod Vallat
2006-07-31Move the relevant mouse defines from lk201.h to dzms.c and get rid of it;Miod Vallat
2006-07-31On startup, and when a keyboard change is detected, probe for the keyboardMiod Vallat
2006-07-30Always invoke the lk201 input handler, even when the wskbd device is disabled,Miod Vallat
2006-07-30Disable keyclick by default.Miod Vallat
2006-07-29Sync dz and lk{kbd,ms} code with NetBSD, this allows keyboards to work whenMiod Vallat
2006-01-17Use angle bracket and no relative paths for all include files which are notMiod Vallat
2005-07-02Remove dead code; ok deraadt@Miod Vallat
2005-03-08Cosmetics...Thierry Deval
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2002-03-14Final __P removal plus some cosmetic fixupsTodd C. Miller
2002-03-14First round of __P removal in sysTodd C. Miller
2002-01-10Check result from malloc(9) when using M_NOWAIT. hugh@ okThomas Nordin
2001-05-16Blind merge of wscons support from NetBSD/vax. Perhaps someone with aHugh Graham