Drop fake bittimings in favor of bitrate table
[elmcan.git] / module / elmcan.c
2019-02-17 norlyDrop fake bittimings in favor of bitrate table
2019-02-17 norlyImprove readability of elm327_handle_prompt()
2019-02-17 norlyNull stack variables before use
2019-02-17 norlyDon't try to send garbage after each init script entry
2019-01-31 norlyUse more netdev_err() instead of pr_err()
2019-01-31 norlyReturn cleanly in functions calling elm327_hw_failure()
2019-01-31 norlyDon't reset on HW fault, but take the interface down.
2019-01-30 norlyelmcan_ldisc_ioctl(): Use elm->dev->name again
2019-01-30 norlyUse netdev_* prints throughout
2019-01-30 norlyRename elm327_panic() to elm327_hw_failure() to avoid...
2019-01-23 norlyHandle tty->ops->write() returning error
2019-01-23 norlyReplace '>' with constant ELM327_READY_CHAR
2019-01-23 norlyBump N_ELMCAN to avoid conflicts with future in-tree...
2019-01-23 norlyFix race between ldisc_close() and ldisc_*()
2019-01-23 norlyAvoid ldisc_ioctl() racing unregister_candev()
2019-01-19 norlyComments
2018-11-13 norlyImport first public commit