We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello pborn, thanks for your amazing driver. Now, I'm getting an issue with it:
[ 287.652484] qc71_laptop/events: qc71_wmi_event_handler: qc71_wmi_event_handler(value=0xd2) [ 287.652586] qc71_laptop/events: qc71_wmi_event_handler: obj->type = 1 [ 287.652591] qc71_laptop/events: qc71_wmi_event_handler: int = 2 [ 287.652595] qc71_laptop/events: qc71_wmi_event_d2_handler: num lock [ 287.859187] qc71_laptop/events: qc71_wmi_event_handler: qc71_wmi_event_handler(value=0xd2) [ 287.859288] qc71_laptop/events: qc71_wmi_event_handler: obj->type = 1 [ 287.859293] qc71_laptop/events: qc71_wmi_event_handler: int = 1 [ 287.859297] qc71_laptop/events: qc71_wmi_event_d2_handler: caps lock [ 288.471290] qc71_laptop/events: qc71_wmi_event_handler: qc71_wmi_event_handler(value=0xd2) [ 288.471425] qc71_laptop/events: qc71_wmi_event_handler: obj->type = 1 [ 288.471432] qc71_laptop/events: qc71_wmi_event_handler: int = 1 [ 288.471436] qc71_laptop/events: qc71_wmi_event_d2_handler: caps lock is dmesg out put for activating and deactivating caps lock (no numlock). I'm pretty sure, this can't be intended?!
[ 287.652484] qc71_laptop/events: qc71_wmi_event_handler: qc71_wmi_event_handler(value=0xd2) [ 287.652586] qc71_laptop/events: qc71_wmi_event_handler: obj->type = 1 [ 287.652591] qc71_laptop/events: qc71_wmi_event_handler: int = 2 [ 287.652595] qc71_laptop/events: qc71_wmi_event_d2_handler: num lock [ 287.859187] qc71_laptop/events: qc71_wmi_event_handler: qc71_wmi_event_handler(value=0xd2) [ 287.859288] qc71_laptop/events: qc71_wmi_event_handler: obj->type = 1 [ 287.859293] qc71_laptop/events: qc71_wmi_event_handler: int = 1 [ 287.859297] qc71_laptop/events: qc71_wmi_event_d2_handler: caps lock [ 288.471290] qc71_laptop/events: qc71_wmi_event_handler: qc71_wmi_event_handler(value=0xd2) [ 288.471425] qc71_laptop/events: qc71_wmi_event_handler: obj->type = 1 [ 288.471432] qc71_laptop/events: qc71_wmi_event_handler: int = 1 [ 288.471436] qc71_laptop/events: qc71_wmi_event_d2_handler: caps lock
The text was updated successfully, but these errors were encountered:
I'm pretty sure, this can't be intended?!
Well, the code currently logs every ACPI event, so you could say it is intended.
Sorry, something went wrong.
No branches or pull requests
Hello pborn,
thanks for your amazing driver. Now, I'm getting an issue with it:
[ 287.652484] qc71_laptop/events: qc71_wmi_event_handler: qc71_wmi_event_handler(value=0xd2) [ 287.652586] qc71_laptop/events: qc71_wmi_event_handler: obj->type = 1 [ 287.652591] qc71_laptop/events: qc71_wmi_event_handler: int = 2 [ 287.652595] qc71_laptop/events: qc71_wmi_event_d2_handler: num lock [ 287.859187] qc71_laptop/events: qc71_wmi_event_handler: qc71_wmi_event_handler(value=0xd2) [ 287.859288] qc71_laptop/events: qc71_wmi_event_handler: obj->type = 1 [ 287.859293] qc71_laptop/events: qc71_wmi_event_handler: int = 1 [ 287.859297] qc71_laptop/events: qc71_wmi_event_d2_handler: caps lock [ 288.471290] qc71_laptop/events: qc71_wmi_event_handler: qc71_wmi_event_handler(value=0xd2) [ 288.471425] qc71_laptop/events: qc71_wmi_event_handler: obj->type = 1 [ 288.471432] qc71_laptop/events: qc71_wmi_event_handler: int = 1 [ 288.471436] qc71_laptop/events: qc71_wmi_event_d2_handler: caps lock
is dmesg out put for activating and deactivating caps lock (no numlock). I'm pretty sure, this can't be intended?!
The text was updated successfully, but these errors were encountered: