History log of /haiku/src/add-ons/kernel/drivers/ports/usb_serial/Option.cpp
Revision Date Author Comments
# 7e67ec90 22-Jul-2012 Alexander von Gluck IV <kallisti5@unixzen.com>

usb_serial: Set option driver to use the last found port.

* Add a warning when >1 port is found (as we only use the
last found serial port)
* Verified working, remove if 0.


# 88992149 21-Jul-2012 Alexander von Gluck IV <kallisti5@unixzen.com>

usb_serial: Fix typo, set up endpoints properly

* Can successfully send data to Option USB serial device now
(I need to do some testing before turning it on though)


# 52b7ccf4 22-Jul-2012 Alexander von Gluck IV <kallisti5@unixzen.com>

usb_serial: Probe for USB endpoints on Option device

* More then one serial port is common, for now we only
work off of the first one detected.
* Still disabled as some setup is needed.


# b3b04af9 22-Jul-2012 Alexander von Gluck IV <kallisti5@unixzen.com>

usb_serial: Add new Option driver

* Option devices are generally WWAN serial
devices for 3G or lower.
* Picks up my CMOTECH Sprint 3G adaptor, need
to wire up endpoints so disabled for now.


# 7e67ec90a46ec4202ab7e4f7b0e07cf398200f45 22-Jul-2012 Alexander von Gluck IV <kallisti5@unixzen.com>

usb_serial: Set option driver to use the last found port.

* Add a warning when >1 port is found (as we only use the
last found serial port)
* Verified working, remove if 0.


# 8899214980d031c69441a29c5c122e3fd592d0b7 21-Jul-2012 Alexander von Gluck IV <kallisti5@unixzen.com>

usb_serial: Fix typo, set up endpoints properly

* Can successfully send data to Option USB serial device now
(I need to do some testing before turning it on though)


# 52b7ccf49e8215e58c9c341e013999ee1795848b 22-Jul-2012 Alexander von Gluck IV <kallisti5@unixzen.com>

usb_serial: Probe for USB endpoints on Option device

* More then one serial port is common, for now we only
work off of the first one detected.
* Still disabled as some setup is needed.


# b3b04af940fef90e722a590596527c6cc79920a3 22-Jul-2012 Alexander von Gluck IV <kallisti5@unixzen.com>

usb_serial: Add new Option driver

* Option devices are generally WWAN serial
devices for 3G or lower.
* Picks up my CMOTECH Sprint 3G adaptor, need
to wire up endpoints so disabled for now.