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
2000-06-01
Bring the coding style into the 80s, i.e., get rid of __P and use
augustss
2000-04-27
Change my email address.
augustss
2000-03-27
Change (almost) all static to Static. The symbol `Static' can then be defined
augustss
2000-03-23
New callout mechanism with two major improvements over the old
thorpej
2000-02-29
Distinguish between device and interface classes.
augustss
2000-02-02
Generate usb events on attach and detach.
augustss
2000-01-19
Add an argument to usbd_open_pipe_intr() to specify the polling interval
augustss
2000-01-16
Add a DPRINTF on keyboard errors.
augustss
2000-01-16
Let usbd_set_polling() work on a usbd_device_handle instead of
augustss
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
[next]