Submitting a patch

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi all;

Today, I found a little bug in lm-sensor, and wanted to submit you a
patch using csv. Si I came to the doc, section "How to get CVS acces",
clicked on the link of daily builds; but nothing appears here.
The link http://www2.lm-sensors.nu/~lm78/download.html#cvs send a blank file.

So, here is the patch, by email (not my prefered way so far).

it's nearly nothing : in sensor-detect perl script; > 3.0 kernels
numbers are not matched by the regex. Here's a quick patch :

2666c2666
< $kernel_version =~ /(\d+)\.(\d+)\.(\d+)(.*)/;
---
> $kernel_version =~ /(\d+)\.(\d+)[-\.](\d+)(.*)/;

Thanks

_______________________________________________
lm-sensors mailing list
lm-sensors@xxxxxxxxxxxxxx
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors




[Index of Archives]     [Linux Kernel]     [Linux Hardware Monitoring]     [Linux USB Devel]     [Linux Audio Users]     [Linux Kernel]     [Linux SCSI]     [Yosemite Backpacking]

  Powered by Linux