freebsd-ports/sysutils/hal/files/10-mouse-sysmouse.fdi
Joe Marcus Clarke 23ce881407 * Add an addon to poll mouse device files to see if moused or Xorg owns them.
This allows hal to properly reflect the correct access device, and prevents
  X from opening the same device twice
* Use the less expensive clock_gettime() instead of gettimeofday() in hal's
  pollers [1]
* Add support for locking storage devices
* Fix the path to the installed documentation

Submitted by:	jkim [1]
Tested by:	jkim, cokane, and a host of others
2008-04-01 18:20:25 +00:00

8 lines
257 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<deviceinfo version="0.2">
<device>
<match key="info.capabilities" contains="input.mouse">
<append key="info.addons" type="strlist">hald-addon-mouse-sysmouse</append>
</match>
</device>
</deviceinfo>