| Commit message (Expand) | Author | Age | Files | Lines |
| * | asmc: Add support for MacbookPro11,4 | Joshua Rogers | 2024-09-20 | 1 | -0/+6 |
| * | sys: Remove $FreeBSD$: one-line .c pattern | Warner Losh | 2023-08-16 | 1 | -2/+0 |
| * | spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD | Warner Losh | 2023-05-12 | 1 | -1/+1 |
| * | asmc: Add support for 10 byte light sensor payloads; MacBookAir6,1 | Adrian Chadd | 2023-02-08 | 1 | -1/+45 |
| * | asmc: Add MacbookAir6,2 | Adrian Chadd | 2023-01-21 | 1 | -2/+7 |
| * | asmc: Add support for MacBook5,5 | Michael Gmelin | 2023-01-06 | 1 | -4/+10 |
| * | asmc: Add support for MacBookPro6,2 | ed crowe | 2022-07-25 | 1 | -1/+17 |
| * | asmc: Remove unused devclass argument to DRIVER_MODULE. | John Baldwin | 2022-05-09 | 1 | -3/+1 |
| * | asmc: Update Mac Pro 6 sensor definitions | Adam S | 2022-05-09 | 1 | -3/+3 |
| * | asmc: Add support for Macmini 5,1 (2011) and 5,3 and 7,1 (2014) models | Trev | 2022-05-04 | 1 | -1/+30 |
| * | asmc: Style | Mark Johnston | 2022-05-04 | 1 | -9/+9 |
| * | asmc: Add support for MacBook Pro 9,1 (mid 2012) | Daniel W. Delâtre | 2022-05-04 | 1 | -2/+8 |
| * | asmc: Make the model table const and local to asmc.c | Mark Johnston | 2022-05-04 | 1 | -5/+5 |
| * | asmc: Add support for MacPro 6,1 (2013) | Adam S | 2022-05-04 | 1 | -0/+9 |
| * | asmc: Add support for MacBook Air 4,1 and 4,2 (2011) | Mark Johnston | 2022-05-04 | 1 | -0/+16 |
| * | asmc: plug set-but-not-unused vars | Mateusz Guzik | 2021-12-10 | 1 | -0/+4 |
| * | asmc: clean up empty lines in .c and .h files | Mateusz Guzik | 2020-09-01 | 1 | -7/+0 |
| * | asmc(4): Handle errors from asmc_key_read() properly. | Mark Johnston | 2020-08-27 | 1 | -4/+4 |
| * | asmc(4): Add support for MacBook7,1. | Mark Johnston | 2020-08-17 | 1 | -0/+6 |
| * | Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many) | Pawel Biernacki | 2020-02-26 | 1 | -19/+28 |
| * | asmc: Add support for Mac mini 2,1 | David Bright | 2019-02-25 | 1 | -0/+9 |
| * | asmc: Add support for Mac mini 4,1 (Mid-2010) | David Bright | 2019-01-06 | 1 | -0/+11 |
| * | asmc: Patch to add MacBook Pro 9,2 support | David Bright | 2019-01-04 | 1 | -0/+6 |
| * | asmc: Add support for MacPro1,1 | David Bright | 2018-12-19 | 1 | -2/+11 |
| * | asmc: Add support for mid-2011 Macmini 5,2 | David Bright | 2018-12-17 | 1 | -0/+9 |
| * | asmc: Add Support for Macbook Pro 8,1 | David Bright | 2018-12-12 | 1 | -1/+7 |
| * | asmc: Add Support for MacBookAir 7,1 and 7,2 | David Bright | 2018-12-11 | 1 | -0/+15 |
| * | Distinguish _CID match and _HID match and make lower priority probe | Takanori Watanabe | 2018-10-26 | 1 | -3/+5 |
| * | Yank crufty INTR_FILTER option | Conrad Meyer | 2018-05-24 | 1 | -24/+0 |
| * | sys/dev: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-27 | 1 | -0/+2 |
| * | [asmc] Add support for MacBook Pro 11,2 | Adrian Chadd | 2017-02-17 | 1 | -43/+49 |
| * | [asmc] Add support for MacBookPro5,1 | Adrian Chadd | 2016-05-03 | 1 | -0/+6 |
| * | sys/dev: minor spelling fixes. | Pedro F. Giffuni | 2016-05-03 | 1 | -1/+1 |
| * | [asmc] add support for more models and restore keyboard backlight after resume. | Adrian Chadd | 2016-05-02 | 1 | -5/+51 |
| * | Fix undefined behavior when using asmc_fan_getstring() | Ulrich Spörlein | 2016-01-05 | 1 | -4/+4 |
| * | The SYSCTL data pointers can come from userspace and must not be | Hans Petter Selasky | 2014-10-28 | 1 | -14/+14 |
| * | Follow up to r225617. In order to maximize the re-usability of kernel code | Davide Italiano | 2014-10-16 | 1 | -1/+1 |
| * | Improvements to asmc(4): | Rui Paulo | 2014-09-22 | 1 | -14/+113 |
| * | Add support to asmc(4) for Macmini 3,1. | Gavin Atkinson | 2014-07-05 | 1 | -0/+9 |
| * | Give device_printf format string to pacify clang warning. | Roman Divacky | 2012-11-09 | 1 | -1/+1 |
| * | This isn't functionally identical. In some cases a hint to disable | Eitan Adler | 2012-10-22 | 1 | -0/+2 |
| * | Now that device disabling is generic, remove extraneous code from the | Eitan Adler | 2012-10-22 | 1 | -2/+0 |
| * | Use %zu for size_t. | Rui Paulo | 2009-09-14 | 1 | -2/+3 |
| * | Fix previous commit. I got it backwards. | Rui Paulo | 2009-09-14 | 1 | -1/+1 |
| * | Fix printf format string in asmc_key_dump(). | Rui Paulo | 2009-09-14 | 1 | -1/+1 |
| * | Make the sudden motion sensor work on older models and add a bit of | Rui Paulo | 2009-09-14 | 1 | -3/+121 |
| * | Make dev.asmc.N.light.control writable by everyone. | Rui Paulo | 2009-08-23 | 1 | -1/+2 |
| * | Add support for MacBook4,1. | Rui Paulo | 2009-06-26 | 1 | -46/+124 |
| * | Import ACPICA 20090521. | Jung-uk Kim | 2009-06-05 | 1 | -1/+3 |
| * | Check for non-existing model DMI string. | Rui Paulo | 2008-11-29 | 1 | -0/+3 |