ringstatus       1435 drivers/hid/wacom_wac.c 	bool ringstatus = data[285] & 0x80;
ringstatus       1436 drivers/hid/wacom_wac.c 	bool prox = expresskeys || center || ringstatus;
ringstatus       1447 drivers/hid/wacom_wac.c 	input_report_abs(pad_input, ABS_WHEEL, ringstatus ? ring : 0);