Skip to content

Commit f5d4abe

Browse files
Ahmed S. Darwishmarckleinebudde
authored andcommitted
can: kvaser_usb: Add support for the USBcan-II family
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 <[email protected]> Acked-by: Andri Yngvason <[email protected]> Signed-off-by: Marc Kleine-Budde <[email protected]>
1 parent 96d7f10 commit f5d4abe

File tree

2 files changed

+474
-124
lines changed

2 files changed

+474
-124
lines changed

drivers/net/can/usb/Kconfig

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ config CAN_KVASER_USB
2525
tristate "Kvaser CAN/USB interface"
2626
---help---
2727
This driver adds support for Kvaser CAN/USB devices like Kvaser
28-
Leaf Light.
28+
Leaf Light and Kvaser USBcan II.
2929

3030
The driver provides support for the following devices:
3131
- Kvaser Leaf Light
@@ -46,6 +46,12 @@ config CAN_KVASER_USB
4646
- Kvaser USBcan R
4747
- Kvaser Leaf Light v2
4848
- Kvaser Mini PCI Express HS
49+
- Kvaser USBcan II HS/HS
50+
- Kvaser USBcan II HS/LS
51+
- Kvaser USBcan Rugged ("USBcan Rev B")
52+
- Kvaser Memorator HS/HS
53+
- Kvaser Memorator HS/LS
54+
- Scania VCI2 (if you have the Kvaser logo on top)
4955

5056
If unsure, say N.
5157

0 commit comments

Comments
 (0)