提交 15e9acb8 编写于 作者: G Greg Chandler 提交者: Dmitry Torokhov

Input: lifebook - add Hitachi Flora-IE 55mi tablet DMI signature

This adds another DMI detected touchscreen.  It is exactly the same
driver as the existing ones, but this allows it to be detected on the
Hitachi Flora-IE 55mi tablet.  The original Midori drivers are "abeo
antiquus".  This should allow new life for these machines.
Signed-off-by: NDmitry Torokhov <dtor@mail.ru>
上级 b187dd7b
......@@ -21,6 +21,12 @@
#include "lifebook.h"
static struct dmi_system_id lifebook_dmi_table[] = {
{
.ident = "FLORA-ie 55mi",
.matches = {
DMI_MATCH(DMI_PRODUCT_NAME, "FLORA-ie 55mi"),
},
},
{
.ident = "LifeBook B",
.matches = {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册