Merge branch 'master' of git://git.theshell.com/dragonfly
[dragonfly.git] / sys / dev / usbmisc / ukbd / ukbd.c
2011-01-27 Joe TalbottMerge branch 'master' of git://git.theshell.com/dragonfly
2011-01-27 Magliano AndreaUPROTO_BOOT_KEYBOARD is already defined in usb.h as...
2011-01-17 Sascha Wildnerkernel: Use NELEM() where we can.
2010-08-29 Matthew DillonMPSAFE TTY - Cleanup ukbd and atkbd, fix unregistration bug
2010-08-29 Matthew DillonMPSAFE TTY - Refactor the keyboard switch code to make...
2010-08-28 Alex HornungMPSAFE - TTY & related drivers
2010-02-06 Matthew Dillonkernel - usb keyboard - Fix polling issue on x86_64...
2009-09-27 Matthew Dillonukbd - Add USBD_CALLBACK_LAST back in
2009-09-11 Alex Hornungkbdmux - make it work for us
2009-09-08 Matthew DillonRevert "USB - Formalize polling mode and fix ohci inter...
2009-09-07 Matthew DillonUSB - Formalize polling mode and fix ohci interrupt...
2009-06-08 Matthew DillonUSB - Properly handle the 'wait' flag when getting...
2009-06-08 Matthew DillonUSB - Add support for xfer-restart-before-callback
2009-04-15 Sascha WildnerFix the way <sys/ioccom.h> is included throughout our...
2008-08-14 Hasso TepperRemove some useless variables and assignments from...
2007-11-06 Hasso TepperKill devinfo handling in drivers, set device descriptio...
2007-11-05 Hasso TepperNuke usbdevs and references to it.
2007-08-07 Hasso TepperReomve unnecessary sys/vnode.h include.
2007-07-02 Hasso TepperNuke USB_DECLARE_DRIVER and USB_DECLARE_DRIVER_INIT...
2007-07-01 Hasso TepperNuke USB_MATCH*, USB_ATTACH* and USB_DETACH* macros.
2007-06-28 Hasso TepperNuke SIMPLEQ_* and logprintf.
2007-06-28 Hasso TepperNuke device_ptr_t, USBBASEDEVICE, USBDEVNAME(), USBDEVU...
2007-06-27 Hasso TepperNuke the code specific to NetBSD/OpenBSD/FreeBSD at...
2007-06-06 Matthew DillonAdd a field to the keyboard abstraction structure that...
2006-12-22 Sascha WildnerRename printf -> kprintf in sys/ and add some defines...
2006-09-05 Matthew DillonRename malloc->kmalloc, free->kfree, and realloc->kreal...
2006-02-28 Matthew DillonProperly check for buffered data in ukbd_check_char...
2005-06-02 Matthew DillonRemove spl*() calls from the bus/ infrastructure, repla...
2005-02-21 Sascha WildnerWhen building as a kernel module, ignore the setting...
2004-12-14 Matthew DillonDo not reinitialize the translation mode if reattaching...
2004-10-10 Matthew DillonFix a USB stuttering key issue.
2004-09-14 Matthew Dillontimeout/untimeout ==> callout_*
2004-09-05 Matthew DillonLeave the USB keyboard registered with the keyboard...
2004-03-15 Matthew DillonDo some M_WAITOK<->M_INTWAIT cleanups. Code entered...
2004-03-15 Matthew DillonThe cam_sim structure was being deallocated uncondition...
2004-02-11 Joerg SonnenbergerAdd defined(__FreeBSD__) and defined(__DragonFly__...
2004-01-08 Jeroen Ruigrok/asmodaiSynchronise partially with NetBSD's v1.85:
2003-12-30 Matthew DillonBring in the entire FreeBSD-5 USB infrastructure. ...
2003-08-07 Matthew Dillonkernel tree reorganization stage 1: Major cvs repositor...
2003-06-17 Matthew DillonAdd the DragonFly cvs id and perform general cleanups...
2003-06-17 Matthew DillonInitial import from FreeBSD RELENG_4: