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
/
usb_generic.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Style change.
hselasky
2011-11-12
1
-2
/
+2
*
Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.
ed
2011-11-07
1
-1
/
+1
*
Improve enumeration of Low- and Full-speed devices connected through a
hselasky
2011-06-06
1
-4
/
+2
*
- Fix for missing event if a libUSB USB transfer is started and
hselasky
2011-04-03
1
-4
/
+17
*
- Bugfix: Root HUBs do not support re-enumeration.
hselasky
2011-03-08
1
-0
/
+6
*
- Add support for software pre-scaling of ISOCHRONOUS transfers.
hselasky
2011-02-28
1
-1
/
+14
*
Remove unneeded includes of <sys/linker_set.h>. Other headers that use
jhb
2011-01-11
1
-1
/
+0
*
Serialise USB re-enumeration with the USB explore thread.
hselasky
2010-10-04
1
-19
/
+17
*
Reduce the need to accesss struct usb_device by providing functions to access
thompsa
2010-09-02
1
-3
/
+3
*
Add support for power mode filtering as some USB hardware does not support
thompsa
2010-09-02
1
-3
/
+2
*
If a USB device is suspended and a USB set config request is issued when the
thompsa
2010-05-12
1
-4
/
+24
*
Use a more obvious prefix for the USB control (endpoint 0) transfers rather
thompsa
2010-04-22
1
-9
/
+9
*
Implement USB kernel driver detach from userland.
thompsa
2010-03-11
1
-5
/
+20
*
Provide tunables for some of the usb sysctls that affect boot behaviour.
thompsa
2009-11-22
1
-0
/
+2
*
- Make struct usb_xfer opaque so that drivers can not access the internals
thompsa
2009-06-23
1
-34
/
+56
*
Fix length check for ugen control transfer.
thompsa
2009-06-22
1
-1
/
+1
*
s/usb2_/usb_|usbd_/ on all function names for the USB stack.
thompsa
2009-06-15
1
-83
/
+83
*
Rename usb pipes to endpoints as it better represents what they are, and struct
thompsa
2009-06-07
1
-24
/
+24
*
s/usb2_/usb_/ on all typedefs for the USB stack.
thompsa
2009-05-29
1
-28
/
+28
*
s/usb2_/usb_/ on all C structs for the USB stack.
thompsa
2009-05-28
1
-198
/
+198
*
Allocate the usb serial, manufacturer and product strings rather than use char
thompsa
2009-05-27
1
-8
/
+3
*
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
-9
/
+9
*
Revert part of r191494 which used the udev state to mark suspending, this needs
thompsa
2009-05-05
1
-5
/
+1
*
Track the usb device state as its powered on, addressed and configured. This ...
thompsa
2009-04-25
1
-1
/
+1
*
MFp4 //depot/projects/usb@159909
thompsa
2009-04-05
1
-45
/
+45
*
Fix compile with USB_HAVE_BUSDMA/USB_HAVE_UGEN/USB_HAVE_STRINGS.
thompsa
2009-03-20
1
-0
/
+5
*
MFp4 //depot/projects/usb @159423, 159497
thompsa
2009-03-20
1
-2
/
+4
*
MFp4 //depot/projects/usb @159431,159437,159438
thompsa
2009-03-20
1
-17
/
+17
*
MFp4 //depot/projects/usb @159430
thompsa
2009-03-20
1
-1
/
+0
*
Change the last references to PRIV_ROOT. /dev/usb used to be world writable so
thompsa
2009-02-27
1
-2
/
+2
*
Change USB over to make_dev() for all device nodes, previously it hooked into
thompsa
2009-02-27
1
-15
/
+4
*
MFp4 //depot/projects/usb@157958
thompsa
2009-02-24
1
-2
/
+2
*
Move the new USB stack into its new home.
thompsa
2009-02-23
1
-0
/
+2195