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
/
misc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.
ed
2011-11-07
1
-1
/
+1
*
- Export more USB device ID's.
hselasky
2011-06-24
2
-34
/
+25
*
Remove unneeded includes of <sys/linker_set.h>. Other headers that use
jhb
2011-01-11
2
-2
/
+0
*
Add missing MODULE_VERSION() definitions, this resolves problems around
thompsa
2010-09-01
2
-0
/
+2
*
Change USB_DEBUG to #ifdef and allow it to be turned off. Previously this had
thompsa
2010-04-22
1
-1
/
+1
*
- FIFO's are always opened separately in read and write
alfred
2009-08-24
1
-11
/
+4
*
- Make struct usb_xfer opaque so that drivers can not access the internals
thompsa
2009-06-23
2
-43
/
+75
*
s/usb2_/usb_|usbd_/ on all function names for the USB stack.
thompsa
2009-06-15
2
-30
/
+30
*
s/usb2_/usb_/ on all typedefs for the USB stack.
thompsa
2009-05-29
2
-6
/
+6
*
s/usb2_/usb_/ on all C structs for the USB stack.
thompsa
2009-05-28
2
-20
/
+20
*
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
2
-2
/
+2
*
MFp4 //depot/projects/usb@159909
thompsa
2009-04-05
1
-15
/
+15
*
MFp4 //depot/projects/usb@159517
thompsa
2009-03-20
1
-2
/
+0
*
Rename the ushub device class back to uhub as it was in the old usb stack,
thompsa
2009-03-02
2
-2
/
+2
*
Change USB over to make_dev() for all device nodes, previously it hooked into
thompsa
2009-02-27
1
-7
/
+4
*
Move the new USB stack into its new home.
thompsa
2009-02-23
3
-0
/
+1262