aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Duggan <aduggan@synaptics.com>2014-08-05 14:16:24 -0700
committerAndrew Duggan <aduggan@synaptics.com>2014-08-05 14:16:24 -0700
commit82cef42f6f5fbd1ceee3a58222083c9bfda9975d (patch)
tree7c28b492290ac02a8399202bc070378346e9f9b1
parenta5f70ba863144046e64de03e1385c8fb3434883d (diff)
downloadplatform_external_rmi4utils-82cef42f6f5fbd1ceee3a58222083c9bfda9975d.tar.gz
platform_external_rmi4utils-82cef42f6f5fbd1ceee3a58222083c9bfda9975d.tar.bz2
platform_external_rmi4utils-82cef42f6f5fbd1ceee3a58222083c9bfda9975d.zip
Update comment since the second part of it was fixed by updating i2c-hid.c in the kernel.
-rw-r--r--rmi4update/main.cpp9
1 files changed, 3 insertions, 6 deletions
diff --git a/rmi4update/main.cpp b/rmi4update/main.cpp
index 83af816..2985834 100644
--- a/rmi4update/main.cpp
+++ b/rmi4update/main.cpp
@@ -85,12 +85,9 @@ int WriteDeviceNameToFile(const char * file, const char * str)
}
/*
- * We need to rebind the driver to the device after firmware update for two reasons
- * a) The parameters of the device may have changed in the new firmware so the
- * driver should redo the initialization to read the new values.
- * b) Kernel commit 0f5a24c6 will now power down the device once we close the
- * file descriptor for the hidraw device file. Reloading the driver powers the
- * device back on.
+ * We need to rebind the driver to the device after firmware update because the
+ * parameters of the device may have changed in the new firmware and the
+ * driver should redo the initialization ensure it is using the new values.
*/
void RebindDriver(const char * hidraw)
{