mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
xfree86: bus: fix Enter/Leave accesses behaviour
Okay, seems we're not using extensively such hooks in fact. But fix the expected behaviour at least. Signed-off-by: Tiago Vignatti <tiago.vignatti@nokia.com> Reviewed-by: Adam Jackson <ajax@redhat.com>
This commit is contained in:
@@ -390,8 +390,6 @@ xf86GetDevFromEntity(int entityIndex, int instance)
|
||||
void
|
||||
xf86AccessEnter(void)
|
||||
{
|
||||
return;
|
||||
|
||||
/*
|
||||
* on enter we simply disable routing of special resources
|
||||
* to any bus and let the RAC code to "open" the right bridges.
|
||||
@@ -412,7 +410,6 @@ xf86AccessEnter(void)
|
||||
void
|
||||
xf86AccessLeave(void)
|
||||
{
|
||||
return;
|
||||
EntityLeave();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user