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
/
input
Commit message (
Expand
)
Author
Age
Files
Lines
*
Detect when we are polling from kernel via cngetc() in the boot process and
thompsa
2010-02-14
1
-34
/
+144
*
If the ID byte is non zero then we allow descriptors having multiple sizes.
thompsa
2009-12-09
1
-3
/
+12
*
Improve response to multi-touch taps.
rpaulo
2009-12-08
1
-48
/
+117
*
Early-generation touchpads do not send periodic calibration frames for
nwhitehorn
2009-11-29
1
-0
/
+15
*
Remove overuse of exclamation marks in kernel printfs, there mere fact a
thompsa
2009-11-26
1
-1
/
+1
*
Make the mode setting transfer asynchronous.
thompsa
2009-11-22
1
-21
/
+46
*
Provide tunables for some of the usb sysctls that affect boot behaviour.
thompsa
2009-11-22
1
-0
/
+2
*
Reduce probe priority of USB input devices to BUS_PROBE_GENERIC from
nwhitehorn
2009-11-11
3
-5
/
+5
*
Add support for the touchpads found in later models of iBook and
nwhitehorn
2009-11-10
1
-21
/
+89
*
Driver for the Apple Touchpad present on MacBook (non-Pro & Pro).
rpaulo
2009-11-09
1
-0
/
+2047
*
Allow dumping the USB mouse reports via 'sysctl -b dev.ums.N.parseinfo',
thompsa
2009-10-22
1
-1
/
+71
*
Only poll ukbd if KDB is active.
thompsa
2009-10-15
1
-0
/
+4
*
Fix the 106/109 USB Japanese keyboard "underscore" issue.
hrs
2009-10-12
1
-12
/
+51
*
- patch for cordump slowdown. Avoid using DELAY(1000) when no
alfred
2009-08-24
1
-33
/
+50
*
Temporarily revert the new-bus locking for 8.0 release. It will be
jhb
2009-08-20
1
-6
/
+7
*
Make the newbus subsystem Giant free by adding the new newbus sxlock.
attilio
2009-08-02
1
-7
/
+6
*
USB CORE:
alfred
2009-07-30
1
-36
/
+121
*
USB input
alfred
2009-07-30
1
-3
/
+45
*
- Make struct usb_xfer opaque so that drivers can not access the internals
thompsa
2009-06-23
3
-114
/
+160
*
s/usb2_/usb_|usbd_/ on all function names for the USB stack.
thompsa
2009-06-15
3
-87
/
+87
*
Make variables static where appropriate.
thompsa
2009-06-13
1
-1
/
+1
*
Change ums_probe() so it does not need to fetch the usb_interface_descriptor.
thompsa
2009-06-12
1
-8
/
+5
*
Check for a keyboard HID report in addition to the interface class so devices
thompsa
2009-06-12
1
-5
/
+27
*
Remove duplicate variable setting.
thompsa
2009-06-04
1
-1
/
+0
*
Staticize ukbd_detach and fix indentation.
thompsa
2009-06-02
1
-2
/
+2
*
s/usb2_/usb_/ on all typedefs for the USB stack.
thompsa
2009-05-29
3
-18
/
+18
*
s/usb2_/usb_/ on all C structs for the USB stack.
thompsa
2009-05-28
3
-49
/
+49
*
Add support for the Apple MacBook Pro keyboard
thompsa
2009-05-27
1
-44
/
+154
*
Rename the usb sysctl tree from hw.usb2.* back to hw.usb.*.
thompsa
2009-05-21
3
-6
/
+6
*
- rename usb2_mode to usb_mode [1]
thompsa
2009-05-21
3
-3
/
+3
*
MFp4 //depot/projects/usb@159995
thompsa
2009-04-05
1
-177
/
+194
*
MFp4 //depot/projects/usb@159909
thompsa
2009-04-05
3
-22
/
+22
*
MFp4 //depot/projects/usb @159375,159376,159377
thompsa
2009-03-20
2
-9
/
+8
*
MFp4 //depot/projects/usb@158916
thompsa
2009-03-09
1
-58
/
+61
*
Rename the ushub device class back to uhub as it was in the old usb stack,
thompsa
2009-03-02
3
-3
/
+3
*
Change USB over to make_dev() for all device nodes, previously it hooked into
thompsa
2009-02-27
2
-16
/
+10
*
Use my address of the FreeBSD project in the copyright statement in USB2.
ed
2009-02-24
1
-2
/
+2
*
MFp4 //depot/projects/usb; 157814, 157863, 157868
thompsa
2009-02-24
1
-110
/
+75
*
Move the new USB stack into its new home.
thompsa
2009-02-23
4
-0
/
+3455