This website requires JavaScript.
Explore
Help
Sign In
ExternalVendorCode
/
genode
Watch
1
Star
0
Fork
0
You've already forked genode
mirror of
https://github.com/genodelabs/genode.git
synced
2024-12-21 22:47:50 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
974118acec
genode
/
repos
/
os
/
recipes
/
pkg
/
drivers_interactive-pbxa9
/
archives
5 lines
90 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Depot-archive recipes Issue #2339
2017-03-28 16:42:41 +00:00
_/src/pbxa9_drivers
os: pl050, pl11x, lan9118 use ARM platform driver Make the framebuffer driver for pl11x chipsets, the ps2 input driver for pl050, and the lan9116 NIC driver independent from the pbxa9 board by using the newly introduced common ARM platform driver API. Ref #3299
2020-05-22 10:19:03 +00:00
_/src/platform_drv
Replace input filter with event filter This commit applies the transition from the "Input" session to the "Event" session to the event-filtering mechansim. The functionality of the input_filter is now provided by the event_filter. The event filter requests only one "Event" session as destination for the filter result, which is usually routed to the nitpicker GUI server. It provides an "Event" service to which any number of event sources can connect. The configuration of the filter chain remains almost the same. Only the declaration of the <input> nodes is no longer needed. Instead, the configuration must specify <policy> nodes, which define the mapping of "Event" clients (event sources) to the inputs used in the filter chain. The patch adjusts all uses of the nitpicker GUI server accordingly such that the event filter reports events to nitpicker's event service instead of having nitpicker request an "Input" session. This dissolves the dependency of nitpicker from input drivers. Issue #3827
2020-07-16 09:28:18 +00:00
_/src/event_filter
Depot-archive recipes Issue #2339
2017-03-28 16:42:41 +00:00
_/raw/drivers_interactive-pbxa9
Reference in New Issue
Copy Permalink