diff --git a/pkgs/os-specific/linux/ov511/default.nix b/pkgs/os-specific/linux/ov511/default.nix index d6205f6b54f..00afafb4296 100644 --- a/pkgs/os-specific/linux/ov511/default.nix +++ b/pkgs/os-specific/linux/ov511/default.nix @@ -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; } diff --git a/pkgs/os-specific/linux/ov511/ov511-2.32.patch b/pkgs/os-specific/linux/ov511/ov511-2.32.patch new file mode 100644 index 00000000000..55e78afaeaa --- /dev/null +++ b/pkgs/os-specific/linux/ov511/ov511-2.32.patch @@ -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 ----