Re: [PATCH libinput] udev: add quirk for Chalkboard Electronics HID Touchscreen

2017-09-21 Thread Peter Hutterer
On Wed, Sep 20, 2017 at 12:19:13PM -0400, Matt Porter wrote: > On Wed, Sep 20, 2017 at 10:14:41AM +1000, Peter Hutterer wrote: > > Hi Matt, > > Hi Peter! > > > On Tue, Sep 19, 2017 at 12:41:52PM -0400, Matt Porter wrote: > > > The Chalkboard Electronics HID Touchscreen is classified as > > > a

Re: [PATCH libinput] udev: add quirk for Chalkboard Electronics HID Touchscreen

2017-09-21 Thread Matt Porter
On Thu, Sep 21, 2017 at 08:41:13AM -0700, Jason Gerecke wrote: > On Thu, Sep 21, 2017 at 7:00 AM, Matt Porter wrote: > > On Thu, Sep 21, 2017 at 10:59:08AM +0200, Hans de Goede wrote: > >> Hi, > >> > >> On 19-09-17 18:41, Matt Porter wrote: > >> > The Chalkboard Electronics

Re: [PATCH libinput] udev: add quirk for Chalkboard Electronics HID Touchscreen

2017-09-21 Thread Jason Gerecke
On Thu, Sep 21, 2017 at 7:00 AM, Matt Porter wrote: > On Thu, Sep 21, 2017 at 10:59:08AM +0200, Hans de Goede wrote: >> Hi, >> >> On 19-09-17 18:41, Matt Porter wrote: >> > The Chalkboard Electronics HID Touchscreen is classified as >> > a tablet device by systemd udev

[PATCH v2] Add m1bpp (monochrome, 1 bit/pixel) pixel format

2017-09-21 Thread Drew DeVault
This is useful for Wayland compositors on low-end displays - in my use case, this is the Heltec 1.3" SPI OLED display. It permits compatible Wayland clients to utilize a more suitable pixel format for writing to the display for greater fidelity and performance. --- The only changes from the

Re: [PATCH libinput] udev: add quirk for Chalkboard Electronics HID Touchscreen

2017-09-21 Thread Matt Porter
On Thu, Sep 21, 2017 at 10:59:08AM +0200, Hans de Goede wrote: > Hi, > > On 19-09-17 18:41, Matt Porter wrote: > > The Chalkboard Electronics HID Touchscreen is classified as > > a tablet device by systemd udev because it has BTN_TOOL_PEN > > support. It also reports a resolution of 0 for both X

Re: [PATCH libinput] udev: add quirk for Chalkboard Electronics HID Touchscreen

2017-09-21 Thread Hans de Goede
Hi, On 19-09-17 18:41, Matt Porter wrote: The Chalkboard Electronics HID Touchscreen is classified as a tablet device by systemd udev because it has BTN_TOOL_PEN support. It also reports a resolution of 0 for both X and Y axes in absinfo. This causes libinput to reject it as an invalid tablet