From 871480933a1c28f8a9fed4c4d34d06c439a7a422 Mon Sep 17 00:00:00 2001 From: Srikant Patnaik Date: Sun, 11 Jan 2015 12:28:04 +0530 Subject: Moved, renamed, and deleted files The original directory structure was scattered and unorganized. Changes are basically to make it look like kernel structure. --- ANDROID_3.4.5/drivers/video/fbmon.c | 1498 ----------------------------------- 1 file changed, 1498 deletions(-) delete mode 100644 ANDROID_3.4.5/drivers/video/fbmon.c (limited to 'ANDROID_3.4.5/drivers/video/fbmon.c') diff --git a/ANDROID_3.4.5/drivers/video/fbmon.c b/ANDROID_3.4.5/drivers/video/fbmon.c deleted file mode 100644 index cef65574..00000000 --- a/ANDROID_3.4.5/drivers/video/fbmon.c +++ /dev/null @@ -1,1498 +0,0 @@ -/* - * linux/drivers/video/fbmon.c - * - * Copyright (C) 2002 James Simmons - * - * Credits: - * - * The EDID Parser is a conglomeration from the following sources: - * - * 1. SciTech SNAP Graphics Architecture - * Copyright (C) 1991-2002 SciTech Software, Inc. All rights reserved. - * - * 2. XFree86 4.3.0, interpret_edid.c - * Copyright 1998 by Egbert Eich - * - * 3. John Fremlin and - * Ani Joshi - * - * Generalized Timing Formula is derived from: - * - * GTF Spreadsheet by Andy Morrish (1/5/97) - * available at http://www.vesa.org - * - * This file is subject to the terms and conditions of the GNU General Public - * License. See the file COPYING in the main directory of this archive - * for more details. - * - */ -#include -#include -#include -#include -#include