aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/misc/xen-kbdfront.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-05-27xen: switch gnttab_end_foreign_access() to take a struct page pointerJuergen Gross1-2/+2
2022-03-15xen/grant-table: remove readonly parameter from functionsJuergen Gross1-2/+2
2021-11-23xen: add "not_essential" flag to struct xenbus_driverJuergen Gross1-0/+1
2020-07-07Input: Use fallthrough pseudo-keywordGustavo A. R. Silva1-2/+2
2020-05-12Input: introduce input_mt_report_slot_inactive()Jiada Wang1-1/+1
2018-10-16Input: xen-kbdfront - mark expected switch fall-throughGustavo A. R. Silva1-1/+1
2018-06-12Input: xen-kbdfront - allow better run-time configurationOleksandr Andrushchenko1-71/+106
2018-06-12Input: xen-kbdfront - fix multi-touch XenStore node's locationsOleksandr Andrushchenko1-4/+4
2018-01-02Input: xen-kbdfront - do not advertise multi-touch pressure supportOleksandr Andrushchenko1-2/+0
2017-08-28Input: xen-kbdfront - enable auto repeat for xen keyboard frontend driverLiang Yan1-1/+4
2017-07-09Input: xen-kbdfront - add multi-touch supportOleksandr Andrushchenko1-40/+179
2017-06-09Input: xen-kbdfront - use string constants from PV protocolOleksandr Andrushchenko1-9/+13
2017-04-19Input: xen-kbdfront - add module parameter for setting resolutionJuergen Gross1-25/+14
2017-03-17Input: convert remaining uses of pr_warning to pr_warnJoe Perches1-4/+4
2016-11-07xen: make use of xenbus_read_unsigned() in xen-kbdfrontJuergen Gross1-8/+5
2016-07-13Input: xen-kbdfront - prefer xenbus_write() over xenbus_printf() where possibleJan Beulich1-4/+4
2015-10-22Input: xen - check return value of xenbus_printfInsu Yun1-2/+8
2015-09-08xen: Use correctly the Xen memory terminologiesJulien Grall1-2/+2
2014-10-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds1-2/+2
2014-10-16Input: xen-kbdfront - free grant table entry in xenkbd_disconnect_backendChang Huaixin1-2/+2
2014-10-06xen: remove DEFINE_XENBUS_DRIVER() macroDavid Vrabel1-2/+3
2014-01-03xen/pvhvm: If xen_platform_pci=0 is set don't blow up (v4).Konrad Rzeszutek Wilk1-0/+4
2012-11-24Input: remove use of __devinitBill Pemberton1-1/+1
2012-10-30xen-kbdfront: handle backend CLOSED without CLOSINGDavid Vrabel1-1/+4
2012-01-04Xen: consolidate and simplify struct xenbus_driver instantiationJan Beulich1-5/+2
2011-07-04Input: xen-kbdfront - enable driver for HVM guestsStefano Stabellini1-1/+1
2011-04-18Input: xen-kbdfront - fix mouse getting stuck after save/restoreIgor Mammedov1-1/+12
2011-03-16Input: xen-kbdfront - move to drivers/input/miscDmitry Torokhov1-0/+385