add packages_10.03.2 in preparation for the 10.03.2 interim release
[10.03/packages.git] / Xorg / xorg / driver / xf86-video-omap / patches / 001-misc-fixes.patch
1 ---
2  src/omapfb-driver.c |    4 ++--
3  1 file changed, 2 insertions(+), 2 deletions(-)
4
5 --- xf86-video-omapfb-20100810.orig/src/omapfb-driver.c
6 +++ xf86-video-omapfb-20100810/src/omapfb-driver.c
7 @@ -182,7 +182,7 @@ OMAPFBProbe(DriverPtr drv, int flags)
8                 return FALSE;
9  
10  /* FIXME: We don't really want to do it like this... */
11 -#define DEFAULT_DEVICE "/dev/fb"
12 +#define DEFAULT_DEVICE "/dev/fb0"
13  
14         for (i = 0; i < numDevSections; i++) {
15                 int fd;
16 @@ -831,7 +831,7 @@ static XF86ModuleVersionInfo OMAPFBVersR
17         MODINFOSTRING1,
18         MODINFOSTRING2,
19         XORG_VERSION_CURRENT,
20 -       PACKAGE_VERSION_MAJOR, PACKAGE_VERSION_MINOR, PACKAGE_VERSION_PATCHLEVEL,
21 +       99, 99, 99,
22         ABI_CLASS_VIDEODRV,
23         ABI_VIDEODRV_VERSION,
24         NULL,