Opened 9 years ago

Closed 9 years ago

#6209 closed enhancement (fixed)

libevdev-1.4

Reported by: bdubbs@… Owned by: Pierre Labastie
Priority: normal Milestone: 7.8
Component: BOOK Version: SVN
Severity: normal Keywords:
Cc:

Description

New minor version

Change History (3)

comment:1 by Pierre Labastie, 9 years ago

Owner: changed from blfs-book@… to Pierre Labastie
Status: newassigned

comment:2 by Pierre Labastie, 9 years ago

http://www.freedesktop.org/software/libevdev/libevdev-1.4.tar.xz MD5: eba88e8897fd296f3bb746bc39da18b3

libevdev 1.4 is now available. This release is binary compatible to the
1.3.x releases.

A new tool "libevdev-tweak-device" is now available. This tool allows to
change some kernel device properties, e.g. to set the resolution on the X
axis of a device run:
    libevdev-tweak-device --abs ABS_X --res 42 /dev/input/event4
see the man page for more details.

Owen W. Taylor (1):
      libevdev_uinput_destroy: don't close non-open FD

Peter Hutterer (11):
      include: update to 3.18 header
      tools: print the formula to calculate resolutions
      Shut up clang compiler warnings
      tools: fix clang compiler warning
      tools: note that the mouse frequency measured is the highest frequency
      configure: rename BUILD_TESTS to ENABLE_RUNTIME_TESTS
      test: always build the build-tests
      tools: add a tool to change kernel devices
      test: use -std=c89 instead of c90 for the build test
      cosmetic: fix a couple of duplicate/missing empty lines
      libevdev 1.4

Thilo Schulz (1):
      Use memcpy/memmove instead of loop operations
}}

comment:3 by Pierre Labastie, 9 years ago

Resolution: fixed
Status: assignedclosed

Fixed at r15650

Note: See TracTickets for help on using tickets.