mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
f5d4abea3c
CAN to USB interfaces sold by the Swedish manufacturer Kvaser are divided into two major families: 'Leaf', and 'USBcanII'. From an Operating System perspective, the firmware of both families behave in a not too drastically different fashion. This patch adds support for the USBcanII family of devices to the current Kvaser Leaf-only driver. CAN frames sending, receiving, and error handling paths has been tested using the dual-channel "Kvaser USBcan II HS/LS" dongle. It should also work nicely with other products in the same category. List of new devices supported by this driver update: - Kvaser USBcan II HS/HS - Kvaser USBcan II HS/LS - Kvaser USBcan Rugged ("USBcan Rev B") - Kvaser Memorator HS/HS - Kvaser Memorator HS/LS - Scania VCI2 (if you have the Kvaser logo on top) Signed-off-by: Ahmed S. Darwish <ahmed.darwish@valeo.com> Acked-by: Andri Yngvason <andri.yngvason@marel.com> Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
74 lines
2.2 KiB
Plaintext
74 lines
2.2 KiB
Plaintext
menu "CAN USB interfaces"
|
|
depends on USB
|
|
|
|
config CAN_EMS_USB
|
|
tristate "EMS CPC-USB/ARM7 CAN/USB interface"
|
|
---help---
|
|
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).
|
|
|
|
config CAN_GS_USB
|
|
tristate "Geschwister Schneider UG interfaces"
|
|
---help---
|
|
This driver supports the Geschwister Schneider USB/CAN devices.
|
|
If unsure choose N,
|
|
choose Y for built in support,
|
|
M to compile as module (module will be named: gs_usb).
|
|
|
|
config CAN_KVASER_USB
|
|
tristate "Kvaser CAN/USB interface"
|
|
---help---
|
|
This driver adds support for Kvaser CAN/USB devices like Kvaser
|
|
Leaf Light and Kvaser USBcan II.
|
|
|
|
The driver provides support for the following devices:
|
|
- Kvaser Leaf Light
|
|
- Kvaser Leaf Professional HS
|
|
- Kvaser Leaf SemiPro HS
|
|
- Kvaser Leaf Professional LS
|
|
- Kvaser Leaf Professional SWC
|
|
- Kvaser Leaf Professional LIN
|
|
- Kvaser Leaf SemiPro LS
|
|
- Kvaser Leaf SemiPro SWC
|
|
- Kvaser Memorator II HS/HS
|
|
- Kvaser USBcan Professional HS/HS
|
|
- Kvaser Leaf Light GI
|
|
- Kvaser Leaf Professional HS (OBD-II connector)
|
|
- Kvaser Memorator Professional HS/LS
|
|
- Kvaser Leaf Light "China"
|
|
- Kvaser BlackBird SemiPro
|
|
- Kvaser USBcan R
|
|
- Kvaser Leaf Light v2
|
|
- Kvaser Mini PCI Express HS
|
|
- Kvaser USBcan II HS/HS
|
|
- Kvaser USBcan II HS/LS
|
|
- Kvaser USBcan Rugged ("USBcan Rev B")
|
|
- Kvaser Memorator HS/HS
|
|
- Kvaser Memorator HS/LS
|
|
- Scania VCI2 (if you have the Kvaser logo on top)
|
|
|
|
If unsure, say N.
|
|
|
|
To compile this driver as a module, choose M here: the
|
|
module will be called kvaser_usb.
|
|
|
|
config CAN_PEAK_USB
|
|
tristate "PEAK PCAN-USB/USB Pro interfaces"
|
|
---help---
|
|
This driver supports the PCAN-USB and PCAN-USB Pro adapters
|
|
from PEAK-System Technik (http://www.peak-system.com).
|
|
|
|
config CAN_8DEV_USB
|
|
tristate "8 devices USB2CAN interface"
|
|
---help---
|
|
This driver supports the USB2CAN interface
|
|
from 8 devices (http://www.8devices.com).
|
|
|
|
endmenu
|