index
:
asahi-linux.git
20240806-atcphy-rewrite
aic2
asahi
asahi-6.5-rc1-wip
asahi-dcpext-2022-11-12
asahi-soc/base
asahi-soc/dt
asahi-soc/fixes
asahi-soc/for-next
asahi-soc/mailbox
asahi-soc/maintainers
asahi-soc/pmgr
asahi-soc/prev
asahi-soc/soc
asahi-wip
asahi-wip-6.8
atcphy-20230219
audio/testing
base
bases/000-devicetree
bits/000-devicetree
bits/002-backports
bits/005-maintainers
bits/010-soc
bits/020-dart
bits/030-misc
bits/040-dwc3
bits/050-nvme
bits/060-spi
bits/070-audio
bits/080-wifi
bits/090-spi-hid
bits/100-bluetooth
bits/110-smc
bits/120-spmi
bits/130-cpufreq
bits/140-pci
bits/150-xhci-firmware
bits/160-fpwm
bits/170-atcphy
bits/180-sio
bits/200-dcp
bits/210-gpu
bits/220-tso
bits/230-touchbar
bits/240-isp
clk/new
cpufreq/v1
cpufreq/wip
dcp/dptx-fixes
dcp/sleep
dcp/wtf
dp-altmode-WIP
fixes/6.5
fixes/usb-streams-snafu
gpu/base
gpu/clustering-debug
gpu/compute
gpu/explicit-sync
gpu/history-20230305
gpu/history-6.2
gpu/modpost
gpu/new
gpu/new-bits
gpu/omg-it-works
gpu/pin-init-hack
gpu/pin_init_woes
gpu/prev
gpu/rebase-20230224
gpu/rebase-6.4
gpu/rust-1.74-ice
gpu/rust-drm
gpu/rust-for-later
gpu/rust-for-next
gpu/rust-for-next-merged
gpu/rust-next
gpu/rust-rebased
gpu/rust-submitted
gpu/rust-wip
gpu/rust-wip-5.19
gpu/rust-wip-6.3
gpu/uapi-2024-06
gpu/uapi-revamp
isp/heap-alloc
isp/t602x
isp/t602x-v2
kvm-tso
mailbox/i-hate-mailbox
main
misc/dax-fixes
next-base
nvme/suspend
nvme/wip-clocks
pcie/wip-sd-pm
pmgr-stuff
pmgr/dev
pmgr/nvme-merge
rust/makefile-fix
rust/unsafe_pr
smc/rtkit-patches
smc/work
sound/ivsense-fix
sound/ivsense-improvements
sound/speaker-safety
speakers/enablement-READ-COMMIT-MESSAGE
spmi/work
sven/i2c-pasemi-fixes
t6000/bringup-work
t602x/bringup
t8112/bringup
touchpad/wip
tso/fixes
wifi/bcm4388
wifi/take1
wifi/take2
wifi/take3
wifi/take4
wifi/take5
wifi/v2
wifi/v3-wip-asahi
Unnamed repository; edit this file 'description' to name the repository.
Runxi Yu
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
hid
/
hid-magicmouse.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
hid: magicmouse: Add MTP multi-touch device support
Hector Martin
2022-11-15
1
-18
/
+49
*
HID: magicmouse: add support for Macbook trackpads
Janne Grunau
2022-11-15
1
-2
/
+257
*
HID: magicmouse: use ops function pointers for input functionality
Janne Grunau
2022-11-15
1
-1
/
+30
*
HID: magicmouse: use struct input_mt_pos for X/Y
Janne Grunau
2022-11-15
1
-5
/
+4
*
HID: magicmouse: use a define of the max number of touch contacts
Janne Grunau
2022-11-15
1
-3
/
+5
*
HID: magicmouse: Do not set BTN_MOUSE on double report
José Expósito
2022-10-14
1
-1
/
+1
*
Merge branch 'for-5.17/magicmouse' into for-linus
Jiri Kosina
2022-01-10
1
-6
/
+89
|
\
|
*
HID: magicmouse: Fix an error handling path in magicmouse_probe()
Christophe JAILLET
2022-01-06
1
-0
/
+1
|
*
HID: magicmouse: Report battery level over USB
José Expósito
2021-11-19
1
-6
/
+88
*
|
Merge branch 'for-5.17/apple' into for-linus
Jiri Kosina
2022-01-10
1
-3
/
+17
|
\
\
|
*
|
HID: magicmouse: set Magic Trackpad 2021 name
José Expósito
2022-01-06
1
-3
/
+9
|
*
|
HID: magicmouse: set device name when it has been personalized
José Expósito
2022-01-06
1
-3
/
+11
|
|
/
*
/
HID: magicmouse: prevent division by 0 on scroll
Claudia Pellegrino
2021-11-19
1
-2
/
+5
|
/
*
HID: magicmouse: high-resolution scroll threshold
José Expósito
2021-07-15
1
-2
/
+23
*
HID: magicmouse: enable high-resolution scroll
José Expósito
2021-07-15
1
-0
/
+31
*
HID: magicmouse: fix NULL-deref on disconnect
Johan Hovold
2021-05-27
1
-1
/
+1
*
HID: magicmouse: fix crash when disconnecting Magic Trackpad 2
José Expósito
2021-05-27
1
-1
/
+4
*
HID: magicmouse: fix reconnection of Magic Mouse 2
John Chen
2021-04-07
1
-30
/
+63
*
HID: magicmouse: fix 3 button emulation of Mouse 2
John Chen
2021-04-07
1
-0
/
+18
*
HID: magicmouse: add Apple Magic Mouse 2 support
John Chen
2021-04-07
1
-5
/
+48
*
HID: magicmouse: do not set up autorepeat
Dmitry Torokhov
2020-06-16
1
-0
/
+6
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
2019-05-30
1
-4
/
+1
*
HID: magicmouse: add support for Apple Magic Trackpad 2
Sean O'Brien
2018-10-03
1
-11
/
+131
*
HID: generic: create one input report per application type
Benjamin Tissoires
2018-04-26
1
-3
/
+3
*
treewide: Fix function prototypes for module_param_call()
Kees Cook
2017-10-31
1
-1
/
+2
*
Revert "HID: magicmouse: Set multi-touch keybits for Magic Mouse"
Daniel Stone
2017-06-20
1
-8
/
+7
*
HID: magicmouse: Set multi-touch keybits for Magic Mouse
Che-Liang Chiou
2017-05-05
1
-7
/
+8
*
HID: magicmouse: make transfer buffers DMA capable
Benjamin Tissoires
2016-11-23
1
-2
/
+10
*
HID: hid-input: allow input_configured callback return errors
Dmitry Torokhov
2015-11-05
1
-2
/
+6
*
HID: magicmouse: sanity check report size in raw_event() callback
Jiri Kosina
2014-08-27
1
-0
/
+10
*
HID: replace hid_output_raw_report with hid_hw_raw_request for feature requests
Benjamin Tissoires
2014-02-17
1
-2
/
+2
*
HID: introduce helper to access hid_output_raw_report()
Benjamin Tissoires
2014-02-17
1
-1
/
+1
*
-
.
Merge branches 'for-3.12/devm', 'for-3.12/i2c-hid', 'for-3.12/i2c-hid-dt', 'f...
Jiri Kosina
2013-09-06
1
-15
/
+4
|
\
\
|
|
*
HID: replace strict_strtoul() with kstrtoul()
Jingoo Han
2013-07-23
1
-1
/
+1
|
|
/
|
/
|
|
*
HID: trivial devm conversion for special hid drivers
Benjamin Tissoires
2013-07-31
1
-14
/
+3
|
/
*
-
.
Merge branches 'for-3.10/appleir', 'for-3.10/hid-debug', 'for-3.10/hid-driver...
Jiri Kosina
2013-04-30
1
-1
/
+0
|
\
\
|
*
|
HID: Kconfig: Remove explicit transport layer dependencies
Benjamin Tissoires
2013-02-25
1
-1
/
+0
|
|
/
*
/
HID: magicmouse: fix race between input_register() and probe()
Benjamin Tissoires
2013-04-04
1
-9
/
+20
|
/
*
HID: Use module_hid_driver macro
H Hartley Sweeten
2013-01-03
1
-18
/
+1
*
Input: MT - Add flags to input_mt_init_slots()
Henrik Rydberg
2012-09-19
1
-1
/
+1
*
HID: magicmouse: Implement Multi-touch Protocol B (MT-B)
Yufeng Shen
2012-07-04
1
-44
/
+22
*
HID: magicmouse: Removing report_touches switch
Yufeng Shen
2012-07-04
1
-50
/
+45
*
HID: magicmouse: Correct report range of major / minor axes
Yufeng Shen
2012-06-25
1
-2
/
+4
*
HID: hid-magicmouse: Add pointer and buttonpad properties for Magic Trackpad
Chase Douglas
2012-02-21
1
-0
/
+2
*
HID: hid-magicmouse: Magic Trackpad has 1 button, not 2
Daniel van Vugt
2011-10-21
1
-0
/
+7
*
HID: magicmouse: ignore 'ivalid report id' while switching modes, v2
Jiri Kosina
2011-08-25
1
-1
/
+9
*
HID: magicmouse: Set resolution of touch surfaces
Chase Douglas
2011-08-10
1
-10
/
+46
*
Revert "HID: magicmouse: ignore 'ivalid report id' while switching modes"
Jiri Kosina
2011-06-16
1
-9
/
+1
*
-
.
Merge branches 'doc', 'multitouch', 'upstream' and 'upstream-fixes' into for-...
Jiri Kosina
2011-05-23
1
-2
/
+12
|
\
\
|
|
*
HID: magicmouse: ignore 'ivalid report id' while switching modes
Jiri Kosina
2011-05-20
1
-1
/
+9
|
|
/
|
/
|
[next]