diff --git a/drivers/platform/x86/sony-laptop.c b/drivers/platform/x86/sony-laptop.c index bbd182e..ff14b61 100644 --- a/drivers/platform/x86/sony-laptop.c +++ b/drivers/platform/x86/sony-laptop.c @@ -2065,8 +2065,8 @@ static struct sonypi_event sonypi_batteryev[] = { /* The set of possible volume events */ static struct sonypi_event sonypi_volumeev[] = { - { 0x01, SONYPI_EVENT_VOLUME_INC_PRESSED }, - { 0x02, SONYPI_EVENT_VOLUME_DEC_PRESSED }, + { 0x01, SONYPI_EVENT_VOLUME_DEC_PRESSED }, + { 0x02, SONYPI_EVENT_VOLUME_INC_PRESSED }, { 0, 0 } }; @@ -2113,10 +2113,10 @@ static struct sonypi_eventtypes type3_events[] = { { 0x31, SONYPI_MEMORYSTICK_MASK, sonypi_memorystickev }, { 0x41, SONYPI_BATTERY_MASK, sonypi_batteryev }, { 0x31, SONYPI_PKEY_MASK, sonypi_pkeyev }, + { 0x05, SONYPI_PKEY_MASK, sonypi_volumeev }, { 0x05, SONYPI_PKEY_MASK, sonypi_pkeyev }, { 0x05, SONYPI_ZOOM_MASK, sonypi_zoomev }, { 0x05, SONYPI_CAPTURE_MASK, sonypi_captureev }, - { 0x05, SONYPI_PKEY_MASK, sonypi_volumeev }, { 0x05, SONYPI_PKEY_MASK, sonypi_brightnessev }, { 0 }, };