make evemu Python 3 aware

Benjamin Tissoires benjamin.tissoires at gmail.com
Thu Jan 2 16:05:12 PST 2014


Hi Daniel,

thanks for your patches, I'll have a look at them tomorrow if anything
urgent does not come in between.

Regarding the TK820, I am currently trying to finally fix the
hid-logitech-dj kernel driver module, so, hopefully you should have
something better soon (there are few bugs in the current implementation,
and the touchpad does not send full multitouch events).

Cheers,
Benjamin



On Thu, Jan 2, 2014 at 7:00 PM, Daniel Martin <consume.noise at gmail.com>wrote:

> On Thu, Jan 02, 2014 at 10:47:50PM +0100, Daniel Martin wrote:
> > Hi,
> >
> > I just wanted to test evemu(-describe) with my new Logitech tk820 [0]
>
> [0] should've pointed to the vendors page:
>
> http://www.logitech.com/en-us/product/wireless-all-in-onekeyboard-tk820
>
> Meanwhile, I've captured various informations on the device in a blog
> post if anyone's interested:
>     http://consumenoise.blogspot.com/2014/01/logitech-tk820-linux.html
>
> > and noticed that evemu doesn't like to be used with Python 3(.3). So,
> > I've fixed that ...
> >
> > First, make testing more easy by being able to change the python binary
> > via the environment:
> > [PATCH evemu 01/11] Make it possible to overwrite python binary via env
> >
> > Python 3 awareness:
> > [PATCH evemu 02/11] py: Replace print statement with function call
> > [PATCH evemu 03/11] py: Don't use find_library for libevemu.so
> > [PATCH evemu 04/11] tests: Replace tab with spaces
> > [PATCH evemu 05/11] py: Raise exception objects
> > [PATCH evemu 06/11] py: Fix file opening
> > [PATCH evemu 07/11] py: Fix file object detection
> > [PATCH evemu 08/11] py: Add _callstr() - returns str object
> > [PATCH evemu 09/11] tests: Open temporary device file in text mode
> > [PATCH evemu 10/11] tests: Fix tests with fixed lists
> >
> > This one changes the module API, skip it if you don't like it:
> > [PATCH evemu 11/11] py: Change has_prop() and has_event() to return bool
> >
> >
> > Comments are welcome,
> >     Daniel Martin
> _______________________________________________
> Input-tools mailing list
> Input-tools at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/input-tools
>


More information about the Input-tools mailing list