From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <50B6619A.10300@grandegger.com> Date: Wed, 28 Nov 2012 20:10:18 +0100 From: Wolfgang Grandegger MIME-Version: 1.0 References: <5069E424.9090500@grandegger.com> <50B4EF81.50307@grandegger.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Xenomai] RTDM and PEAK PCIe List-Id: Discussions about the Xenomai project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jonathan Bohren Cc: Simon Leonard , xenomai@xenomai.org On 11/27/2012 06:08 PM, Jonathan Bohren wrote: > On Tue, Nov 27, 2012 at 11:51 AM, Wolfgang Grandegger wrote: >> On 11/27/2012 03:33 PM, Jonathan Bohren wrote: >>> Wolfgang, >>> >>> I got the PEAK PCAN-003027 card working yesterday, but it required >>> adding the device ID (0x0003 in addition to 0x0001) to the module >>> device table `peak_pci_tbl` here: >>> http://git.xenomai.org/?p=xenomai-2.6.git;a=blob;f=ksrc/drivers/can/sja1000/rtcan_peak_pci.c;h=53c8fef71d6d9e71dce6001941cb5922f6c977d6;hb=HEAD#l79 >>> >>> I've committed my changes to a fork on github under the branch name >>> "feature_peak_pcie" here: >>> https://github.com/jbohren-forks/xenomai/compare/feature_peak_pcie >>> >>> Is this the appropriate channel to make a pull request, or should I do >>> that somewhere else? >> >> Just post the patch here on this mailing list. >> >> Wolfgang. >> > > > Here you go: > > >>>From d97ee63e108c3f6eff26368af0df3ba1d1050692 Mon Sep 17 00:00:00 2001 > From: Jonathan Bohren > Date: Tue, 27 Nov 2012 09:13:11 -0500 > Subject: [PATCH] Adding device ID for PEAK PCIe card IPEH-003027 Thanks, just your Signed-off-by is missing. Wolfgang.