USB - Add support for xfer-restart-before-callback
[dragonfly.git] / sys / dev / usbmisc / ukbd / ukbd.c
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: