Hardware/Asus/TP300LA: Difference between revisions

imported>Samueldr
Inits page with informations about the laptop I own
 
Pigs (talk | contribs)
m Add category hardware
 
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{Hardware/breadcrumb}}
{{Hardware/breadcrumb}}
{{DISPLAYTITLE:Asus TP300LA}}


== Hardware Support ==
== Hardware Support ==
Line 23: Line 24:
Meanwhile, adding this to your configuration.nix will configure the sensor appropriately.
Meanwhile, adding this to your configuration.nix will configure the sensor appropriately.


<syntaxhighlight lang=nix>
<syntaxhighlight lang="nix">
{ config }:
{ config }:
{
{
   hardware.sensor.iio.enable = true;
   hardware.sensor.iio.enable = true;
   # Accelerometer orientation; upstreaming in preogress.
   # Accelerometer orientation; upstreaming in progress.
   # https://github.com/systemd/systemd/pull/7752
   # https://github.com/systemd/systemd/pull/7752
   services.udev.extraHwdb = ''
   services.udev.extraHwdb = ''
Line 40: Line 41:
<hr />
<hr />
<references />
<references />
[[Category:Hardware]]