]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
Input: xen-kbdfront - add module parameter for setting resolution
authorJuergen Gross <jgross@suse.com>
Wed, 19 Apr 2017 15:47:06 +0000 (08:47 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Wed, 19 Apr 2017 16:02:43 +0000 (09:02 -0700)
commit8b3afdfa48c70144479a2a5ca51a66e96ec60934
treec13476d9351323042ba493019e7518967a8f2820
parent312ec92daee499f4f1be86aaf07d6d9bfdaed795
Input: xen-kbdfront - add module parameter for setting resolution

Add a parameter for setting the resolution of xen-kbdfront in order to
be able to cope with a (virtual) frame buffer of arbitrary resolution.

While at it remove the pointless second reading of parameters from
Xenstore in the device connection phase: all parameters are available
during device probing already and that is where they should be read.

Signed-off-by: Juergen Gross <jgross@suse.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/misc/xen-kbdfront.c