aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/asmc
Commit message (Expand)AuthorAgeFilesLines
* asmc: Add support for MacBookPro6,2ed crowe2022-07-252-1/+49
* asmc: Remove unused devclass argument to DRIVER_MODULE.John Baldwin2022-05-091-3/+1
* asmc: Update Mac Pro 6 sensor definitionsAdam S2022-05-092-14/+14
* asmc: Add support for Macmini 5,1 (2011) and 5,3 and 7,1 (2014) modelsTrev2022-05-042-1/+61
* asmc: StyleMark Johnston2022-05-042-10/+10
* asmc: Add support for MacBook Pro 9,1 (mid 2012)Daniel W. Delâtre2022-05-042-5/+41
* asmc: Make the model table const and local to asmc.cMark Johnston2022-05-042-6/+6
* asmc: Add support for MacPro 6,1 (2013)Adam S2022-05-042-0/+25
* asmc: Add support for MacBook Air 4,1 and 4,2 (2011)Mark Johnston2022-05-042-0/+40
* asmc: plug set-but-not-unused varsMateusz Guzik2021-12-101-0/+4
* asmc: clean up empty lines in .c and .h filesMateusz Guzik2020-09-012-13/+1
* 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-172-0/+21
* 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-252-0/+27
* asmc: Add support for Mac mini 4,1 (Mid-2010)David Bright2019-01-062-0/+32
* asmc: Patch to add MacBook Pro 9,2 supportDavid Bright2019-01-042-0/+27
* asmc: Add support for MacPro1,1David Bright2018-12-192-5/+77
* asmc: Add support for mid-2011 Macmini 5,2David Bright2018-12-172-0/+44
* asmc: Add Support for Macbook Pro 8,1David Bright2018-12-122-4/+28
* asmc: Add Support for MacBookAir 7,1 and 7,2David Bright2018-12-112-0/+39
* 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
* asmc: update temperature sensor name/descriptionEd Maste2018-03-081-2/+2
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-272-0/+4
* [asmc] Add support for MacBook Pro 11,2Adrian Chadd2017-02-172-59/+93
* [asmc] Add support for MacBookPro5,1Adrian Chadd2016-05-032-0/+34
* 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-022-6/+85
* 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-222-19/+226
* Add support to asmc(4) for Macmini 3,1.Gavin Atkinson2014-07-052-0/+28
* 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-142-3/+122
* Make dev.asmc.N.light.control writable by everyone.Rui Paulo2009-08-231-1/+2
* Add support for MacBook4,1.Rui Paulo2009-06-262-46/+143
* Import ACPICA 20090521.Jung-uk Kim2009-06-051-1/+3
* Check for non-existing model DMI string.Rui Paulo2008-11-291-0/+3
* Add support for MacBook Air. (not tested)Rui Paulo2008-09-072-2/+13
* Match the Mac Pro with 8 cores. This machine reports 35 temperatureRui Paulo2008-04-122-5/+44
* Don't call acpi_disabled() because we are not part of the acpi.koRui Paulo2008-04-111-1/+1
* Style nit. No functional change.Rui Paulo2008-04-111-2/+3
* Actually, I was looking at the wrong Linux .c file. Set INIT2 to itsRui Paulo2008-04-072-2/+2