Skip to content

Commit

Permalink
can: usb: PEAK-System Technik PCAN-USB Pro specific part
Browse files Browse the repository at this point in the history
This patch adds the specific part which handles the PCAN-USB Pro adapter
from PEAK-System Technik (http://www.peak-system.com). The PCAN-USB Pro
adapter is a dual-channel USB 2.0 adapter compliant with CAN specifications

Tested-by: Oliver Hartkopp <socketcan@hartkopp.net>
Acked-by: Wolfgang Grandegger <wg@grandegger.com>
Signed-off-by: Stephane Grosjean <s.grosjean@peak-system.com>
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
  • Loading branch information
Stephane Grosjean authored and Marc Kleine-Budde committed Mar 3, 2012
1 parent 46be265 commit d8a1993
Show file tree
Hide file tree
Showing 3 changed files with 1,215 additions and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/can/usb/peak_usb/Makefile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
obj-$(CONFIG_CAN_PEAK_USB) += peak_usb.o
peak_usb-y = pcan_usb_core.o pcan_usb.o
peak_usb-y = pcan_usb_core.o pcan_usb.o pcan_usb_pro.o
Loading

0 comments on commit d8a1993

Please sign in to comment.