aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hid/hid-apple.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-22HID: apple: Add "GANSS" to the non-Apple listHilton Chain1-1/+2
2022-06-08HID: apple: Properly handle function keys on non-Apple keyboardHilton Chain1-5/+29
2022-05-11HID: apple: Properly handle function keys on Keychron keyboardsBryan Cain1-4/+18
2022-02-16HID: apple: Add fn mapping for MacBook Pros with Touch BarAditya Garg1-0/+58
2022-02-16HID: apple: Add necessary IDs and configuration for T2 Macs.Aun-Ali Zaidi1-0/+16
2022-02-16HID: apple: Add support for keyboard backlight on certain T2 Macs.Paul Pawlowski1-0/+125
2022-02-16HID: apple: Report Magic Keyboard 2021 with fingerprint reader battery over USBJosé Expósito1-2/+2
2022-02-16HID: apple: Report Magic Keyboard 2021 battery over USBJosé Expósito1-1/+1
2022-02-16HID: apple: Magic Keyboard 2015 FN key mappingJosé Expósito1-0/+24
2022-02-16HID: apple: Magic Keyboard first generation FN key mappingJosé Expósito1-3/+35
2022-02-16HID: apple: Refactor key translation setupJosé Expósito1-21/+17
2022-01-21HID: apple: Set the tilde quirk flag on the Wellspring 5 and laterAlex Henrie1-8/+8
2022-01-06HID: apple: Add Magic Keyboard 2021 with fingerprint reader FN key mappingJosé Expósito1-1/+3
2022-01-06HID: apple: Add 2021 magic keyboard FN key mappingBenjamin Berg1-1/+28
2022-01-06HID: apple: Add 2021 Magic Keyboard with number padAlex Henrie1-0/+4
2022-01-06HID: apple: Add 2021 Magic Keyboard with fingerprint readerAlex Henrie1-0/+4
2021-11-19HID: apple: Report Magic Keyboard battery over USBJosé Expósito1-2/+85
2021-11-19HID: apple: Use BIT to define quirksJosé Expósito1-9/+9
2021-11-19HID: apple: Do not reset quirks when the Fn key is not foundJosé Expósito1-1/+1
2021-11-05Merge branch 'for-5.16/apple' into for-linusJiri Kosina1-33/+33
2021-10-19HID: apple: Bring back flag for Apple tilde key quirkAlex Henrie1-22/+24
2021-10-19HID: apple: Add support for the 2021 Magic KeyboardAlex Henrie1-0/+4
2021-10-19HID: apple: Rename MAGIC_KEYBOARD_ANSI to MAGIC_KEYBOARD_2015Alex Henrie1-4/+4
2021-09-22HID: apple: Eliminate obsolete IR receiver quirksAlexander F. Lent1-9/+3
2021-09-15HID: apple: Fix logical maximum and usage maximum of Magic Keyboard JISMizuho Mori1-0/+7
2021-09-01Merge branch 'for-5.15/apple' into for-linusJiri Kosina1-9/+23
2021-07-28HID: apple: Add missing scan code event for keys handled by hid-appleVincent Lefevre1-9/+23
2021-07-28HID: apple: Add support for Keychron K1 wireless keyboardHaochen Tong1-0/+2
2020-08-17HID: apple: Add support for Matias wireless keyboardBALATON Zoltan1-0/+2
2020-06-24HID: apple: Disable Fn-key key-re-mapping on clone keyboardsHans de Goede1-0/+18
2020-05-15HID: apple: Swap the Fn and Left Control keys on Apple keyboardsfree5lot1-2/+28
2020-02-12HID: apple: Add support for recent firmware on Magic KeyboardsMansour Behabadi1-1/+2
2019-09-04HID: apple: Fix stuck function keys when using FNJoao Moreno1-21/+28
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-4/+1
2018-08-28HID: add support for Apple Magic KeyboardsSean O'Brien1-1/+8
2017-06-08HID: apple: Use country code to detect ISO keyboardsAlex Henrie1-32/+27
2016-07-11HID: add usb device id for Apple Magic KeyboardJean-Gabriel Gill-Couture1-0/+2
2015-07-27HID: apple: Add support for the 2015 Macbook ProHenrik Rydberg1-0/+6
2014-02-06HID: apple: add Apple wireless keyboard 2011 JIS model supportHuei-Horng Yo1-0/+3
2013-10-14HID: apple: swap_opt_cmd is already zero-initializedJiri Kosina1-1/+1
2013-10-14HID: apple: option to swap the 'Option' ("Alt") and 'Command' ("Flag") keys.Nanno Langstraat1-0/+22
2013-09-06Merge branches 'for-3.12/devm', 'for-3.12/i2c-hid', 'for-3.12/i2c-hid-dt', 'for-3.12/logitech', 'for-3.12/multitouch-win8', 'for-3.12/trasnport-driver-cleanup', 'for-3.12/uhid', 'for-3.12/upstream' and 'for-3.12/wiimote' into for-linusJiri Kosina1-13/+3
2013-07-31HID: trivial devm conversion for special hid driversBenjamin Tissoires1-13/+3
2013-07-02HID: apple: Add support for the 2013 Macbook AirDmitry Torokhov1-0/+6
2013-04-30Merge branches 'for-3.10/appleir', 'for-3.10/hid-debug', 'for-3.10/hid-driver-transport-cleanups', 'for-3.10/i2c-hid' and 'for-3.10/logitech' into for-linusJiri Kosina1-1/+0
2013-04-18HID: appleir: add support for Apple ir devicesBenjamin Tissoires1-4/+0
2013-02-25HID: Kconfig: Remove explicit transport layer dependenciesBenjamin Tissoires1-1/+0
2013-01-03HID: Use module_hid_driver macroH Hartley Sweeten1-18/+1
2012-12-12Merge branches 'for-3.7/upstream-fixes', 'for-3.8/hidraw', 'for-3.8/i2c-hid', 'for-3.8/multitouch', 'for-3.8/roccat', 'for-3.8/sensors' and 'for-3.8/upstream' into for-linusJiri Kosina1-1/+2
2012-11-04HID: apple: Set APPLE_ISO_KEYBOARD at USB_DEVICE_ID_APPLE_GEYSER4_HF_ISOJohannes Thumshirn1-1/+2