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
/
ums.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
- Export more USB device ID's.
hselasky
2011-06-24
1
-0
/
+7
*
usb: change to one-pass probing of device drivers
avg
2011-05-18
1
-2
/
+2
*
- Do not output the trailing newline to the HID
hselasky
2011-03-21
1
-4
/
+6
*
Remove unneeded includes of <sys/linker_set.h>. Other headers that use
jhb
2011-01-11
1
-1
/
+0
*
Fix UMS_BUTTON_MAX define name
thompsa
2010-09-02
1
-1
/
+1
*
Add support for extra buttons on the Kensington Slimblade Trackball.
thompsa
2010-09-02
1
-0
/
+12
*
Add missing MODULE_VERSION() definitions, this resolves problems around
thompsa
2010-09-01
1
-0
/
+1
*
Enable support for mouse panning wheels.
thompsa
2010-05-12
1
-0
/
+12
*
Change USB_DEBUG to #ifdef and allow it to be turned off. Previously this had
thompsa
2010-04-22
1
-2
/
+4
*
The NetBSD Foundation has granted permission to remove clause 3 and 4 from
joel
2010-03-03
1
-7
/
+0
*
Reduce probe priority of USB input devices to BUS_PROBE_GENERIC from
nwhitehorn
2009-11-11
1
-2
/
+2
*
Allow dumping the USB mouse reports via 'sysctl -b dev.ums.N.parseinfo',
thompsa
2009-10-22
1
-1
/
+71
*
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
1
-28
/
+43
*
s/usb2_/usb_|usbd_/ on all function names for the USB stack.
thompsa
2009-06-15
1
-25
/
+25
*
Change ums_probe() so it does not need to fetch the usb_interface_descriptor.
thompsa
2009-06-12
1
-8
/
+5
*
s/usb2_/usb_/ on all typedefs for the USB stack.
thompsa
2009-05-29
1
-6
/
+6
*
s/usb2_/usb_/ on all C structs for the USB stack.
thompsa
2009-05-28
1
-14
/
+14
*
Rename the usb sysctl tree from hw.usb2.* back to hw.usb.*.
thompsa
2009-05-21
1
-2
/
+2
*
- rename usb2_mode to usb_mode [1]
thompsa
2009-05-21
1
-1
/
+1
*
MFp4 //depot/projects/usb@159995
thompsa
2009-04-05
1
-177
/
+194
*
MFp4 //depot/projects/usb@159909
thompsa
2009-04-05
1
-3
/
+3
*
MFp4 //depot/projects/usb @159375,159376,159377
thompsa
2009-03-20
1
-3
/
+2
*
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
1
-1
/
+1
*
Change USB over to make_dev() for all device nodes, previously it hooked into
thompsa
2009-02-27
1
-9
/
+5
*
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
1
-0
/
+901