Skip to content

Commit

Permalink
fix typo in ps2 set_defaults (#16767)
Browse files Browse the repository at this point in the history
  • Loading branch information
gompa committed Apr 3, 2022
1 parent 27ae37d commit 0c8109a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/ps2/ps2_mouse.h
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ __attribute__((unused)) static enum ps2_mouse_mode_e {
enum ps2_mouse_command_e {
PS2_MOUSE_RESET = 0xFF,
PS2_MOUSE_RESEND = 0xFE,
PS2_MOSUE_SET_DEFAULTS = 0xF6,
PS2_MOUSE_SET_DEFAULTS = 0xF6,
PS2_MOUSE_DISABLE_DATA_REPORTING = 0xF5,
PS2_MOUSE_ENABLE_DATA_REPORTING = 0xF4,
PS2_MOUSE_SET_SAMPLE_RATE = 0xF3,
Expand Down

0 comments on commit 0c8109a

Please sign in to comment.