diff options
author | Stephane Grosjean <s.grosjean@peak-system.com> | 2012-03-02 19:13:05 +0400 |
---|---|---|
committer | Marc Kleine-Budde <mkl@pengutronix.de> | 2012-03-03 20:40:55 +0400 |
commit | 46be265d3388339d8168c863791f0c7bbf3f2fed (patch) | |
tree | e330159305bebee1874001cc2815a8346b61a213 /drivers/net/can/usb/peak_usb/Makefile | |
parent | bb4785551f64e18b2c8bb15a3bd2b22f5ebf624d (diff) | |
download | linux-46be265d3388339d8168c863791f0c7bbf3f2fed.tar.xz |
can: usb: PEAK-System Technik PCAN-USB specific part
This patch adds the specific part which handles the PCAN-USB adapter from
PEAK-System Technik (http://www.peak-system.com). The PCAN-USB adapter is
a sja1000 based, mono-channel USB 1.1 adapter compliant with CAN
specifications 2.0A (11-bit ID) and 2.0B (29-bit ID).
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>
Diffstat (limited to 'drivers/net/can/usb/peak_usb/Makefile')
-rw-r--r-- | drivers/net/can/usb/peak_usb/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/can/usb/peak_usb/Makefile b/drivers/net/can/usb/peak_usb/Makefile index bbb23ceb65f6..4450466fa57f 100644 --- a/drivers/net/can/usb/peak_usb/Makefile +++ b/drivers/net/can/usb/peak_usb/Makefile @@ -1,2 +1,2 @@ obj-$(CONFIG_CAN_PEAK_USB) += peak_usb.o -peak_usb-y = pcan_usb_core.o +peak_usb-y = pcan_usb_core.o pcan_usb.o |