• R/O
  • HTTP
  • SSH
  • HTTPS

Listed des commits

Tags
Aucun tag

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

device/generic/common


RSS
Révision l'heure Auteur
ca0e593 2015-01-19 12:18:11 André Vitor

bluetooth: disable rfkill for usb bluetooth

54eace8 2015-01-10 02:35:57 Chih-Wei Huang

Add fstab to fix annoying 'RLIMIT_NICE not set' errors

Originally android relies mount_all to trigger some actions.
But android-x86 doesn't use fstab before. So we trigger these
actions on fs stage directly. This works before lollipop.

However, lollipop changed the built-in class main to be
triggerred via init*.rc. So I triggerred it on fs as well.
But this is incorrect. It makes the actions in class main
run before on boot stage. That causes rlimit not being
set for services started in class main.

Fix the issue by adding a fstab and do mount_all on fs stage
like normal android system. It should correct other possible
timing issues.

1ce2135 2015-01-10 02:35:30 Chih-Wei Huang

Sync with android-x86-4.4-r2 release

16c40cd 2015-01-09 02:21:07 Chih-Wei Huang

change default firmware dir

7feebd6 2015-01-09 02:19:39 Chih-Wei Huang

Merge remote-tracking branch 'x86/kitkat-x86' into lollipop-x86

883d9b1 2015-01-09 02:17:08 Phil Eichinger

Support calibration of Panasonic Toughbook CF-19 mk2 and mk3 models

9da11db 2015-01-09 02:17:06 Chih-Wei Huang

android_x86: enable embedded Superuser

d17d191 2015-01-09 02:17:04 Phil Eichinger

Support calibration of Panasonic Toughbook CF-19 mk1 touchscreen

1ed87a7 2015-01-09 02:16:46 Chih-Wei Huang

Initial lollipop-x86 porting

0fd5966 android-x86-4.4-r2 2014-12-30 18:01:08 Chih-Wei Huang

Add firmwares for android-x86

Copied from linux-firmware.git and removed firmwares not used by
android-x86.

The reference commit is 78535e88bfb95e2f50afb6f9e728df0fbec2cddc.

11c092a 2012-08-18 01:00:19 Wink Saville

Add support for per device bluetooth configuration.

Bug: 6837125
Change-Id: I1773bc63123d71c8708d4328aa472b6ce25a08a5

430704d 2012-08-17 07:42:13 Chad Jones

Initial empty repository