New issue

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

Firstboot: option to create "USB qube" is disabled when using USB mouse during installation #2276

Open
rootkovska opened this Issue Aug 29, 2016 · 1 comment

Comments

Projects
None yet
2 participants
@rootkovska
Member

rootkovska commented Aug 29, 2016

... while it should only be disabled if USB keyboard is being used.

@marmarek

This comment has been minimized.

Show comment
Hide comment
@marmarek

marmarek Aug 30, 2016

Member

Are you using wireless mouse? Or some other fancy one? Some of them
advertise being both keyboard and mouse. You can check that using
udevadm info -q all -n /dev/input/eventX (replace X with your mouse
device number - you can check all of them).

For example for Logitech receiver (with only mouse connected) I
get this:

(...)
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_INPUT_KEYBOARD=1
E: ID_MODEL=USB_Receiver
E: ID_MODEL_ENC=USB\x20Receiver
(...)

and this:

(...)
E: ID_INPUT=1
E: ID_INPUT_MOUSE=1
E: ID_MODEL=USB_Receiver
E: ID_MODEL_ENC=USB\x20Receiver
(...)

Some workaround would be to add a "recheck" button to give a chance to
unplug USB keyboard (or something pretending to be one) and then enable
USB qube.

Best Regards,
Marek Marczykowski-Górecki
Invisible Things Lab
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?

Member

marmarek commented Aug 30, 2016

Are you using wireless mouse? Or some other fancy one? Some of them
advertise being both keyboard and mouse. You can check that using
udevadm info -q all -n /dev/input/eventX (replace X with your mouse
device number - you can check all of them).

For example for Logitech receiver (with only mouse connected) I
get this:

(...)
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_INPUT_KEYBOARD=1
E: ID_MODEL=USB_Receiver
E: ID_MODEL_ENC=USB\x20Receiver
(...)

and this:

(...)
E: ID_INPUT=1
E: ID_INPUT_MOUSE=1
E: ID_MODEL=USB_Receiver
E: ID_MODEL_ENC=USB\x20Receiver
(...)

Some workaround would be to add a "recheck" button to give a chance to
unplug USB keyboard (or something pretending to be one) and then enable
USB qube.

Best Regards,
Marek Marczykowski-Górecki
Invisible Things Lab
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment