aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/asmc/asmc.c
Commit message (Expand)AuthorAgeFilesLines
* asmc: Add support for macmini 6,1 and 6,2 (late 2012) modelsHrant Dadivanyan2025-04-251-0/+18
* asmc: Add support for MacbookPro11,4Joshua Rogers2024-08-261-0/+6
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* asmc: Add support for 10 byte light sensor payloads; MacBookAir6,1Adrian Chadd2023-02-081-1/+45
* asmc: Add MacbookAir6,2Adrian Chadd2023-01-211-2/+7
* asmc: Add support for MacBook5,5Michael Gmelin2023-01-061-4/+10
* asmc: Add support for MacBookPro6,2ed crowe2022-07-251-1/+17
* asmc: Remove unused devclass argument to DRIVER_MODULE.John Baldwin2022-05-091-3/+1
* asmc: Update Mac Pro 6 sensor definitionsAdam S2022-05-091-3/+3
* asmc: Add support for Macmini 5,1 (2011) and 5,3 and 7,1 (2014) modelsTrev2022-05-041-1/+30
* asmc: StyleMark Johnston2022-05-041-9/+9
* asmc: Add support for MacBook Pro 9,1 (mid 2012)Daniel W. Delâtre2022-05-041-2/+8
* asmc: Make the model table const and local to asmc.cMark Johnston2022-05-041-5/+5
* asmc: Add support for MacPro 6,1 (2013)Adam S2022-05-041-0/+9
* asmc: Add support for MacBook Air 4,1 and 4,2 (2011)Mark Johnston2022-05-041-0/+16
* asmc: plug set-but-not-unused varsMateusz Guzik2021-12-101-0/+4
* asmc: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-7/+0
* asmc(4): Handle errors from asmc_key_read() properly.Mark Johnston2020-08-271-4/+4
* asmc(4): Add support for MacBook7,1.Mark Johnston2020-08-171-0/+6
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-19/+28
* asmc: Add support for Mac mini 2,1David Bright2019-02-251-0/+9
* asmc: Add support for Mac mini 4,1 (Mid-2010)David Bright2019-01-061-0/+11
* asmc: Patch to add MacBook Pro 9,2 supportDavid Bright2019-01-041-0/+6
* asmc: Add support for MacPro1,1David Bright2018-12-191-2/+11
* asmc: Add support for mid-2011 Macmini 5,2David Bright2018-12-171-0/+9
* asmc: Add Support for Macbook Pro 8,1David Bright2018-12-121-1/+7
* asmc: Add Support for MacBookAir 7,1 and 7,2David Bright2018-12-111-0/+15
* Distinguish _CID match and _HID match and make lower priority probeTakanori Watanabe2018-10-261-3/+5
* Yank crufty INTR_FILTER optionConrad Meyer2018-05-241-24/+0
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* [asmc] Add support for MacBook Pro 11,2Adrian Chadd2017-02-171-43/+49
* [asmc] Add support for MacBookPro5,1Adrian Chadd2016-05-031-0/+6
* sys/dev: minor spelling fixes.Pedro F. Giffuni2016-05-031-1/+1
* [asmc] add support for more models and restore keyboard backlight after resume.Adrian Chadd2016-05-021-5/+51
* Fix undefined behavior when using asmc_fan_getstring()Ulrich Spörlein2016-01-051-4/+4
* The SYSCTL data pointers can come from userspace and must not beHans Petter Selasky2014-10-281-14/+14
* Follow up to r225617. In order to maximize the re-usability of kernel codeDavide Italiano2014-10-161-1/+1
* Improvements to asmc(4):Rui Paulo2014-09-221-14/+113
* Add support to asmc(4) for Macmini 3,1.Gavin Atkinson2014-07-051-0/+9
* Give device_printf format string to pacify clang warning.Roman Divacky2012-11-091-1/+1
* This isn't functionally identical. In some cases a hint to disableEitan Adler2012-10-221-0/+2
* Now that device disabling is generic, remove extraneous code from theEitan Adler2012-10-221-2/+0
* Use %zu for size_t.Rui Paulo2009-09-141-2/+3
* Fix previous commit. I got it backwards.Rui Paulo2009-09-141-1/+1
* Fix printf format string in asmc_key_dump().Rui Paulo2009-09-141-1/+1
* Make the sudden motion sensor work on older models and add a bit ofRui Paulo2009-09-141-3/+121
* Make dev.asmc.N.light.control writable by everyone.Rui Paulo2009-08-231-1/+2
* Add support for MacBook4,1.Rui Paulo2009-06-261-46/+124