usb4bsd: Make the serial driver create all devices
authorMarkus Pfeiffer <markus.pfeiffer@morphism.de>
Mon, 8 Jun 2015 19:22:32 +0000 (19:22 +0000)
committerMarkus Pfeiffer <markus.pfeiffer@morphism.de>
Mon, 8 Jun 2015 19:22:32 +0000 (19:22 +0000)
commitb040f636859841ff1d199e37178cfdd64e9b71e1
treea029c44ad1b8121e085a7799076ebb2897d8db67
parent1ad4f9e812da4f790080a4c9db8ce0e6a1344300
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
sys/bus/u4b/serial/usb_serial.c
sys/bus/u4b/serial/usb_serial.h