Skip to content

Commit

Permalink
Add Regex for product_name (#102)
Browse files Browse the repository at this point in the history
* Update Handheld profiles to use powerbuttond/hhd

* Add Regex for hw product_name
  • Loading branch information
Pogogo007 authored May 27, 2024
1 parent 9b98807 commit 86736e0
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions profiles/pci/handhelds/profiles.toml
Original file line number Diff line number Diff line change
@@ -1,24 +1,29 @@
#Steam Deck APUS
#Steam Deck's
#CLASSIDS=0300
#VENDORIDS=1002
#DEVICEIDS=1435 (oled), 163f (lcd)
#Galileo (OLED)
#Jupiter (LCD)

#ASUS Rog Ally APU
#ASUS Rog Ally
#CLASSIDS=0300
#VENDORIDS=1002
#DEVICEIDS=15bf
#ROG Ally RC71L

#Lenovo Legion GO APU
#CLASSIDS=0300
#VENDORIDS=1002
#DEVICEIDS=15bf
#83E1

[steam-deck]
desc = 'Valve Steam Deck'
nonfree = false
class_ids = "0300"
vendor_ids = "1002"
device_ids = "1435 163f"
hwd_product_name_pattern = '(Galileo)|(Jupiter)'
priority = 6
packages = 'powerbuttond jupiter-hw-support jupiter-fan-control steamdeck-dsp steam cachyos-handheld mesa lib32-mesa vulkan-radeon lib32-vulkan-radeon libva-mesa-driver lib32-libva-mesa-driver mesa-vdpau lib32-mesa-vdpau opencl-rusticl-mesa lib32-opencl-rusticl-mesa rocm-opencl-runtime'
#fbcon=vc:2-6 is not added here because it is added for all devices using calamares.
Expand Down Expand Up @@ -53,6 +58,7 @@ nonfree = false
class_ids = "0300"
vendor_ids = "1002"
device_ids = "15bf"
hwd_product_name_pattern = '(ROG Ally).*|(83E1)'
priority = 6
packages = 'hhd hhd-ui jupiter-hw-support steam cachyos-handheld mesa lib32-mesa vulkan-radeon lib32-vulkan-radeon libva-mesa-driver lib32-libva-mesa-driver mesa-vdpau lib32-mesa-vdpau opencl-rusticl-mesa lib32-opencl-rusticl-mesa rocm-opencl-runtime'
post_install = """
Expand Down

0 comments on commit 86736e0

Please sign in to comment.