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: Matthias Fuchs <matthias.fuchs@esd.eu> Acked-by: Wolfgang Grandegger <wg@grandegger.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
4565956dc0
commit
96d8e90382
@ -7,4 +7,10 @@ config CAN_EMS_USB
|
|||||||
This driver is for the one channel CPC-USB/ARM7 CAN/USB interface
|
This driver is for the one channel CPC-USB/ARM7 CAN/USB interface
|
||||||
from EMS Dr. Thomas Wuensche (http://www.ems-wuensche.de).
|
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
|
endmenu
|
||||||
|
@ -3,5 +3,6 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
obj-$(CONFIG_CAN_EMS_USB) += ems_usb.o
|
obj-$(CONFIG_CAN_EMS_USB) += ems_usb.o
|
||||||
|
obj-$(CONFIG_CAN_ESD_USB2) += esd_usb2.o
|
||||||
|
|
||||||
ccflags-$(CONFIG_CAN_DEBUG_DEVICES) := -DDEBUG
|
ccflags-$(CONFIG_CAN_DEBUG_DEVICES) := -DDEBUG
|
||||||
|
1132
drivers/net/can/usb/esd_usb2.c
Normal file
1132
drivers/net/can/usb/esd_usb2.c
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user