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