index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
dev
/
usb
/
uslcom.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add product id for the USB serial adapter found in Juniper SRX 300.
remi
2019-04-24
1
-1
/
+2
*
Accept baud rates up to 2 Mbps as these are supported by CP2104 and later
kettenis
2017-05-20
1
-2
/
+2
*
Avoid calling usbd_set_config_index() in *_attach() and let the stack
mpi
2016-09-02
1
-10
/
+2
*
The USB console port on Aruba 7xxx wireless controllers shows up as
reyk
2016-03-31
1
-1
/
+2
*
Rename some wrongly defined *_CONFIG_NO into *_CONFIG_INDEX.
mpi
2016-01-07
1
-3
/
+3
*
CP2110 is handled by uslhcom not uslcom
jsg
2015-06-18
1
-2
/
+1
*
Add a uslcom id for the Netgear M7100 console from Andrew Daugherity.
jsg
2015-06-16
1
-1
/
+43
*
Remove some includes include-what-you-use claims don't
jsg
2015-03-14
1
-2
/
+1
*
USB_VENDOR_SILABS:USB_PRODUCT_SILABS_CP210X_4(0x10c4:0xea80) is
sasano
2014-11-23
1
-2
/
+1
*
Nuke yet more obvious #include duplications.
krw
2014-11-18
1
-2
/
+1
*
Kill the last dumb DVACT_DEACTIVATE handlers.
mpi
2014-07-12
1
-29
/
+11
*
Sort-out activate functionality for ucom(4) and it's parents.
pirofti
2013-11-15
1
-5
/
+2
*
Replace sc_dying in favour of usbd_is_dying() and usbd_deactivate().
pirofti
2013-11-07
1
-10
/
+8
*
Get rid of various 'typedef struct' definitions and use plain structure
mglocker
2013-04-15
1
-3
/
+3
*
add support for hardware flow control, from FreeBSD
jsg
2012-09-29
1
-8
/
+25
*
add some uslcom devices from FreeBSD
jsg
2012-09-29
1
-5
/
+75
*
From Gavin Atkinson in FreeBSD SVN rev 238778:
jsg
2012-09-29
1
-8
/
+10
*
add Vaisala's "USB instrument cable" entry
yuo
2011-09-16
1
-2
/
+3
*
Remove config_activate() and DVACT_ACTIVATE. PCMCIA's the only thing
matthew
2011-07-03
1
-4
/
+1
*
garbage collect "usb events". without /dev/usb there is no way to access
jakemsr
2011-01-25
1
-7
/
+1
*
remove dying flag in detach() function.
yuo
2010-09-24
1
-2
/
+1
*
Get rid of devact enum, substitute it with an int and coresponding defines.
pirofti
2009-10-13
1
-3
/
+3
*
Add a bunch of uslcom devices found in the Linux driver.
jsg
2008-03-22
1
-3
/
+17
*
IRZ MC35pu GSM Terminal
jsg
2008-03-18
1
-1
/
+2
*
Allow for any baud rate within a range rather than
jsg
2007-11-24
1
-26
/
+11
*
treat usb vendor/product names as a locator, and have usbd_print handle it,
deraadt
2007-10-11
1
-5
/
+1
*
attach uslcom to the track systems traqmate
jcs
2007-10-08
1
-1
/
+2
*
support 230400 speed
jcs
2007-10-08
1
-1
/
+2
*
Remove the definition and usage of the USB_DECLARE_DRIVER_CLASS and
mbalmer
2007-06-14
1
-2
/
+17
*
Apply some KNF after the recent removal of macros and type definitions.
mbalmer
2007-06-13
1
-8
/
+8
*
Remove the definition and use of the device_ptr_t which was a struct device *.
mbalmer
2007-06-12
1
-3
/
+3
*
Remove the definition and use of the USBDEVNAME macro.
mbalmer
2007-06-10
1
-6
/
+6
*
Remove the definition and use of the USBDEV macro. It only created confusion
mbalmer
2007-06-10
1
-3
/
+3
*
Mechanical removal of USBBASEDEVICE. No binary change.
mk
2007-06-06
1
-2
/
+2
*
Remove the "Static" declaration of many functions. It was defined to be empty
mbalmer
2007-06-05
1
-11
/
+11
*
Farewell USB_{ATTACH,MATCH,DETACH}* you will not be missed.
jsg
2007-05-27
1
-15
/
+16
*
Remove logprintf macro
jsg
2007-05-21
1
-2
/
+2
*
Add some device ids found in Linux driver.
jsg
2007-02-17
1
-2
/
+8
*
In a drivers activate() entry point, if on DVACT_DEACTIVATE it does
miod
2006-06-23
1
-2
/
+2
*
Add a close method to send the shutdown command, which presumably
jsg
2006-04-29
1
-2
/
+20
*
Driver for Silicon Laboratories CP2101/CP2102 based serial adapters.
jsg
2006-04-29
1
-0
/
+411