Query: sparse_keymap_report_event
OS: suse
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
SPARSE_KEYMAP_REPORT(9) Input Subsystem SPARSE_KEYMAP_REPORT(9)NAMEsparse_keymap_report_event - report event corresponding to given scancodeSYNOPSISbool sparse_keymap_report_event(struct input_dev * dev, unsigned int code, unsigned int value, bool autorelease);ARGUMENTSdev Input device using sparse keymap code Scan code value Value that should be reported (ignored by KE_SW entries) autorelease Signals whether release event should be emitted for KE_KEY entries right after reporting press event, ignored by all other entriesDESCRIPTIONThis function is used to perform lookup in an input device using sparse keymap and report corresponding event. Returns true if lookup was successful and false otherwise.COPYRIGHTKernel Hackers Manual 2.6. July 2010 SPARSE_KEYMAP_REPORT(9)