lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:	Tue, 18 Oct 2011 14:01:32 -0500
From:	Patrick Trantham <patrick.trantham@...l7.com>
To:	Alessandro Zummo <a.zummo@...ertech.it>, rtc-linux@...glegroups.com
Cc:	linux-kernel@...r.kernel.org, patrick.trantham@...l7.com,
	kyle.manna@...l7.com
Subject: [PATCH] rtc: ISL12022: Add support for ISL12020

Update the ISL12022 device id array to support the ISL12020 which has
been tested and verified using this driver.

Signed-off-by: Patrick Trantham <patrick.trantham@...l7.com>
Tested-by: Kyle Manna <kyle.manna@...l7.com>
---
 drivers/rtc/rtc-isl12022.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/drivers/rtc/rtc-isl12022.c b/drivers/rtc/rtc-isl12022.c
index ddbc797..e114507 100644
--- a/drivers/rtc/rtc-isl12022.c
+++ b/drivers/rtc/rtc-isl12022.c
@@ -295,6 +295,7 @@ static int isl12022_remove(struct i2c_client *client)
 static const struct i2c_device_id isl12022_id[] = {
 	{ "isl12022", 0 },
 	{ "rtc8564", 0 },
+	{ "isl12020", 0 },
 	{ }
 };
 MODULE_DEVICE_TABLE(i2c, isl12022_id);
-- 
1.7.4.1

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ