summaryrefslogtreecommitdiffstats
path: root/init.herring.rc
Commit message (Collapse)AuthorAgeFilesLines
* USB and storage configuration for new USB gadget supportMike Lockwood2011-06-171-0/+2
| | | | | Change-Id: I28987b6b3033099a5ba78f0e680581153b6e0ec4 Signed-off-by: Mike Lockwood <lockwood@android.com>
* Changes to support the new improved vold encryption supportKen Sumrall2011-06-011-1/+0
| | | | Change-Id: Ie9714f9a8123a189bbdd60c6e510032dc1ac5f09
* Crespo specific changes for encryption support.Ken Sumrall2011-05-271-4/+10
| | | | | | | | | Crespo fastboot leaves the userdata partition empty after a wipe, and init.herring.rc runs setup_fs to format it if it's not. This adds a check to prevetn setup_fs from formatting an encrypted userdata. Change-Id: I009b1c047b5127232a4fc922fb98c3f0896d3d72
* Revert "Fix dhcp interface for crespo"Irfan Sheriff2011-05-201-10/+0
| | | | | | This reverts commit cb4e4b15eb8f928b01347acab1d41d0b533e855a. Change-Id: I7627f19a925de6346aa7586f02cc3db283ee7312
* am bc043289: am cb4e4b15: Fix dhcp interface for crespoMatthew Xie2011-05-021-0/+10
|\ | | | | | | | | * commit 'bc0432896fe31aa53a2feed54915476b7ce2edb8': Fix dhcp interface for crespo
| * am cb4e4b15: Fix dhcp interface for crespoMatthew Xie2011-05-021-0/+10
| |\ | | | | | | | | | | | | * commit 'cb4e4b15eb8f928b01347acab1d41d0b533e855a': Fix dhcp interface for crespo
| | * Fix dhcp interface for crespoMatthew Xie2011-04-301-0/+10
| | | | | | | | | | | | | | | | | | | | | For each service that needs DHCP on a particular interface, we now need to add it to all the device init files. Bug 4163993 Change-Id: I3af40d2b34c6b2ba7681b70108cf8fa5bff87f1a
| * | resolved conflicts for merge of 06399ebf to honeycomb-plus-aospIrfan Sheriff2011-05-021-2/+2
| |\ \ | | |/ | | | | | | Change-Id: I6264bc8b47ecc73a11c55a9d1dd0e38ba238b343
| | * Fix dhcp on crespoIrfan Sheriff2011-04-301-1/+19
| | | | | | | | | | | | Change-Id: I3a4ab0089d3a51156e61d079a334aa00594b7cc7
* | | Fix "main" class usage for Bluetooth Service.Jaikumar Ganesh2011-04-191-1/+1
| | | | | | | | | | | | | | | | | | | | | This was causing Bluetooth to not start. This bug was introduced by change: ffca9d050fb8204cba06af4bb6df95db0f628901 Change-Id: I2d05603c27ade6dd87e86947e82479556a28fd2a
* | | Add 'main' class to services so init will start themSimon Wilson2011-04-051-0/+11
| | | | | | | | | | | | | | | | | | Fixes bug 4132543 Change-Id: I8d243928afddbd859c165d818bf300ac32a1ceea
* | | Merge "Fix for 4104130, wiping crespo on master brings up crypto password ↵Ken Sumrall2011-03-291-0/+1
|\ \ \ | | | | | | | | | | | | screen."
| * | | Fix for 4104130, wiping crespo on master brings up crypto password screen.Ken Sumrall2011-03-291-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes the bug, but there is more work to do to figure out which service class all the services in init.herring.rc belong to. They will be fixed soon. Change-Id: I275f15135a9549a98d8a949bd031dcf9c0260671
* | | | Fix dhcp interface for crespoMatthew Xie2011-03-281-0/+10
|/ / / | | | | | | | | | | | | | | | | | | For each service that needs DHCP on a particular interface, we now need to add it to all the device init files. Bug 4163993 Change-Id: Id908ea0021af054d38daf0f993a251ce03227723
* | | Fix dhcp on crespoIrfan Sheriff2011-03-231-2/+2
| | | | | | | | | | | | Change-Id: I2c8402877d8db8d2aab4632212ef95bacc00a80a
* | | am 0d7e8a7f: am 3637e8e8: am 00504917: wimax : bug fix for IP renew failTK MUN2011-03-231-2/+2
|\ \ \ | |/ / | | | | | | | | | * commit '0d7e8a7f14ac668e2183faacfda84c79eda3b73b': wimax : bug fix for IP renew fail
| * | am 3637e8e8: am 00504917: wimax : bug fix for IP renew failTK MUN2011-03-231-2/+2
| |\ \ | | | | | | | | | | | | | | | | * commit '3637e8e83b4bd2bf375efce0fcc25ee8bc4430fa': wimax : bug fix for IP renew fail
| | * | wimax : bug fix for IP renew failTK MUN2011-03-211-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | - Change invalid service name (dhcpcd_renew -> iprenew) Change-Id: I876f9b5b95d22aad8e8f5ccc9b8626862102816c
* | | | Workaround bug 4106152John Reck2011-03-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Gets wifi working on master Change-Id: Iac31653ba4db8eed9a7e53dd9daa877a6e1a0e56
* | | | init.herring.rc: Setup mount point for FAT partitionMike Lockwood2011-03-171-0/+4
| | | | | | | | | | | | | | | | | | | | Change-Id: I19ca20b1fb1fdedfe4b7a3e2c64aff8e09cab32c Signed-off-by: Mike Lockwood <lockwood@android.com>
* | | | fix [4086574] Surface flinger dies on crespo on masterMathias Agopian2011-03-141-0/+1
|/ / / | | | | | | | | | | | | | | | | | | pvrsrvinit didn't start because it wasn't in the class core. Bug: 4086574 Change-Id: Ie8df9195c25046245394518eac2bf221e921c3c5
* | | am 01f70bec: am 1d21bdf8: wimax : DHCP service registration and change wimax ↵TK MUN2011-03-091-1/+23
|\ \ \ | |/ / | | | | | | | | | | | | | | | driver attribute * commit '01f70bec15fcafc34b6353269d3daca067bf0698': wimax : DHCP service registration and change wimax driver attribute
| * | wimax : DHCP service registration and change wimax driver attributeTK MUN2011-03-091-1/+23
| | | | | | | | | | | | | | | | | | | | | | | | - DHCP service registration for each interface. - Change wimax driver attribute. Change-Id: I3c56051155228b5aec01de05c2b42c3450c000f4 Signed-off-by: TK MUN <tk.mun@samsung.com>
* | | am 26385817: am a8818506: change the permission to 770 for gpsPark Sanghyun2011-03-081-1/+1
|\ \ \ | |/ / | | / | |/ |/| * commit '26385817b90c9ef0cb8bd983af997935ca8ced4c': change the permission to 770 for gps
| * change the permission to 770 for gpsPark Sanghyun2011-03-081-1/+1
| | | | | | | | | | Change-Id: I274afc872c3b4b7c2b1018847564170e3091f21e Signed-off-by: Park Sanghyun <sh1984.park@samsung.com>
* | wlan: Change interface name to wlan0Dmitry Shmidt2011-01-051-2/+2
|/ | | | | Change-Id: Ia51bd6de668989744035762a74d54e6b2e463d27 Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
* Make bluetooth the owner of /efs/bluetoothJaikumar Ganesh2010-12-151-0/+1
| | | | | | | | /efs permissions were changed. This was breaking Bluetooth. Bug: 3287732 Change-Id: Ib646d87a540b2307336077f5dfe2f3a1abee4d3c
* fixup efs subdir permissionsBrian Swetland2010-12-131-0/+2
| | | | | | Apparently the factory process gets these wrong... Change-Id: I3c8f2b8372862437e0266fe8d3de3e2badcae8c3
* GPS: apply system permission for creating lock at internal GPS demonAlexy Shin2010-11-101-1/+1
| | | | | | Change-Id: I40f5d48abcb2c945c58338a0cae6eac9199664aa Signed-off-by: Mike Lockwood <lockwood@android.com>
* efs partition permission changeKyungtak Hur2010-11-091-0/+4
| | | | | | | BUG FIX : We chown/chmod /efs because mount is run as root + defaults Change-Id: Ifb933b73c9323d7ec06620164fd085938ec0a8d1 Signed-off-by: Kyungtak Hur <kt.hur@samsung.com>
* S5PC11X: BT: remove debug option for brcm_patchram_plus in init.herring.rchyungseoung.yoo2010-10-271-1/+1
| | | | | | remove debug option for brcm_patchram_plus in init.herring.rc. Change-Id: I9d2a74d08dafffb52d336aec3aa63b1aea62c558
* remove hardcoded input rulesBrian Swetland2010-10-261-45/+0
| | | | | | | these are now handled from ueventd.rc with the new support for settings owner/group/access on sysfs properties. Change-Id: If1086675de6c50d057da5276a979dd61d185a4d0
* S5PC11X: SWITCH: Add to changing permission uart_switch sysfsDooHyunHwang2010-10-201-0/+4
| | | | | | | RIL is using uart_switch Change-Id: I1656d5726e7cff68cca53ccd8ceea149a2d92413 Signed-off-by: DooHyunHwang <dh0421.hwang@samsung.com>
* Lock down /dev/pn544 to user nfc.Nick Pelly2010-10-171-1/+2
| | | | | | | Only NFC service can use /dev/pn544. Change-Id: I435144b827c7b36acb57f53118ad9ae08158f341 Signed-off-by: Nick Pelly <npelly@google.com>
* Change bugreport keychord to volume down + volume up + powerMike Lockwood2010-10-111-1/+2
| | | | | | | | | Using only volume down + volume up resulted in too many accidental bugreports BUG: 3082270 Change-Id: Ic3714393299b1ebadc9fd1ce3a968773b9d3d412 Signed-off-by: Mike Lockwood <lockwood@android.com>
* remove obsolete gps ownership/permissionsBrian Swetland2010-10-081-7/+1
| | | | Change-Id: Ida67fcf8adf6296b4e88a82d421c209f7e587127
* GPS: apply GPS final permissionAlexy Shin2010-10-081-5/+6
| | | | | | Change GPS permission reviewed with Mike Lookwood Change-Id: I8a3afd5be3484d8eb0d36b803977acd17f251ebe
* S5PC11X: INIT: Add enable_lpm option when bluetoothd startedDooHyunHwang2010-10-071-1/+1
| | | | | Change-Id: I0f01b6f80ebba48e1878440178b603fe3f3da968 Signed-off-by: DooHyunHwang <dh0421.hwang@samsung.com>
* update configurationBrian Swetland2010-10-061-3/+2
| | | | | | | | | | - enable fiq console - devices for new modemctl driver - cache partition no longer on emmc - fix up sdcard sharing Change-Id: Icbaa5e0c957d65e07ad25f558ac43b2abab95c1b Signed-off-by: Brian Swetland <swetland@google.com>
* S5PC11X: SENSORS: Remove init code for AKM daemonAdam Hampson2010-10-061-5/+0
| | | | | | | | The AKM daemon has been replaced by libakm and no longer requires boot time initialization. Change-Id: I6060edc8372b4f46793bd657187090b3833d6a9c Signed-off-by: Adam Hampson <ahampson@sta.samsung.com>
* S5PC11X: DEBUG: Change Key values for running bugreport serviceDooHyunHwang2010-10-011-1/+1
| | | | | | | | Key value changed KEY_VOLUP + KEY_VOLDOWN Change-Id: I2eaec9b8b7a640781fad69988cd0cd4443906926 Signed-off-by: DooHyunHwang <dh0421.hwang@samsung.com>
* Remove dynamic pvr kernel modulesSimon Wilson2010-09-291-4/+0
| | | | | | | When using a kernel that has these modules statically linked, the loadable kernel modules are no longer required. Change-Id: I0eacfe846db7517d3db1662b549ba924ae8f6dce
* Set perms for /dev/pn544.Nick Pelly2010-09-271-0/+4
| | | | | Change-Id: I35c3364f4eb552886cb689f2c9de88abba64b078 Signed-off-by: Nick Pelly <npelly@google.com>
* adjust permissions for new radio interfaceBrian Swetland2010-09-261-6/+0
| | | | Change-Id: I4eeddded9f48f812f1a545d4512c005ebf5717b2
* update to our kernel and pvr modulesBrian Swetland2010-09-231-1/+0
| | | | | | | | | | | | | | | | | | | | | | | 1eb6229 PVR: Added PVR/IMG driver for S5PC11X. 8d0739f0 S5PC11X: BATTERY: change to the driver based on max8998 mfd driver a6ab673 S5PC11X: MACHINE: Delete unused codes. 2abbd57 S5PC11X: BATTERY: add platform data for max17040_battery 9b040f1 S5PC11X: BATTERY: Added CONFIG_BATTERY_MAX17040 for fuelguage 2746ca1 S5PC11X: BATTERY: get power supply property name from platform_data 4725086 S5PC11X: BOOTMEM: Remove machine-specific codes in FIMD driver. 6ed5171 S5PC11X: BOOTMEM: Remove machine-specific codes in FIMC driver. a9aa486 S5PC11X: BOOTMEM: Remove machine-specific codes in MFC driver. 2a7996b S5PC11X: BATTERY: Fix voltage values for max17040_battery 72765bf S5PC11X: PM: Register wakeup irq for wakeup source. 1ab598c S5PC110: PM: save and restore sleep gpio register additionally 3004704 S5PC11X: SOUND: update codec gain values. 46b2e91 S5PC11X: IRQ: Add ack() call to unmask() for level triggered interrupts. 3087947 S5PC11X: SENSOR: Fix some bugs in gp2a light/proximity sensor 71f41cd S5PC11X: CRESPO: Fix gp2a power gpio init f5c7413 S5PC11X: IRQ: Add IRQ_ADC1, IRQ_PENDN1 number 2f04cc6 S5PC11X: Remove "CONFIG_BACKLIGHT_PWM" option in herring config. Change-Id: I75d7f38ce761ee62887c24d385a3d4d63c57c27b
* S5PC11X: BT: Set uart of 3Mbps for bluetooth in init.herring.rchyungseoung.yoo2010-09-231-1/+1
| | | | | | supported uart of 3Mbps in gerrit's kernel. Change-Id: I4b4ab0e7941a3659f7b2f939b859e771f28374d2
* S5PC11X: RIL: Giving the permission and setting the propertyJIKWANG KANG2010-09-221-0/+5
| | | | | | | | | | | | | | | | | | | | Some permissions to access uart & mtdblock for remvoing SAMSUNG RILD SAMSUNG RILD was added for giving some capabilities. If we want to remove SAMSUNG RILD, radio should have some permissions. /dev/s3c2410_serial3/ it is for downloading the modem boot codes. /dev/block/mtdblock5 Thre is a modem binary. fixed the bug (Google ID, 3009603), Crespo only rings once when receiving a phone call RIL in Crespo doesn't send the ringing notifications continuously, but It can be done by setting the property, ro.telephony.call_ring.multiple, false So, setting it in init.herring.rc Change-Id: I6a5111d2f85a64b30a2a499183458a76d8dd40d0 Signed-off-by: JIKWANG KANG <leo76.kang@samsung.com>
* adjust for new gps daemon name and locationBrian Swetland2010-09-211-1/+1
| | | | Change-Id: I6467d50e24dd0d12d031f083f6cd16c59cb03bbf
* enable bugreport on volup+menuBrian Swetland2010-09-211-1/+6
| | | | Change-Id: If1c9d07f6e6be4240b386b008f70aeb4cb2902a2
* new GPT world, switch to JI6 bootloaderBrian Swetland2010-09-201-0/+138
- require JI6 bootloader and JI4 radio - machine name is now "herring" - filesystems now mounted by name - setup_fs can now deal with name aliases for devices - kernel updated as below: 6ab2f34 S5PC11X: Fix compile error related sd/mmc platdata of herring f149eab S5PC11X: BATTERY: add gpio irq information at max8998 i2c device a8655ff S5PC11X: FIMC: Update fimc driver. 5d2366a S5PC11X: CONFIG: Add CONFIG_INPUT_KEYCHORD for bugreport service f44d575 S5PC11X: renamed board config file. renamed herring config from crespo and added Herring configuration 5fdbe88 S5PC11X: Add Herring configuration in board file Added configuration for Herring board 0f50abd S5PC11X: remove unused machine check code 1251f00 fs: partitions: add partition name to uevent 94dc613 ARM: crespo: defconfig: disable legacy PTYs 5a3d459 EFI/GPT: Register named partitions. cb2a888 Revert "EFI/GPT: Register named partitions." 719e7bc S5PC11X: I2C: Fix compile warnning. 60db07a S5PC11X: VIBRATOR: Add driver for Imagis ISA1000 haptic 4dce0eb ARM: crespo: defconfig: enable EFI/GPT partitions 7257dce fs: partitions: Add support for named partitions cb9d4a5 ARM: crespo: defconfig: enable DEBUG_FS Change-Id: I7be3ed0d2bf94807f40e0a21b322b49458e71e83