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
/
serial
/
usb_serial.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement a mechanism for making changes in the kernel<->driver PPS
ian
2015-05-04
1
-2
/
+3
*
Switch polarity of PPS events.
hselasky
2015-03-08
1
-3
/
+8
*
Use correct mode variable for PPS support.
hselasky
2015-03-07
1
-2
/
+2
*
Add PPS support to USB serial drivers.
hselasky
2015-03-07
1
-4
/
+37
*
Make a bunch of USB debug SYSCTLs tunable, so that their value(s) can
hselasky
2015-01-05
1
-1
/
+1
*
Fix order of USB serial layer uninit. Currently module dependency
hselasky
2014-07-01
1
-1
/
+1
*
Pull in r267961 and r267973 again. Fix for issues reported will follow.
hselasky
2014-06-28
1
-6
/
+3
*
Revert r267961, r267973:
gjb
2014-06-27
1
-3
/
+6
*
Extend the meaning of the CTLFLAG_TUN flag to automatically check if
hselasky
2014-06-27
1
-6
/
+3
*
Update NetBSD Foundation copyrights to 2-clause BSD
emaste
2014-03-18
1
-7
/
+0
*
Fix several typos
eadler
2013-05-12
1
-1
/
+1
*
Make sure we block recursion on TTY's inwakeup callback
hselasky
2012-12-20
1
-1
/
+7
*
Add lock asserts instead of "auto-locking".
hselasky
2012-11-07
1
-9
/
+2
*
The tty_inwakeup callback appears to be called both locked and unlocked.
hselasky
2012-11-07
1
-3
/
+9
*
Patch to improve USB serial console.
hselasky
2012-11-07
1
-10
/
+12
*
Add a jitter buffer in the common USB serial driver code which
hselasky
2012-11-05
1
-2
/
+77
*
Add missing CTLFLAG_TUN flag to tunable sysctls in USB stack.
hselasky
2012-10-26
1
-3
/
+3
*
Revert r239178 and implement two new functions, namely
hselasky
2012-08-15
1
-20
/
+38
*
Switch unit management in UCOM to unrhdr.
hselasky
2012-08-10
1
-67
/
+169
*
Fix compiler warnings, mostly signed issues,
hselasky
2012-04-02
1
-9
/
+4
*
Export ttyname instead of ttyunit via the sysctl interface.
hselasky
2012-01-16
1
-10
/
+16
*
Export information about USB serial port unit and port numbers
hselasky
2012-01-16
1
-10
/
+37
*
kern cons: introduce infrastructure for console grabbing by kernel
avg
2011-12-17
1
-0
/
+12
*
Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.
ed
2011-11-07
1
-1
/
+1
*
Bugfix: The ucom detach function is sometimes called on zeroed structures.
hselasky
2011-10-10
1
-0
/
+3
*
Remove unneeded includes of <sys/linker_set.h>. Other headers that use
jhb
2011-01-11
1
-1
/
+0
*
Bugfix: Set the bit that marks a device number in use.
n_hibma
2010-11-07
1
-2
/
+5
*
Implement ucom_set_pnpinfo_usb() providing ttyname and port number
n_hibma
2010-11-05
1
-2
/
+23
*
- Remove an unused entry from the softc (only used in a debugging printf).
n_hibma
2010-11-05
1
-5
/
+5
*
- Simplify the way unit/subunit allocation is done in ucom.
n_hibma
2010-11-03
1
-113
/
+75
*
Fix forwarding of Line Register Status changes to TTY layer.
hselasky
2010-10-14
1
-0
/
+26
*
Change USB_DEBUG to #ifdef and allow it to be turned off. Previously this had
thompsa
2010-04-22
1
-1
/
+1
*
Check unit number and provide string name for consdev.
thompsa
2009-11-01
1
-1
/
+6
*
Add experimental support for usb serial console and polled mode during DDB.
thompsa
2009-09-28
1
-4
/
+291
*
Don't pick up Giant inside ucom(4).
ed
2009-06-28
1
-4
/
+6
*
- Make struct usb_xfer opaque so that drivers can not access the internals
thompsa
2009-06-23
1
-9
/
+23
*
s/usb2_/usb_|usbd_/ on all function names for the USB stack.
thompsa
2009-06-15
1
-159
/
+159
*
Remove usb2_cv_* and just use the kernel condvar implementation, it was needed
thompsa
2009-06-15
1
-4
/
+4
*
s/usb2_/usb_/ on all typedefs for the USB stack.
thompsa
2009-05-29
1
-8
/
+8
*
Last minute TTY API change: remove mutex argument from tty_alloc().
ed
2009-05-29
1
-1
/
+1
*
s/usb2_/usb_/ on all C structs for the USB stack.
thompsa
2009-05-28
1
-62
/
+62
*
Do not forcefully close the write transfer when closing the tty, it needs to
thompsa
2009-05-26
1
-20
/
+7
*
Rename the usb sysctl tree from hw.usb2.* back to hw.usb.*.
thompsa
2009-05-21
1
-2
/
+2
*
MFp4 //depot/projects/usb@160052
thompsa
2009-04-05
1
-1
/
+9
*
Move the new USB stack into its new home.
thompsa
2009-02-23
1
-0
/
+1127