Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 96d8e903 authored by Matthias Fuchs's avatar Matthias Fuchs Committed by David S. Miller
Browse files

can: Add driver for esd CAN-USB/2 device



This patch adds a driver for esd's USB high speed
CAN interface. The driver supports devices with
multiple CAN interfaces.

Signed-off-by: default avatarMatthias Fuchs <matthias.fuchs@esd.eu>
Acked-by: default avatarWolfgang Grandegger <wg@grandegger.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 4565956d
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -7,4 +7,10 @@ config CAN_EMS_USB
	  This driver is for the one channel CPC-USB/ARM7 CAN/USB interface
	  from EMS Dr. Thomas Wuensche (http://www.ems-wuensche.de).

config CAN_ESD_USB2
        tristate "ESD USB/2 CAN/USB interface"
        ---help---
          This driver supports the CAN-USB/2 interface
          from esd electronic system design gmbh (http://www.esd.eu).

endmenu
+1 −0
Original line number Diff line number Diff line
@@ -3,5 +3,6 @@
#

obj-$(CONFIG_CAN_EMS_USB) += ems_usb.o
obj-$(CONFIG_CAN_ESD_USB2) += esd_usb2.o

ccflags-$(CONFIG_CAN_DEBUG_DEVICES) := -DDEBUG
+1132 −0

File added.

Preview size limit exceeded, changes collapsed.