/sys/dev/microcode/isp/

tbsd/log/sys/arch/macppc/dev/akbd.c'>logtreecommitdiff
path: root/sys/arch/macppc/dev/akbd.c
AgeCommit message (Expand)Author
2021-08-07Merge thorpej-cfargs2.thorpej
2021-04-24Merge thorpej-cfargs branch:thorpej
2012-10-27split device_t/softc for all remaining drivers.chs
2011-06-18struct device * -> device_tmatt
2009-03-18Ansify function definitions w/o arguments. Generated with sed.cegger
2009-03-14ANSIfy another 1261 function definitions.dsl
2009-03-14Change about 4500 of the K&R function definitions to ANSI ones.dsl
2009-03-14Remove all the __P() from sys (excluding sys/dist)dsl
2008-06-13use device_lookup_private to get softccegger
2007-10-17Merge the ppcoea-renovation branch to HEAD.garbled
2007-08-08use the ADB keymap in dev/adb/macallan
2007-03-05- use (uint8_t *) for buffer args on *_adbcomplete() functionstsutsui
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2005-12-11merge ktrace-lwp.christos
2005-06-05Pass NULL instead of (Ptr)0 to maintain function-pointer safety.nathanw
2005-02-01Remove one level of interrupt redirection by switching on the ADBbriggs
2003-07-24Make kbd_passup() an exposed function.nathanw
2003-07-15__KERNEL_RCSID()lukem
2002-10-02Use CFATTACH_DECL().thorpej
2002-09-27Declare all cfattach structures const.thorpej
2002-08-14Remove the key repeating feature.aymeric
2002-08-13akbd's now have a raw mode, and implement the WSKBDIO_SETMODE ioctl.aymeric
2002-06-14whitespaceitojun
2002-06-14#define CAPS_IS_CONTROL will make caps key a control key (with weirditojun
2002-03-17Convert ioctl code to use EPASSTHROUGH instead of -1 or ENOTTY foratatat
2002-03-12Only attach the first adb keyboard as the console kbd. Don't try forwrstuden
2002-02-24solve polled adb keyboard problems with dropped keys and unsynced caps lockdbj
2002-02-23turn on polling using cnpollcdbj
2002-01-02defer attaching akbd as console until after it hasdbj
2001-10-02Use WSKBD_TYPE_ADB.mycroft
2001-07-26Change description of handler-ID == 195.tsubai
2001-07-17Eject PCMCIA card on ohare based models only.tsubai
2001-07-12Add the keyboard ID found on the American versions of the PowerBook G4 andnathanw
2001-06-08Make macppc compile by default with -Wall -Wmissing-prototype in additionmatt
2001-01-25Generate key press event and key release event when capslock is pressed.tsubai
2000-12-19Remove unnecessary casts.tsubai
2000-12-19Sync with mac68k.tsubai
2000-09-01Add fr key layout. (From Manuel Bouyer, modified by me)tsubai
1999-09-05Recognize PCMCIA eject button. (Tested on only PowerBook 2400.)tsubai
1999-06-16Define PowerBook G3 Japanese keyboard.tsubai
1999-05-06Take all of the OpenFirmware "stdin" grovelling out of the ADB keyboardthorpej
1999-02-17Sync with mac68k.tsubai
1999-01-10Add sanity checks in akbd_cnattach().tsubai
1998-10-20Add via-pmu support (only PowerBook 2400c/180 is tested).tsubai
1998-10-18Make compilable without aed.tsubai
1998-10-14akbd: wskbd support.tsubai
1998-10-13Split ADB driver to aed (ADB event device), akbd (ADB keyboard),tsubai