Re: patch to add a success/failure message to comedi autoconfig

2013-12-23 Thread Bernd Porr
Hi Hartley, it's essentially what I've also written within the patch but I can make the comment in the patch a bit meatier if you want. However, I'm travelling now and won't be able to work on it till new year probably. Best, /Bernd Hartley Sweeten wrote: On Sunday, December 22, 2013 1:30 P

RE: patch to add a success/failure message to comedi autoconfig

2013-12-23 Thread Hartley Sweeten
On Monday, December 23, 2013 9:51 AM, Bernd Porr wrote: > Hi Hartley, Please don't top-post. ;-) > it's essentially what I've also written within the patch but I can make > the comment in the patch a bit meatier if you want. However, I'm > travelling now and won't be able to work on it till ne

RE: patch to add a success/failure message to comedi autoconfig

2013-12-23 Thread Hartley Sweeten
On Sunday, December 22, 2013 1:30 PM, Bernd Porr wrote: > > Hi all, > > I've added a success / fail message to comedi autoconfig. That's badly > needed to see which driver has been associated with which comedi dev in > udev. Also, as far as I know an error in the USB probe callback won't > caus

patch to add a success/failure message to comedi autoconfig

2013-12-22 Thread Bernd Porr
Hi all, I've added a success / fail message to comedi autoconfig. That's badly needed to see which driver has been associated with which comedi dev in udev. Also, as far as I know an error in the USB probe callback won't cause the kernel to print any errors so tracking down failures in autoco