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_device.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use a more obvious prefix for the USB control (endpoint 0) transfers rather
thompsa
2010-04-22
1
-23
/
+23
*
Properly name the sxlocks, mutexes and condvars.
thompsa
2010-04-22
1
-19
/
+19
*
Use SX_DUPOK rather than making the string unique.
thompsa
2010-04-22
1
-2
/
+2
*
Also add the usb mode to the devd string as the usb controller can work in both
thompsa
2010-04-21
1
-0
/
+4
*
Change usb devd events from fake attach to a notify. The ugen device is not a
thompsa
2010-04-21
1
-4
/
+94
*
Implement USB kernel driver detach from userland.
thompsa
2010-03-11
1
-1
/
+0
*
Improve u3g device ejecting by providing additional methods for the eject
thompsa
2010-01-06
1
-1
/
+1
*
scratch_size was incorrectly passed as language ID when retrieving the language
thompsa
2010-01-06
1
-2
/
+1
*
Use the EVENTHANDLER system to hook into the usb device configuration and
thompsa
2009-12-17
1
-76
/
+75
*
Remove overuse of exclamation marks in kernel printfs, there mere fact a
thompsa
2009-11-26
1
-11
/
+11
*
Improve High Speed slot allocation mechanism by moving the computation to the
thompsa
2009-11-22
1
-1
/
+1
*
Correct buffer sizes used so that they match. The old code could give the
thompsa
2009-09-28
1
-2
/
+3
*
Add support for USB language selection.
thompsa
2009-09-28
1
-21
/
+63
*
Fix NULL-pointer dereference in usb_endpoint_foreach().
thompsa
2009-09-28
1
-1
/
+3
*
MFp4 @ 168387
thompsa
2009-09-28
1
-17
/
+13
*
- Patch to allow USB controller to resume operation after
alfred
2009-08-24
1
-22
/
+58
*
USB core:
alfred
2009-07-30
1
-17
/
+18
*
Sync to p4
thompsa
2009-06-27
1
-1
/
+1
*
- Make struct usb_xfer opaque so that drivers can not access the internals
thompsa
2009-06-23
1
-9
/
+29
*
Fix usb2_find_descriptor function name.
thompsa
2009-06-15
1
-2
/
+2
*
s/usb2_/usb_|usbd_/ on all function names for the USB stack.
thompsa
2009-06-15
1
-200
/
+200
*
Remove usb2_cv_* and just use the kernel condvar implementation, it was needed
thompsa
2009-06-15
1
-5
/
+5
*
Rename usb pipes to endpoints as it better represents what they are, and struct
thompsa
2009-06-07
1
-119
/
+119
*
s/usb2_/usb_/ on all typedefs for the USB stack.
thompsa
2009-05-29
1
-15
/
+15
*
Free device strings.
thompsa
2009-05-29
1
-0
/
+3
*
s/usb2_/usb_/ on all C structs for the USB stack.
thompsa
2009-05-28
1
-128
/
+128
*
Allocate the usb serial, manufacturer and product strings rather than use char
thompsa
2009-05-27
1
-95
/
+45
*
Rename the usb sysctl tree from hw.usb2.* back to hw.usb.*.
thompsa
2009-05-21
1
-1
/
+1
*
Use enums for speed and rev data types.
thompsa
2009-05-21
1
-4
/
+4
*
- rename usb2_mode to usb_mode [1]
thompsa
2009-05-21
1
-21
/
+21
*
Revert part of r191494 which used the udev state to mark suspending, this needs
thompsa
2009-05-05
1
-11
/
+8
*
Make the state string descriptions public.
thompsa
2009-04-25
1
-9
/
+17
*
Track the usb device state as its powered on, addressed and configured. This ...
thompsa
2009-04-25
1
-5
/
+36
*
MFp4 //depot/projects/usb@160930
thompsa
2009-04-22
1
-1
/
+2
*
MFp4 //depot/projects/usb@160655
thompsa
2009-04-22
1
-5
/
+15
*
MFp4 //depot/projects/usb@160614
thompsa
2009-04-22
1
-1
/
+2
*
MFp4 //depot/projects/usb@160413
thompsa
2009-04-22
1
-0
/
+1
*
Provide a better commit log for r190735, forced by making a whitespace change.
thompsa
2009-04-06
1
-1
/
+1
*
MFp4 //depot/projects/usb@160056
thompsa
2009-04-05
1
-35
/
+9
*
MFp4 //depot/projects/usb@159948
thompsa
2009-04-05
1
-6
/
+4
*
MFp4 //depot/projects/usb@159922
thompsa
2009-04-05
1
-4
/
+4
*
MFp4 //depot/projects/usb@159909
thompsa
2009-04-05
1
-1
/
+8
*
MFp4 //depot/projects/usb@159897
thompsa
2009-04-05
1
-1
/
+9
*
MFp4 //depot/projects/usb@159871
thompsa
2009-04-05
1
-4
/
+4
*
MFp4 //depot/projects/usb@159866
thompsa
2009-04-05
1
-236
/
+300
*
MFp4 //depot/projects/usb@159811
thompsa
2009-04-05
1
-8
/
+12
*
MFp4 //depot/projects/usb@159677
thompsa
2009-04-05
1
-2
/
+0
*
Fix order of debug printf items, addr and config# were swapped.
thompsa
2009-03-23
1
-1
/
+1
*
Do not pass uninitialized data buffer to devctl_queue_data function.
kan
2009-03-23
1
-26
/
+25
*
Fix compile with USB_HAVE_BUSDMA/USB_HAVE_UGEN/USB_HAVE_STRINGS.
thompsa
2009-03-20
1
-39
/
+36
[next]