From: Paul Mundt Date: Thu, 6 Jan 2011 09:10:09 +0000 (+0900) Subject: Merge branch 'fbdev/udlfb' X-Git-Tag: MMI-PSA29.97-13-9~21444^2~1 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=ca9c20ce2b383032b71bdae9ec0b468d428ca8d4;p=GitHub%2FMotorolaMobilityLLC%2Fkernel-slsi.git Merge branch 'fbdev/udlfb' --- ca9c20ce2b383032b71bdae9ec0b468d428ca8d4 diff --cc drivers/video/udlfb.c index 000000000000,74a679ef0f5c..020589a6bf02 mode 000000,100644..100644 --- a/drivers/video/udlfb.c +++ b/drivers/video/udlfb.c @@@ -1,0 -1,1879 +1,1879 @@@ + /* + * udlfb.c -- Framebuffer driver for DisplayLink USB controller + * + * Copyright (C) 2009 Roberto De Ioris + * Copyright (C) 2009 Jaya Kumar + * Copyright (C) 2009 Bernie Thompson + * + * This file is subject to the terms and conditions of the GNU General Public + * License v2. See the file COPYING in the main directory of this archive for + * more details. + * + * Layout is based on skeletonfb by James Simmons and Geert Uytterhoeven, + * usb-skeleton by GregKH. + * + * Device-specific portions based on information from Displaylink, with work + * from Florian Echtler, Henrik Bjerregaard Pedersen, and others. + */ + + #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt + + #include + #include + #include + #include + #include + #include + #include + #include + #include + #include + #include