summaryrefslogtreecommitdiff
path: root/hw/xfree86/i2c
AgeCommit message (Expand)AuthorFilesLines
2011-09-20Space & style cleanup of hw/xfree86/i2c/fi1236.cAlan Coopersmith1-466/+536
2010-09-22xfree86: Remove useless module setup functions where appropriateAdam Jackson7-56/+7
2010-05-13Replace X-allocation functions with their C89 counterpartsMikhail Gusarov8-28/+28
2010-04-21xfree86: fix not reached code in fi1236 driver from i2cTiago Vignatti1-4/+0
2009-10-28Don't cast double to int: use default conversions or explicitly round.Jamey Sharp1-5/+5
2008-12-07Use libtool convenience libraries and better "symbol" table.Paulo Cesar Pereira de Andrade1-2/+2
2008-12-03Rework symbol visibility for easier maintenancePaulo Cesar Pereira de Andrade16-129/+129
2008-11-29Export symbols defined in the sdk.Paulo Cesar Pereira de Andrade1-4/+4
2008-11-28Make visible symbols required by xorg modules.Paulo Cesar Pereira de Andrade2-9/+9
2008-11-27Rework code using return value of LoaderSymbol as a function pointer.Paulo Cesar Pereira de Andrade17-163/+163
2008-07-17Dead code removalDaniel Stone1-24/+0
2007-09-04Fixing xf86I2CGetScreenBuses(), now dereferencing the correct pointer.Egbert Eich1-1/+1
2007-09-04Fixing sig11 in xf86I2CGetScreenBuses().Egbert Eich1-1/+1
2007-06-29Death to RCS tags.Adam Jackson2-5/+0
2007-03-25Since ddc, i2c, and ramdac are in core now, remove their ModuleData stubs.Adam Jackson1-36/+0
2007-03-07XORG_VERSION_CURRENT, not XF86_VERSION_CURRENT.Adam Jackson1-1/+1
2007-02-23Don't install libi2c.aAdam Jackson1-1/+1
2007-02-15Merge crtc/output-based mode selection code.Keith Packard1-3/+2
2006-09-18Remove smashing of CFLAGS from server build.Keith Packard1-1/+1
2006-07-21Remove RCS tags. Fix Xprint makefile braindamage.Adam Jackson3-3/+0
2006-07-18get rid of XFree86LOADER, XFree86Server, XFree86Module, and IN_MODULEDaniel Stone9-110/+1
2006-06-19fix compiler warnings in hw/xfree86/i2c/fi1236.cGreg Kroah-Hartman2-3/+6
2006-06-19fix compiler warning in hw/xfree86/i2c/tda9850.cGreg Kroah-Hartman1-1/+1
2006-06-05Ensure all *ModuleData symbols are marked _X_EXPORT. Start removingAdam Jackson8-10/+1
2006-03-29More warning cleanup.Adam Jackson3-23/+5
2006-02-10Remove libcwrapper usage from xorg server modules. The libcwrapper is onlyEric Anholt4-17/+22
2005-12-02Define XFree86Server only where it is required.Kevin E Martin1-1/+1
2005-11-29Fix usage of XFree86LOADER/XFree86Module/IN_MODULE and update loadableKevin E Martin1-2/+3
2005-09-24Changed the license to a X/MIT oneBogdan Diaconescu2-4/+46
2005-09-01Make RGB_PATH configurable.Daniel Stone1-1/+2
2005-08-25Thu Aug 25 17:15:01 2005 Søren Sandmann <sandmann@redhat.com>Søren Sandmann Pedersen1-17/+9
2005-08-24Remove use of dix-config and xorg-config.h from public headers.Daniel Stone1-3/+0
2005-07-30Clear compiler warnings. (Stefan Dirsch)Alan Coopersmith1-0/+3
2005-07-14- Add build system for xf86-video-atiSøren Sandmann Pedersen1-1/+1
2005-07-13Dear libtool: Loadable modules do not need version numbers. kthnxbye.Adam Jackson1-0/+1
2005-07-13xc/programs/Xserver/hw/xfree86/drivers/i2c/*.c: include xorg-config.hSøren Sandmann Pedersen15-29/+74
2005-07-11Prep for modular builds by adding guarded #include "config.h" everywhere.Adam Jackson14-0/+52
2005-07-03Change <X11/misc.h> and <X11/os.h> to "misc.h" and "os.h".Daniel Stone1-1/+1
2005-07-03Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings.Daniel Stone3-0/+12
2005-07-02Continuing Makefile cleanup; add DIX_CFLAGS and XORG_CFLAGS everywhere.Daniel Stone1-0/+2
2005-07-01Change all misc.h and os.h references to <X11/foo.h>.Daniel Stone3-5/+5
2005-07-01Adding initial build system.Daniel Stone1-0/+7
2005-07-01- Fix Support for Philips FM1236/F tuner on ATI AIW 9600 XT (Jeff Smith)Alex Deucher1-1/+2
2005-06-25Bug #3626: _X_EXPORT tags for video and input drivers.Adam Jackson7-7/+31
2005-04-20Fix includes right throughout the Xserver tree:Daniel Stone1-2/+2
2005-04-17Added a log pring for the parametersBogdan Diaconescu1-0/+2
2005-04-17Added new tuner FM1236MK3 PAL versionBogdan Diaconescu2-15/+57
2005-04-17This is the UDA1380 sound coder-decoder moduleBogdan Diaconescu3-0/+266
2005-01-24Bug #2004: Make DDC delay slightly longer. (Thomas J. Moore)Adam Jackson1-1/+1
2004-10-13Modified:Vladimir Dergachev1-1/+3