10 Commits

Author SHA1 Message Date
Douglas Teles c7017775b1 Update RK3326 Game Console Device Tree and related configurations
- Modify joypad compatibility to include "archr-joypad" in the device tree source.
- Adjust internal display settings to use the same reset GPIO and add enable GPIO.
- Remove SDIO card detect GPIO and mark it as non-removable.
- Update the joypad driver in the MIPI generator to use "archr-joypad".
- Fix Vulkan custom dispatchers to restrict header version checks.
- Add system manager timeout overrides for improved shutdown performance.
- Update kernel configuration to version 6.12.79 and enable BFQ I/O scheduler.
- Clean up GPU governor settings in post-update scripts.
- Update PPSSPP emulator to version 1.20.2 and apply necessary patches.
- Adjust SDL2 and Mesa package dependencies and versions.
- Update Vulkan headers and loader to version 1.4.347.
- Add udev rules for BFQ scheduler and systemd configuration for shutdown timeout.
- Implement input sense adjustments for better button mapping.
- Add clock speed settings to EmulationStation configuration.
- Disable rumble motor on boot to prevent unwanted vibrations.
2026-04-02 12:23:19 -03:00
Peter 365bc99c99 linux: add udev rule to switch mode on Realtek RTL8821CU devices
[    2.325991@0] usb 1-1.1: new high-speed USB device number 3 using xhci-hcd
[    2.486315@0] usb 1-1.1: New USB device found, idVendor=0bda, idProduct=1a2b
[    2.486319@0] usb 1-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    2.486321@0] usb 1-1.1: Product: DISK
[    2.486323@0] usb 1-1.1: Manufacturer: Realtek
[    2.487139@0] usb-storage 1-1.1:1.0: USB Mass Storage device detected
[    2.487397@0] scsi host0: usb-storage 1-1.1:1.0

[    5.906100@2] usb 1-1.1: reset high-speed USB device number 3 using xhci-hcd
[    6.054094@0] usb 1-1.1: device firmware changed
[    6.054633@0] usb 1-1.1: USB disconnect, device number 3
[    6.218828@0] usb 1-1.1: new high-speed USB device number 5 using xhci-hcd
[    6.366480@0] usb 1-1.1: New USB device found, idVendor=0bda, idProduct=c811
[    6.366488@0] usb 1-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    6.366490@0] usb 1-1.1: Product: 802.11ac NIC
[    6.366493@0] usb 1-1.1: Manufacturer: Realtek
[    6.366495@0] usb 1-1.1: SerialNumber: 123456
[    6.390378@0] usb 1-1.1: Unsupported device
[    6.699679@0] usbcore: registered new interface driver rtl8821cu
2022-01-09 16:42:44 +01:00
MilhouseVH e0fb4640c7 linux: fix udev rule ($devpath begins with /) 2019-09-25 07:39:37 +01:00
CvH 5030c8d427 spdx: packages/linux 2018-07-17 23:58:50 +02:00
Lukas Rusak 169d9e2bd4 linux: use unified /usr 2016-12-04 13:23:44 -08:00
Stephan Raue bafd2830be linux: disable wakeup for 'ehci_pci' and 'xhci_hcd' devices, this should fix some more standby issues
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-03-12 02:46:00 +01:00
Stephan Raue 0f3e2d4ffa update license headers
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2013-12-21 21:51:48 +01:00
Stephan Raue 819b472387 linux: fix path to 'eject', this fixes #1547
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2012-12-03 09:55:13 +01:00
Domin6 543c89c24b Change copyright and FSF address, this fixes #252 2012-02-29 13:36:32 +01:00
Stephan Raue c2eae2c336 linux: add udev rule to switch mode on some Aetheros WLAN cards from usb storage to wlan mode, thanks to chewitt
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2011-08-06 21:19:27 +02:00