Staging: add cpc-usb driver to the staging tree
authorSebastian Haas <haas@ems-wuensche.com>
Fri, 15 May 2009 03:46:12 +0000 (20:46 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 19 Jun 2009 18:00:52 +0000 (11:00 -0700)
commite0ce8a7265fec155f97438c80dedd7f01ff0055f
tree1ff115e081d6771835cc4f7f6ea7bc39a51627ae
parent6456f0b7683c9b82ca3f3e4f0aec15b9d2966561
Staging: add cpc-usb driver to the staging tree

This is a CPC CAN USB driver.

Just some comments:
cpcusb.h and cpc-usb_drv.c: Essential driver source code
sja2m16c_2.c: Helper for converting bitrate timings
cpc.h: Structures and definition needed to communicate with the device

From: Sebastian Haas <haas@ems-wuensche.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/cpc-usb/cpc-usb_drv.c [new file with mode: 0644]
drivers/staging/cpc-usb/cpc.h [new file with mode: 0644]
drivers/staging/cpc-usb/cpc_int.h [new file with mode: 0644]
drivers/staging/cpc-usb/cpcusb.h [new file with mode: 0644]
drivers/staging/cpc-usb/sja2m16c.h [new file with mode: 0644]
drivers/staging/cpc-usb/sja2m16c_2.c [new file with mode: 0644]