From d920fa9d0b54873d53f03a006d0fe3df11136b74 Mon Sep 17 00:00:00 2001 From: Jakob Bornecrantz Date: Tue, 12 Jan 2010 17:53:49 +0000 Subject: libkms: Use sysfs instead of udev to find driver Udev code is still there just commented out. --- libkms/internal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libkms/internal.h') diff --git a/libkms/internal.h b/libkms/internal.h index a441266b..9d1c5f7c 100644 --- a/libkms/internal.h +++ b/libkms/internal.h @@ -62,7 +62,7 @@ struct kms_bo unsigned handle; }; -int linux_get_pciid_from_fd(int fd, unsigned *vendor_id, unsigned *chip_id); +int linux_create(int fd, struct kms_driver **out); int vmwgfx_create(int fd, struct kms_driver **out); -- cgit v1.2.3