Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
steam
systemd
Commits
10c0c175
Commit
10c0c175
authored
Apr 26, 2014
by
Marco d'Itri
Browse files
Do not blacklist viafb
parent
c6f16d17
Changes
3
Hide whitespace changes
Inline
Side-by-side
debian/changelog
View file @
10c0c175
...
...
@@ -43,6 +43,9 @@ systemd (204-9) UNRELEASED; urgency=medium
[
Marco
d
'Itri ]
* preinst: check for all the system calls required by modern releases
of udev. (Closes: #648325)
* Updated fbdev-blacklist.conf for recent kernels.
* Do not blacklist viafb because it is required on the OLPC XO-1.5.
(Closes: #705792)
[ Michael Stapelberg ]
* Add systemd-dbg package, thanks Daniel Schaal (Closes: #742724).
...
...
debian/extra/fbdev-blacklist.conf
View file @
10c0c175
...
...
@@ -6,13 +6,11 @@ blacklist atyfb
blacklist
radeonfb
blacklist
cirrusfb
blacklist
cyber2000fb
blacklist
gx1fb
blacklist
gxfb
blacklist
hyperv_fb
blacklist
kyrofb
blacklist
matroxfb_base
blacklist
mb862xxfb
blacklist
neofb
blacklist
nvidiafb
blacklist
pm2fb
blacklist
pm3fb
blacklist
s3fb
...
...
@@ -20,5 +18,4 @@ blacklist savagefb
blacklist
sisfb
blacklist
tdfxfb
blacklist
tridentfb
blacklist
viafb
blacklist
vt8623fb
debian/extra/make-fbdev-blacklist
View file @
10c0c175
...
...
@@ -31,6 +31,7 @@ while read file; do
# This is needed for text consoles on OLPC XO-1, and it used to be
# built-in anyway.
;;
viafb
)
;;
# Needed by OLPC XO-1.5
*
)
/sbin/modinfo
$file
|
grep
-q
'^alias: *pci:'
\
&&
echo
blacklist
$name
||
true
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment