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
2003-03-11
Update URLs for the HID spec.
augustss
2002-10-09
Make sure we are at splusb() while polling.
augustss
2002-09-23
Remove breaks after returns, unreachable returns and returns after
simonb
2002-07-11
Get rid of trailing white space.
augustss
2002-03-17
Convert ioctl code to use EPASSTHROUGH instead of -1 or ENOTTY for
atatat
2001-12-31
Make a typedef for struct proc to make portingeasier.
augustss
2001-12-30
A little more debug.
augustss
2001-12-30
Fix typo.
augustss
2001-12-29
Remove garbage.
augustss
2001-12-29
Add some missing scan code translations. Docs from Microsoft via Perry Metzger.
augustss
2001-12-28
Introduce an extra driver level for HID devices, uhidev. This uhidev driver
augustss
2001-11-28
use #ifdef DDB (for consistency with the rest of the kernel)
lukem
2001-11-15
usbd_interface2device_handle() cannot fail.
augustss
2001-11-13
add RCSIDs
lukem
2001-11-07
Add a workaround for broken ports (e.g. macppc) that do not call
augustss
2001-10-28
Use the usb callout macros.
augustss
2001-10-24
If we are the console and we have DDB then events must not be delivered
augustss
2001-10-24
Make sure interrupt pipe is closed when detaching console keyboard.
augustss
2001-09-28
Only clear the endpoint on stall (from FreeBSD).
augustss
2001-04-06
Allow a UKBD_LAYOUT option to determine the default keyboard layout.
augustss
2001-02-21
make some more constant arrays 'const'
jdolecek
2001-01-23
Make sure driver attach/detach events are generated in a consistent manner.
augustss
2000-12-29
Update many URLs.
augustss
2000-08-20
Implement handling of the UQ_SPUR_BUT_UP quirk. Some keyboards sometimes
augustss
2000-08-17
Add two keys to the raw mapping for German keyboards.
augustss
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
[next]