]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Rename command defines to match names used in the datasheet, in order to
authorGavin Atkinson <gavin@FreeBSD.org>
Tue, 14 Aug 2012 22:21:46 +0000 (22:21 +0000)
committerGavin Atkinson <gavin@FreeBSD.org>
Tue, 14 Aug 2012 22:21:46 +0000 (22:21 +0000)
commitc64253a8986085dae5c829e5d66b77c35b52f1bf
tree1ea16cea447077619928bf4a0a8fd1d307d516de
parent2951cbabf00d95428ba2ed407f775f8529ef6c44
Rename command defines to match names used in the datasheet, in order to
make maintaining this driver from the documentation easier in the future.
This is a mostly mechanical change.

In uslcom_param(), move the zeroing of the final two fields of the
flowctrl structure outside of the "if CRTSCTS" section - not only were
they being zeroed in both the clauses, but these two fields have nothing
to do with hardware flow control anyway.
sys/dev/usb/serial/uslcom.c