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
*
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