Age | Commit message (Expand) | Author |
2011-07-03 | Remove config_activate() and DVACT_ACTIVATE. PCMCIA's the only thing | Matthew Dempsky |
2010-08-29 | Translation code for Fn-key sequences on the Gdium Liberty internal keyboard, | Miod Vallat |
2010-08-02 | Handle USB_GET_REPORT, USB_GET_REPORT_DESC, USB_GET_REPORT_ID and | Miod Vallat |
2010-07-31 | Factorization of the bluetooth and usb hid input driver logic, to reduce code | Miod Vallat |
2010-02-22 | Undo 1.48 and 1.49 for now, and go back to the drawing board; PR #6320 | Miod Vallat |
2009-11-25 | Simpler logic to ignore the Naturetech keyboard babbling; discard extra | Miod Vallat |
2009-11-25 | Ignore repeated data in ukbd_intr(), for keyboards who flood us on a regular | Miod Vallat |
2009-10-13 | Pass audio keys to the audio layer even when the keyboard is in raw mode, | Miod Vallat |
2009-10-13 | Get rid of devact enum, substitute it with an int and coresponding defines. | Paul Irofti |
2009-07-31 | timeout_add -> timeout_add_msec | Bret Lambert |
2009-01-21 | Replace timeout_add(msecs * hz / 1000) with timeout_add_msec(msecs). | Alexander Yurchenko |
2009-01-21 | It turns out that Sun USB keyboards really follow the HID specification for | Miod Vallat |
2008-06-26 | First pass at removing clauses 3 and 4 from NetBSD licenses. | Ray Lai |
2008-06-08 | Now that all ports behave, remove the safety code doing cnpollc behind | Miod Vallat |
2008-05-19 | Add the Sun extended keys (L keys, volume keys) to the console mode layouts. | Miod Vallat |
2008-04-16 | Use the timeout(9) API the right way: Don't initialize the timeout | Michael Knudsen |
2008-01-24 | provide an external hook for beeper devices just like pckbd(4) does | Robert Nagy |
2007-11-23 | ukbd_rawrepeat only there if WSDISPLAY_COMPAT_RAWKBD | Theo de Raadt |
2007-11-23 | Sanitize the use of timeouts: | Marc Balmer |
2007-06-14 | Remove the definition and usage of the USB_DECLARE_DRIVER_CLASS and | Marc Balmer |
2007-06-12 | Remove the definition and use of the device_ptr_t which was a struct device *. | Marc Balmer |
2007-06-11 | Remove the usb_proc_ptr type definition, which was really a 'struct proc *' | Marc Balmer |
2007-06-10 | Remove the definition and use of the USBDEVNAME macro. | Marc Balmer |
2007-06-10 | Remove definitions and usage of usb_callout and related macros. These macros | Marc Balmer |
2007-06-05 | Remove the "Static" declaration of many functions. It was defined to be empty | Marc Balmer |
2007-06-04 | Last part of FreeBSD/NetBSD sepcific code removal. | Marc Balmer |
2007-05-27 | Farewell USB_{ATTACH,MATCH,DETACH}* you will not be missed. | Jonathan Gray |
2007-05-21 | Remove logprintf macro | Jonathan Gray |
2007-02-11 | Remove _KERNEL_OPT leftovers. | Miod Vallat |
2007-01-13 | Ignore country code on happy hacking keyboard, it reports itself as japanse. | Miod Vallat |
2006-06-26 | When attaching an USB keyboard, check the HID interface for its country code | Miod Vallat |
2006-06-23 | In a drivers activate() entry point, if on DVACT_DEACTIVATE it does | Miod Vallat |
2005-11-21 | Move contents of sys/select.h to sys/selinfo.h in preparation for a | Todd C. Miller |
2005-07-18 | Correct scancode mapping URL. | Jonathan Gray |
2004-11-30 | Make Sun type 6 USB keyboards return extended keycodes for 'L' keys | Matthieu Herrb |
2004-07-08 | put "do { } while (0)" wrappers on all the debug maroc functions | Theo de Raadt |
2003-07-05 | sync with netbsd | Nathan Binkert |
2003-05-19 | fix documentation links from netbsd | Nathan Binkert |
2002-07-29 | this should be a DPRINTF | Nathan Binkert |
2002-07-25 | get rid of trailing whitespace | Nathan Binkert |
2002-05-11 | I HATE it when things that we fix come back from bad merges | Theo de Raadt |
2002-05-09 | Sync hid stuff including ukbd, ums, and uhid with NetBSD | Nathan Binkert |
2002-05-07 | Meant to commit only ulpt and committed everything. Most things weren't ready | Nathan Binkert |
2002-05-07 | Sync ulpt driver with NetBSD | Nathan Binkert |
2002-04-03 | move the "ukbd_enable: %s: bad call on=%d" from DIAGNOSTIC to UKBD_DEBUG | Jason Wright |
2001-10-31 | Synchronize usb code with NetBSD. | Nathan Binkert |
2001-10-25 | ddb entry support using usb (console) keyboard. | Dale Rahn |
2001-10-25 | If a usb keyboard is detached, check if the intrpipe is still active. | Dale Rahn |
2001-07-25 | be carefull about initializing timeouts | Michael Shalayeff |
2001-05-03 | Sync with NetBSD. Tested with a USB keyboard, USB mouse, and three different | Aaron Campbell |