summaryrefslogtreecommitdiff
path: root/sys/dev/usb/ukbd.c
AgeCommit message (Expand)Author
1999-12-06Cosmetics and a couple of diagnostic messages.augustss
1999-12-01Done something half sensible if a USB console keyboard is unplugged insteadaugustss
1999-11-26Cosmetic changes.augustss
1999-11-12Hide function definition within ifdef's is becomes active in.mjacob
1999-11-12A number of stylistic changes to increase readability (many suggestedaugustss
1999-10-13Merge in a large batch of changes from Nick Hibma <hibma@skylink.it> soaugustss
1999-10-12Add an event mechanism so that a userland process can watch devices comeaugustss
1999-09-12Dot't forget to deactivate subdevices.augustss
1999-09-05Change the way the `struct device' base part of all driver softc areaugustss
1999-09-04Change the way the direction is extracted from the endpoint descriptor.augustss
1999-08-28Change some 'struct device' to 'bdevice'. From FreeBSD.augustss
1999-08-23Make sure to mark the device as dying already in the (de)activate routine.augustss
1999-08-14Some changes from FreeBSD (no functional differences).augustss
1999-07-24More DIAGNOSTIC messages.augustss
1999-06-30Totally redo the way device detach is done. It now uses a kernel eventaugustss
1999-06-26Remove unneeded #include.augustss
1999-06-14Get rid of a bunch of code that was part of an old USBDI proposal, but thataugustss
1999-06-11If we're the console keyboard, automatically enable the keyboard.wrstuden
1999-06-10Add more debug.augustss
1999-05-14Fix debug printf.augustss
1999-05-13Rework the way ukbd attaches itself as the console (again). We now allowthorpej
1999-05-09Call ws routines at spltty() from interrupt routines.augustss
1999-05-06Add a way for machine-dependent code to tell a USB controller that itthorpej
1999-01-13Fix transpostion in translation table for XT scan codes.augustss
1999-01-10Make sure to check the modifier map for the windows keys.augustss
1999-01-10Fix buglets in translation to raw scancodes.augustss
1999-01-10Update/add URLs to relevant USB specs.augustss
1999-01-10Move a declaration.augustss
1999-01-10Use a special map for USB key code translation instead of first translatingaugustss
1999-01-09there is no "cnattach" member in "struct wskbd_accessops" (yet?)drochner
1999-01-08Various little fixes from the FreeBSD version.augustss
1998-12-30Implement autorepeat in raw keyboard mode.augustss
1998-12-30Implement raw keyboard mode for X.augustss
1998-12-29Add some #if 0 code for keyboard console attachment.augustss
1998-12-28Cosmetics.augustss
1998-12-26Merge changes to make the USB stack work with FreeBSD. The originalaugustss
1998-12-10Take care of some lines > 80 chars.augustss
1998-12-09Improvement to the ugen driver.augustss
1998-12-02Even shorter printfs at attach.augustss
1998-12-02Avoid wrapping lines in attach printfs.augustss
1998-11-25Make the copyright header conform to the NetBSD template.augustss
1998-09-17Adapt to keymap table format change.drochner
1998-08-02Use wskbd enable function.augustss
1998-08-02Adapt to wskbd interface changes; add dummy enable/disable function.drochner
1998-08-01Make sure to abort the interrupt pipe on disconnect of a mouse or keyboard.augustss
1998-08-01Switch from a global flag to tell if the host controller should useaugustss
1998-08-01Complete the scancode conversion table.augustss
1998-07-29Add functions to execute asynchronous requests and use these fromaugustss
1998-07-26A first stab att supporting console access with a USB keyboard.augustss
1998-07-25Add wscons attachments for USB keyboard.augustss