commit b040f636859841ff1d199e37178cfdd64e9b71e1
Author: Markus Pfeiffer <[email protected]>
Date: Mon Jun 8 19:22:32 2015 +0000
usb4bsd: Make the serial driver create all devices
* This patch adds creation of ttyUx, ttyiUx, ttylUx, cuaUx, cuaiUx,
and cualUx, where x is the unit number for usb serial devices.
* The actual functionality for .init and .lock is not completelyl
implemented yet
Summary of changes:
sys/bus/u4b/serial/usb_serial.c | 107 +++++++++++++++++++++++++++++++++++-----
sys/bus/u4b/serial/usb_serial.h | 11 ++++-
2 files changed, 104 insertions(+), 14 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/b040f636859841ff1d199e37178cfdd64e9b71e1
--
DragonFly BSD source repository