Commit 87feaf4a authored by Matthieu Cattin's avatar Matthieu Cattin

sw: Add cp210x driver. Modified version with gpio support.

From Tomek on 29.04.2014
Compiles with warnings on kernel 2.6.38-11-generic
parent 7892e525
obj-m = cp210x.o
KVERSION = $(shell uname -r)
all:
make -C /lib/modules/$(KVERSION)/build M=$(PWD) modules
clean:
make -C /lib/modules/$(KVERSION)/build M=$(PWD) clean
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment