index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
dev
/
usb
/
ukbd.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Deprecate machine/limits.h in favor of new sys/limits.h.
kan
2003-04-29
1
-1
/
+1
*
Replace various spelling with FALLTHROUGH which is lint()able
charnier
2002-08-25
1
-2
/
+2
*
Use the hw.usb sysctl tree instead of debug.usb.
joe
2002-08-08
1
-1
/
+2
*
Replace the FOO_DEBUG definitions with USB_DEBUG, and switch the
joe
2002-07-31
1
-5
/
+5
*
Get bored with hard coded debug level variables and introduce a debug.usb
joe
2002-07-31
1
-0
/
+3
*
MFNetBSD: ukbd.c (1.52), usbdi.c (1.54), usbdi.h (1.35)
joe
2002-04-07
1
-2
/
+4
*
MFNetBSD: Update many URLs.
joe
2002-04-01
1
-1
/
+1
*
Sync with NetBSD:
joe
2002-01-02
1
-2
/
+2
*
Only clear endpoint stall if status was USBD_STALLED.
n_hibma
2001-09-02
1
-1
/
+2
*
First check whether the USB transfer was cancelled before starting to
n_hibma
2001-09-01
1
-9
/
+12
*
Return consistent key action codes at key press and release
yokota
2001-07-20
1
-1
/
+1
*
Add the device resume method to keyboard drivers.
yokota
2001-06-30
1
-1
/
+14
*
select() DKI is now in <sys/selinfo.h>.
wollman
2001-01-09
1
-0
/
+4
*
Remove unneeded #include <sys/proc.h> lines.
phk
2000-10-29
1
-1
/
+0
*
Remove unneeded #include <machine/clock.h>
phk
2000-10-15
1
-2
/
+0
*
Initiate deorbit burn sequence for <machine/console.h>.
phk
2000-10-08
1
-1
/
+1
*
Change Lennart's e-mail address.
n_hibma
2000-05-14
1
-1
/
+1
*
OpenBSD has a broken debugger that does not grok static. Use a
n_hibma
2000-04-03
1
-62
/
+62
*
Do not include `ukbd.h'; it's not used.
yokota
2000-01-20
1
-1
/
+0
*
More USB ethernet tweaks:
wpaul
2000-01-20
1
-1
/
+2
*
Rework shifta/ctla/alta key handling. It appears that there was
yokota
2000-01-11
1
-0
/
+3
*
- Add a module event function to the ukbd driver and make the ukbd KLD
yokota
1999-12-13
1
-4
/
+22
*
Synchronisation with NetBSD as of 1999/11/16:
n_hibma
1999-11-17
1
-9
/
+8
*
Remove last bits and pieces of NetBSD porting.
n_hibma
1999-10-07
1
-34
/
+20
*
We use device_set_desc_copy, so we do not need to free the copied text
n_hibma
1999-08-28
1
-2
/
+0
*
- Remove cdevsw entry points in individual keyboard drivers;
yokota
1999-08-22
1
-130
/
+26
*
Change 'device' to 'self', to be more like the rest of the code
n_hibma
1999-06-26
1
-2
/
+2
*
This commit should be a extensive NO-OP:
phk
1999-05-30
1
-5
/
+20
*
Change '#if UKBD_DEBUG' to '#ifdef...'
n_hibma
1999-05-03
1
-8
/
+5
*
1) Make debugging more selective.
n_hibma
1999-04-11
1
-9
/
+11
*
Applied patch for ukbd disconnect. Disconnect not fully functional
n_hibma
1999-04-11
1
-66
/
+99
*
Implementation of the keyboard driver.
n_hibma
1999-03-22
1
-438
/
+1259
*
Fix warnings in preparation for adding -Wall -Wcast-qual to the
dillon
1999-01-28
1
-2
/
+2
*
Textual changes
n_hibma
1999-01-22
1
-0
/
+1
*
Corrected the latent fact that the uhub driver was providing a driver for
n_hibma
1999-01-14
1
-3
/
+3
*
Changed 'xxxdebug = 0' to '...= 1' (Brian Feldman)
n_hibma
1999-01-13
1
-2
/
+2
*
Sync with NetBSD sources. Almost there. Mostly style fixes.
n_hibma
1999-01-10
1
-4
/
+2
*
Major synchronisation with NetBSD USB code
n_hibma
1999-01-07
1
-113
/
+155
*
Added Id to all files
n_hibma
1998-12-14
1
-0
/
+2
*
Updated USB kernel sources to NetBSD sources of 1998-12-09.
n_hibma
1998-12-13
1
-13
/
+0
*
Initial commit of ported NetBSD USB stack
n_hibma
1998-11-26
1
-0
/
+651