This website requires JavaScript.
Explore
Help
Sign in
forge
/
linux-pinenote
Watch
1
Star
0
Fork
You've already forked linux-pinenote
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
be055b2f89
linux-pinenote
/
drivers
/
net
/
can
/
usb
/
peak_usb
/
Makefile
3 lines
96 B
Makefile
Raw
Normal View
History
Unescape
Escape
can: usb: PEAK-System Technik USB adapters driver core This patch adds the core of the peak_usb driver which handles PEAK-System Technik PCAN USB adapters. It defines the parts which are common to the PCAN-USB adapters: can network interfaces management, network-to/from-usb data path interface, timestamps management... 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>
2012-03-02 16:13:04 +01:00
obj-$(CONFIG_CAN_PEAK_USB)
+=
peak_usb.o
can: usb: PEAK-System Technik PCAN-USB Pro specific part 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>
2012-03-02 16:13:06 +01:00
peak_usb-y
=
pcan_usb_core.o pcan_usb.o pcan_usb_pro.o
Reference in a new issue
Copy permalink