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
*
Improve USB mass storage quirk auto detection.
hselasky
2011-10-29
1
-1
/
+2
*
Refactor auto-quirk solution so that we break as few external
hselasky
2011-09-10
1
-6
/
+16
*
This patch adds automatic detection of USB mass storage devices
hselasky
2011-09-02
1
-1
/
+33
*
Use synchronous device destruction instead of asynchronous, so that a new
hselasky
2011-08-11
1
-32
/
+47
*
- Ensure that we get all the required nomatch devd events.
hselasky
2011-06-24
1
-9
/
+10
*
- Move execution of event handlers into the probe and attach function so that
hselasky
2011-06-24
1
-6
/
+16
*
usb: change to one-pass probing of device drivers
avg
2011-05-18
1
-11
/
+0
*
Cleanup usb_notify_addq_compat(). It should not
hselasky
2011-05-08
1
-75
/
+0
*
Remove unneeded includes of <sys/linker_set.h>. Other headers that use
jhb
2011-01-11
1
-1
/
+0
*
We need to define a cdev variable associated with each USB device,
hselasky
2010-11-30
1
-0
/
+4
*
Bugfix: Move the 'at <location string' to the beginning of the attach
n_hibma
2010-11-05
1
-4
/
+3
*
Don't terminate the notification with \n. This is done in
n_hibma
2010-11-04
1
-2
/
+2
*
Add support for setting per-interface PnP information.
hselasky
2010-10-27
1
-4
/
+46
*
Add possibility to generate devctl notifications regardless of UGEN presence.
hselasky
2010-10-22
1
-15
/
+46
*
This commit adds full support for USB 3.0 devices in host and device
hselasky
2010-10-04
1
-49
/
+68
*
Reduce the need to accesss struct usb_device by providing functions to access
thompsa
2010-09-02
1
-7
/
+28
*
Add support for power mode filtering as some USB hardware does not support
thompsa
2010-09-02
1
-1
/
+1
*
fix a few cases where a string is passed via format argument instead of
avg
2010-06-11
1
-1
/
+1
*
If a USB device is suspended and a USB set config request is issued when the
thompsa
2010-05-12
1
-3
/
+30
*
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
[next]