hurray for changing kernel interfaces!

svn path=/nixpkgs/trunk/; revision=5721
This commit is contained in:
Armijn Hemel 2006-07-16 22:33:10 +00:00
parent 95dd22417c
commit 4ce1ddab36
2 changed files with 14 additions and 1 deletions

View File

@ -7,7 +7,7 @@ stdenv.mkDerivation {
url = http://www.ovcam.org/ov511/download/2.xx/distros/ov511-2.32.tar.bz2;
md5 = "6a08025311649356242761641a1df0f2";
};
patches = [./ov511-kernel.patch];
patches = [./ov511-kernel.patch ./ov511-2.32.patch];
inherit kernel;
NIX_GLIBC_FLAGS_SET=1;
}

View File

@ -0,0 +1,13 @@
diff -rc ov511-2.32/tuner.c ov511-2.32.new/tuner.c
*** ov511-2.32/tuner.c Mon Apr 3 15:16:27 2006
--- ov511-2.32.new/tuner.c Mon Jul 17 00:26:57 2006
***************
*** 1029,1035 ****
static struct i2c_client client_template =
{
.name = "(tuner unset)",
- .flags = I2C_CLIENT_ALLOW_USE,
.driver = &driver,
};
--- 1029,1034 ----