--- zzzz-none-000/linux-2.4.17/drivers/media/video/saa5249.c 2001-09-30 19:26:06.000000000 +0000 +++ sangam-fb-322/linux-2.4.17/drivers/media/video/saa5249.c 2004-11-24 13:22:46.000000000 +0000 @@ -12,7 +12,7 @@ * * Copyright (c) 1998 Richard Guenther * - * $Id: saa5249.c,v 1.1 1998/03/30 22:23:23 alan Exp $ + * $Id: saa5249.c,v 1.1.1.1 2003/06/23 22:18:27 jharrell Exp $ * * Derived From * @@ -106,11 +106,11 @@ }; -#define CCTWR 34 /* I²C write/read-address of vtx-chip */ +#define CCTWR 34 /* I™C write/read-address of vtx-chip */ #define CCTRD 35 #define NOACK_REPEAT 10 /* Retry access this many times on failure */ #define CLEAR_DELAY (HZ/20) /* Time required to clear a page */ -#define READY_TIMEOUT (30*HZ/1000) /* Time to wait for ready signal of I²C-bus interface */ +#define READY_TIMEOUT (30*HZ/1000) /* Time to wait for ready signal of I™C-bus interface */ #define INIT_DELAY 500 /* Time in usec to wait at initialization of CEA interface */ #define START_DELAY 10 /* Time in usec to wait before starting write-cycle (CEA) */ @@ -327,10 +327,10 @@ return i2c_sendbuf(t, buf[0], ct-1, buf+1); } -/* Get count number of bytes from I²C-device at address adr, store them in buf. Start & stop +/* Get count number of bytes from I™C-device at address adr, store them in buf. Start & stop * handshaking is done by this routine, ack will be sent after the last byte to inhibit further * sending of data. If uaccess is TRUE, data is written to user-space with put_user. - * Returns -1 if I²C-device didn't send acknowledge, 0 otherwise + * Returns -1 if I™C-device didn't send acknowledge, 0 otherwise */ static int i2c_getdata(struct saa5249_device *t, int count, u8 *buf)