Re: [PATCH] Input: synaptics-rmi4: Limit the range of what GPIOs are buttons

2017-10-25 Thread Daniel Martin
e additional GPIOs may meet the criteria of > a button in rmi_f30_is_valid_button() but should not be considered > buttons. This patch limits the GPIOs which are mapped to buttons to just > the first 6. > > Signed-off-by: Andrew Duggan > Reported-by: Daniel Martin > --- >

Re: [PATCH v3 1/3] thinkpad_acpi: Move tablet detection into separate function

2016-11-09 Thread Daniel Martin
s < 0) > + goto err_exit; > + > + tabletsw_state = res; > + > /* Set up key map */ > hotkey_keycode_map = kmalloc(TPACPI_HOTKEY_MAP_SIZE, > GFP_KERNEL); > -- > 2.7.4 > This block has to be before register_attr_set_with_sysfs(). With that fixed and a small patch (will be sent soon) on top it works on my Yoga 260, so: Tested-by: Daniel Martin

Re: [PATCH] hid: Add secondary vendor id for the marco, USB_DEVICE_ID_MS_TYPE_COVER_3_V2

2015-06-09 Thread Daniel Martin
On 21 May 2015 at 04:40, Alan Wu wrote: > Hello Jiri, > I believe the patch may work, but I would rename the IDs. Obviously > I can't test Surface 3 non-Pro cover, but the difference is likely due > to the following: > > This is 0x07dc (I do own) > http://www.microsoftstore.com/store/msusa/en_U

Re: [PATCH] input: synaptics: min_max quirk for Thinkpad E440

2015-03-25 Thread Daniel Martin
On 25 March 2015 at 02:20, Filip Ayazi wrote: > Sets min_max_quirk values for LEN2006 touchpad found in Lenovo Thinkpad E440 > (board_id=2691). Dmitry already applied a patch for the E440: http://www.spinics.net/lists/linux-input/msg37497.html -- To unsubscribe from this list: send the line "

Re: [PATCH 8/7] Input: synaptics - Remove X250 from the topbuttonpad list

2015-02-27 Thread Daniel Martin
@@ static const char * const topbuttonpad_pnp_ids[] = { > "LEN0041", > "LEN0042", /* Yoga */ > "LEN0045", > - "LEN0046", > "LEN0047", > "LEN0049", > "LEN2000", >