aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/progear/progear-battery/kernel-update.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/progear/progear-battery/kernel-update.patch')
-rw-r--r--recipes/progear/progear-battery/kernel-update.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes/progear/progear-battery/kernel-update.patch b/recipes/progear/progear-battery/kernel-update.patch
new file mode 100644
index 0000000000..89e83aa6ef
--- /dev/null
+++ b/recipes/progear/progear-battery/kernel-update.patch
@@ -0,0 +1,13 @@
+Index: progear-battery-0.3/progear-sbs.c
+===================================================================
+--- progear-battery-0.3.orig/progear-sbs.c 2007-01-04 22:11:19.000000000 +0100
++++ progear-battery-0.3/progear-sbs.c 2007-01-04 22:11:30.000000000 +0100
+@@ -129,8 +129,6 @@
+
+ static struct i2c_driver sbs_driver =
+ {
+- .name ="Progear ACPI-SBS Interface",
+- .flags =I2C_DF_NOTIFY,
+ .attach_adapter =&sbs_attach_adapter,
+ .detach_client =&sbs_detach_client
+ };