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
/
sound
/
usb
Commit message (
Expand
)
Author
Age
Files
Lines
*
- fix for USB audio devices which use the 7-byte endpoint descriptor instead of
thompsa
2010-06-22
2
-54
/
+9
*
Reduce MIDI input buffer size to one USB packet, hence some USB devices don't
thompsa
2010-06-22
1
-8
/
+2
*
Change USB_DEBUG to #ifdef and allow it to be turned off. Previously this had
thompsa
2010-04-22
1
-11
/
+11
*
Rename usb2_ structures and variables to usb_.
brucec
2010-02-08
2
-78
/
+78
*
- add support for more than 2 audio channels. [1]
thompsa
2009-12-22
1
-70
/
+146
*
add support for MIDI devices without audio control stream.
thompsa
2009-11-22
1
-0
/
+7
*
remove volume alignment (was previously not correctly implemented)
thompsa
2009-11-20
1
-13
/
+7
*
Improve support for High-speed USB audio devices.
thompsa
2009-11-08
1
-121
/
+120
*
Remove redundant Giant reference. Giant will be dropped
alfred
2009-08-24
1
-2
/
+2
*
USB audio:
alfred
2009-07-30
1
-38
/
+40
*
Isochronous transfers only have 1 frame buffer, but multiple
marcel
2009-07-12
1
-1
/
+1
*
Use the correct mutex in umidi_open()
thompsa
2009-06-27
1
-4
/
+4
*
Fix a typeo in the frame len function to unbreak the build, make it shorter
thompsa
2009-06-23
1
-1
/
+1
*
- Make struct usb_xfer opaque so that drivers can not access the internals
thompsa
2009-06-23
1
-96
/
+123
*
s/usb2_/usb_|usbd_/ on all function names for the USB stack.
thompsa
2009-06-15
1
-74
/
+74
*
Sound Mega-commit. Expect further cleanup until code freeze.
ariff
2009-06-07
3
-13
/
+77
*
revert r162516. We only support 1 or 2 channels per stream
thompsa
2009-06-04
1
-1
/
+3
*
s/usb2_/usb_/ on all typedefs for the USB stack.
thompsa
2009-05-29
1
-11
/
+11
*
s/usb2_/usb_/ on all C structs for the USB stack.
thompsa
2009-05-28
2
-66
/
+66
*
Provide a workaround for USB devices that do not support mono or stereo
thompsa
2009-05-27
1
-3
/
+5
*
Fix a few variable renames of usb2_mode outside dev/usb.
thompsa
2009-05-21
1
-6
/
+6
*
Remove license clauses 3 and 4 as per rev. 1.112 of uaudio.c and rev. 1.15 of
joel
2009-05-20
2
-14
/
+0
*
MFp4 //depot/projects/usb@159909
thompsa
2009-04-05
1
-35
/
+35
*
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
-10
/
+8
*
Move the uaudio and ata-usb drivers into their correct locations.
thompsa
2009-02-23
4
-0
/
+4452
*
Move two missed usb drivers out to the graveyard location under sys/legacy/dev.
thompsa
2009-02-23
4
-5603
/
+0
*
Handle the error case properly for device_get_children.
imp
2008-08-23
1
-4
/
+3
*
s/logprintf/printf/g
imp
2007-06-20
1
-35
/
+35
*
Explicitly use usb_port.h to get compat macros.
imp
2007-06-18
1
-0
/
+1
*
Flush remaining malloc() cleanups (M_NOWAIT -> M_WAITOK).
ariff
2007-06-17
1
-4
/
+1
*
Last (again ?!?) major commit for RELENG_7, featuring total Giant
ariff
2007-06-16
1
-10
/
+10
*
Expand USB_ATTACH_{ERROR,SUCCESS}_RETURN inline and eliminate from
imp
2007-06-12
1
-6
/
+5
*
Filter/compress the amount of channel trigger. This should reduce
ariff
2007-06-11
1
-1
/
+1
*
Remove const type qualifier from a function- gcc4.2 doesn't accept it.
mjacob
2007-06-10
1
-3
/
+3
*
Make this compile.
ru
2007-06-09
1
-1
/
+1
*
Expand USB_ATTACH_SETUP inline + devinfo tweaks
imp
2007-06-09
1
-2
/
+3
*
Use standard pcm_get/setflags() rather than dereferencing softc while
ariff
2007-06-02
1
-22
/
+16
*
Last major commit and updates for RELENG_7:
ariff
2007-05-31
1
-18
/
+5
*
Provide hint / tunable for possible asynchronous USB execution. Async
ariff
2007-04-02
1
-3
/
+32
*
Tell interested readers of the source that the return value is not
netchild
2007-03-31
1
-1
/
+5
*
[stage: 9/9]
ariff
2007-03-16
3
-14
/
+160
*
Fix forever broken ua_chan_setblocksize() uninitialized return value
ariff
2007-01-26
1
-7
/
+13
*
Sync uaudio_sndstat_prepare_pcm() output with sndstat_prepare_pcm() to get
ariff
2007-01-26
1
-4
/
+12
*
Sync with NetBSD:
netchild
2007-01-06
1
-1
/
+8
*
Welcome to Once-a-year Sound Mega-Commit. Enjoy numerous updates and fixes
ariff
2006-11-26
1
-1
/
+1
*
Various fixups, especially for the upcomming High Definition Audio
ariff
2006-09-28
1
-6
/
+14
*
Fix the check where we want to use the end of the supported range if the
netchild
2006-09-09
1
-1
/
+1
*
Catch up to USB changes.
scottl
2006-09-07
1
-149
/
+149
*
Convert NULL checks into KASSERT (and move them before the first
netchild
2006-02-05
1
-10
/
+11
[next]