public inbox for linux-can@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] can-utils: slcand: minor fixes and udev scripts
@ 2014-12-19 15:22 Jeremiah Mahler
  2014-12-19 15:22 ` [PATCH 1/5] slcand: improve usage examples Jeremiah Mahler
                   ` (4 more replies)
  0 siblings, 5 replies; 9+ messages in thread
From: Jeremiah Mahler @ 2014-12-19 15:22 UTC (permalink / raw)
  To: Oliver Hartkopp; +Cc: linux-can, Jeremiah Mahler

This is a set of minor fixes to slcand that I made while setting up
slcand with a USB CAN device.  I also added configuration files for
udev/systemd to automatically start/stop slcand when the usb serial
device is plugged in.

It is based off the master branch of can-utils.

  https://gitorious.org/linux-can/can-utils.git

Jeremiah Mahler (5):
  slcand: improve usage examples
  slcand: remove #define EXIT_FAILURE, EXIT_SUCCESS
  slcand: consistent use of exit(EXIT_FAILURE)
  use line discipline number from linux/tty.h
  slcand: add example scripts for udev/systemd

 doc/50-slcand.rules | 16 ++++++++++++++++
 doc/slcand@.service | 11 +++++++++++
 slcan_attach.c      |  5 ++---
 slcand.c            | 20 ++++++++------------
 4 files changed, 37 insertions(+), 15 deletions(-)
 create mode 100644 doc/50-slcand.rules
 create mode 100644 doc/slcand@.service

-- 
2.1.3


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2014-12-27 21:10 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-19 15:22 [PATCH 0/5] can-utils: slcand: minor fixes and udev scripts Jeremiah Mahler
2014-12-19 15:22 ` [PATCH 1/5] slcand: improve usage examples Jeremiah Mahler
2014-12-19 15:22 ` [PATCH 2/5] slcand: remove #define EXIT_FAILURE, EXIT_SUCCESS Jeremiah Mahler
2014-12-19 15:22 ` [PATCH 3/5] slcand: consistent use of exit(EXIT_FAILURE) Jeremiah Mahler
2014-12-19 15:22 ` [PATCH 4/5] use line discipline number from linux/tty.h Jeremiah Mahler
2014-12-23 17:43   ` Oliver Hartkopp
2014-12-24  6:20     ` Jeremiah Mahler
2014-12-19 15:22 ` [PATCH 5/5] slcand: add example scripts for udev/systemd Jeremiah Mahler
2014-12-27 21:10   ` [PATCH 5/5 v2] " Jeremiah Mahler

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox