augustss
0c0b8fd77c
Change the API a little to allow positions to be determined correctly
...
for multiple kinds. From Dave Sainty <dave@dtsp.co.nz>.
2000-09-24 02:19:54 +00:00
augustss
5329aaea38
Remove __P().
2000-08-20 15:57:02 +00:00
augustss
670d533d54
Keep the bit position even when the report descriptor says POP.
2000-03-17 18:09:17 +00:00
augustss
18654c9f8e
Handle report IDs a little better (but still not right).
2000-02-22 12:39:22 +00:00
drochner
ee32a80a8a
> #include <sys/time.h> to make it compile again
1999-10-13 17:48:04 +00:00
lukem
d896261208
back out the #ifdef _DIAGNOSTIC argument checks; too many people complained.
...
_DIAGASSERT() is still retained.
1999-09-20 04:38:56 +00:00
lukem
b48252f365
* use _DIAGASSERT() to check pointer arguments against NULL and file
...
descriptors against -1 (as appropriate).
* add actual checks which to detect stuff that would trigger_DIAGASSERT(),
and attempt to return a sane error condition.
* knf some code
* remove some `register' decls.
the first two items result in the addition of code similar to the
following in various functions:
_DIAGASSERT(path != NULL)
#ifdef _DIAGNOSTIC
if (path == NULL) {
errno = EFAULT;
return (-1);
}
#endif
1999-09-16 11:44:54 +00:00
simonb
6bf3aa19f9
More trailing white space.
1999-07-02 15:46:05 +00:00
augustss
c06d0d866b
Update the man page and rename one functions.
1999-05-12 00:04:49 +00:00
augustss
a1e0cc1cf7
Change copyright. I'll keep the copyright of these under more relaxed
...
terms than the usual TNF copyright since I'd like this API to be used
by e.g. Linux (and they object to the advertising clause).
1999-05-11 21:15:46 +00:00
augustss
18f11488db
Make USB HID processing into a library.
1999-05-11 21:02:24 +00:00