Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 58808
b: refs/heads/master
c: 890e037
h: refs/heads/master
v: v3
  • Loading branch information
Jean Delvare authored and Jean Delvare committed Jul 12, 2007
1 parent 51cbd0f commit 77a0077
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 40 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9d9c01ceff00fcba50043f500cac471ecf6752c9
refs/heads/master: 890e037509f5b3f967b16ea0ea525c7c75b213ae
38 changes: 0 additions & 38 deletions trunk/Documentation/i2c/chips/x1205

This file was deleted.

5 changes: 4 additions & 1 deletion trunk/drivers/rtc/rtc-x1205.c
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
*
* based on a lot of other RTC drivers.
*
* Information and datasheet:
* http://www.intersil.com/cda/deviceinfo/0,1477,X1205,00.html
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
Expand All @@ -26,7 +29,7 @@
* Two bytes need to be written to read a single register,
* while most other chips just require one and take the second
* one as the data to be written. To prevent corrupting
* unknown chips, the user must explicitely set the probe parameter.
* unknown chips, the user must explicitly set the probe parameter.
*/

static unsigned short normal_i2c[] = { I2C_CLIENT_END };
Expand Down

0 comments on commit 77a0077

Please sign in to comment.