descriptionLinux SocketCAN kernel driver for ELM327 based devices.
last changeSun, 5 May 2024 06:53:43 +0000 (15:53 +0900)
shortlog
2024-05-05 norlyAdd hint to upstream documentation master
2023-08-01 norlyGuard hacks for Linux < v6.0 with #ifdefs
2023-08-01 norlyAlign code style with first upstream in Linux v6.0
2022-11-26 norlyAdd upstream note
2022-06-18 norlyDon't kfree_skb() after submitting the repurposed SKB
2022-06-18 norlyRename elm327_* to can327_*
2022-06-12 norlyDon't count RTR DLC as sent bytes
2022-06-11 norlyRe-align buffers, make RX buffer a power of two
2022-06-11 norlyREADME: Shorten duplicate mention of replies not being...
2022-06-11 norlyRemove CAN specific LED code
2022-06-11 norlyelm327_init: Update old comment referencing bittiming_const
2022-06-11 norlyRemove fixed array size for can327_bitrate_const
2022-06-11 norlyStop leaking SKBs in elm327_parse_frame()
2022-06-11 norlyRemove unused includes
2022-06-11 norlyREADME: Cleanup according to upstream requests
2022-06-06 norlyIncrease ELM327_SIZE_RXBUF to support fat UART buffers
...
heads
6 weeks ago master
2 years ago restart-on-error