| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| |
| |
| |
| | |
camera" into gingerbread
* commit '4e4cd0fe1b9bb2832ae87ff24eb92b2b9edcae85':
libcamera: for keeping user settings of vga camera
|
| |\
| | |
| | |
| | |
| | |
| | |
| | | |
gingerbread
* commit 'b3320b82a1300fb446beb35e035b014f963ea81e':
libcamera: for keeping user settings of vga camera
|
| | |\ |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
User settings(i.e. color effects) was not kept when switching
camera between VGA camera and 5MP camera. It is fixed.
Change-Id: I76dd7cea6902b0adf5f1340deaf02448b41a5e8a
Signed-off-by: Jeong-Seok Yang <jseok.yang@samsung.com>
|
|\ \ \ \
| |/ / /
| | | |
| | | |
| | | | |
* commit 'bbc60768246513b2afd3a619473b2772acfaca34':
fix permissions
|
| |\ \ \
| | |/ /
| | | |
| | | |
| | | | |
* commit 'd83f1dafcb041d5d86b8e7864b5e3533d363ff90':
fix permissions
|
| | |/
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
- remove nonexistent devices
- remove world readable permissions for media devices
- fixup permissions for radio to read from the radio image partition
Change-Id: Ida0ca7bf526888d0d640e0ef6f6be5b2033f469c
|
|\ \ \
| |/ /
| | |
| | |
| | |
| | |
| | | |
only camcording mode"
* commit '0b46e2aeab4ba2327daa9e53c33b19264266d81b':
Revert "libcamera: for setting fixed frame rate on only camcording mode"
|
| |\ \
| | |/
| | |
| | |
| | |
| | |
| | | |
camcording mode"
* commit 'dbc622a6db328c3671a09d52328d7bc8722762ba':
Revert "libcamera: for setting fixed frame rate on only camcording mode"
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
This reverts commit a75b35c7a434a8e15015ed29b7168dac8d85dfb8.
bug - 3066130
Change-Id: I4d37d5cb0794c2790ec5b1d2848d916640562f95
|
|\ \ \
| |/ /
| | |
| | |
| | | |
* commit '33e77785d7e63b5a52136c4d1c2bff425ed8615c':
Update Kernel
|
| |\ \
| | |/
| | |
| | |
| | | |
* commit '8c6af5d5f3ba3c79da5298adf556b71e7756764a':
Update Kernel
|
| | |\ |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
015898d S5PC11X: MFC: Fix MFC open fail problem when media stress testing
bddbdf6 S5PC11X: Camera: for supporting iso, shutter speed information
9d64f6e S5PC11X: MFC: Fix MAX INSTANCE Error handling bug
b50a139 S5PC11X: CAMERA: fix capture resolution problem
f2dead4 S5PC11X: Camera: for setting focus mode when stopping auto focusing
171d6af S5PC11X: CAMERA: change front cam power sequence and fix mclk timing
23c2371 S5PC11X: BATTERY:SOC level report as 100% if batt_full flag set true
b380343 S5PC11X: LCD: Add the mutex to prevent sending command
Change-Id: Iaa90d2c89cfe2e78ca8cd81929c44226a423ea49
|
|\ \ \ \
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | | |
path for wired-headset with no mic." into gingerbread
* commit '39408b416067cf102c5a3029a701f16fe5a6778b':
S5PC11X: SOUND: changed IPC type of audio path for wired-headset with no mic.
|
| |\ \ \
| | |/ /
| | | |
| | | |
| | | |
| | | |
| | | | |
wired-headset with no mic." into gingerbread
* commit '0df59c73f074050842b412aa2876ca203d7b5ed3':
S5PC11X: SOUND: changed IPC type of audio path for wired-headset with no mic.
|
| | |\ \
| | | |/
| | |/|
| | | | |
no mic." into gingerbread
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
We choosed mic distance of headphone like speaker mode in user case.
So audio path must be changed to speaker mode.
Now audio sound in headphone call is strange because codec & modem aren't fit properly.
I will request to modem team if audio path & volume table can be added for headphone
after reply and modification from modem team, I will add headphone IPC type, not speaker path.
RX : like handset
TX : like speaker.
Change-Id: Ie74904be94d969e1ee52cf2cc467cec66e00c515
Signed-off-by: UK KIM <w0806.kim@samsung.com>
|
|\ \ \ \
| |/ / /
| | | |
| | | |
| | | | |
* commit 'c851ede3ce7536b2b4974beb6a6cb4b020d0042a':
S5PC11X: libcamera: threading and error cleanup
|
| |\ \ \
| | |/ /
| | | |
| | | |
| | | | |
* commit '802890e7ab775d71f9ff11a1b259778cd6b90917':
S5PC11X: libcamera: threading and error cleanup
|
| | |/
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Cleanup the way the camera HAL manages its threads so that
the exit path should no longer fail in a race condition.
The destructor waits for all threads to exit and heaps
are destroyed before closing the fd to driver.
Remove deadlock case (a HAL interface should not call a callback,
because the callback would try to grab a lock that is already
being held).
Removed mutex usage that wasn't needed (CameraServices already
has a mutex).
Add checks that could mess up the state of the sensor driver
(setting parameters or starting preview when a capture was still in
progress). We return errors in these cases instead.
Change-Id: I30d832de582a002dad1c087bd7cc7de43237eb19
Signed-off-by: Mike J. Chen <mjchen@sta.samsung.com>
|
|\ \ \
| |/ /
| | |
| | |
| | | |
* commit '5d4d68f25c9419219fe257b57f5514cc679d5c3d':
libcamera: only show postview if preview size is VGA
|
| |\ \
| | |/
| | |
| | |
| | | |
* commit '256aeac7371b52c1914fac874e4d2f303068ed93':
libcamera: only show postview if preview size is VGA
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
The camera sensors do not support postview sizes any other
than VGA, so if preview size is not VGA, skip showing the
postview.
Change-Id: Iae984e214a80f33e58fa4b8ec42bcdb1c33fae74
|
|\ \ \
| |/ /
| | |
| | |
| | | |
* commit '9f074674c9d61da4191f8aa3aa2f08f072a53354':
input: touchkey: Change keys to non-wakeup
|
| |\ \
| | |/
| | |
| | |
| | | |
* commit 'f0c73eb5ea617aa4f95da1bd583fef280220a304':
input: touchkey: Change keys to non-wakeup
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Change the touchkeys to non-wakeup keys.
Change-Id: Ia091e60f9e1923eb225d1f216fc6a0eab8af93c0
Signed-off-by: Rom Lemarchand <rlemarchand@sta.samsung.com>
|
|\ \ \
| |/ /
| | |
| | |
| | |
| | |
| | | |
JJ8 Bootloader Release
* commit '67a828f12da5f0a9eb954bd9cceff3823d9e0abb':
Require new bootloader: S5PC11X : BOOTLOADER : JJ8 Bootloader Release
|
| |\ \
| | |/
| | |
| | |
| | |
| | |
| | | |
Release
* commit '84459c4dc461b2d61b1ccb830273a2e37199faf9':
Require new bootloader: S5PC11X : BOOTLOADER : JJ8 Bootloader Release
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
S5PC11X : BOOTLOADER : JJ8 Bootloader Release
1. Add boot reason info to command line "androidboot.reason"
2. Change OEM unlock screen
3. Add carrier info to command line "androidboot.carrier"
4. Fastboot patch fot auto test
5. Enable bootloader & radio image verification routine
-> Only support signing image (Bootloader JJ6, JJ7 ~ & Radio JJ8 ~)
Change-Id: I423438e2e384bce8a24c10bcc4533ba01ffa4c19
|
|\ \ \
| |/ /
| | |
| | |
| | | |
* commit '5934096d61adb5d4bbf85e161139fa7faeb492f7':
Switch to the microbes wallpaper by default.
|
| |\ \
| | |/
| | |
| | |
| | | |
* commit '1cdd5c82c147491b28a12aa90a5b31ba68c337bb':
Switch to the microbes wallpaper by default.
|
| | |
| | |
| | |
| | | |
Change-Id: Ie902d0cddac2e7aeef1f05c1c1be2b659c1c7d1b
|
|\ \ \
| |/ /
| | |
| | |
| | | |
* commit '9739e226c66d1738959457a452312dc1d357b8c4':
Require new radio:
|
| |\ \
| | |/
| | |
| | |
| | | |
* commit 'f98279aa2aeb4961791b8e5cbc9b3e64830db229':
Require new radio:
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
S5PC11X: radio: update radio image ver.I9020XXJJA.
1. Add signed binary feature for secure boot
2. Fix Bug : CP send invalid doppler value to AP
3. Fix Bug : DTMF busted: in-call dialpad touch tones generate repeated, transposed digits
Change-Id: I96533f30369a3bf2505a322eb3287118a02a9323
|
|\ \ \
| |/ /
| | |
| | |
| | |
| | |
| | | |
camcording mode
* commit '9568ea0573113abd43b99640bade3f1f17f6213b':
libcamera: for setting fixed frame rate on only camcording mode
|
| |\ \
| | |/
| | |
| | |
| | | |
* commit 'a75b35c7a434a8e15015ed29b7168dac8d85dfb8':
libcamera: for setting fixed frame rate on only camcording mode
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Camera sensor change its frame rate by brightness.
It makes video that have too low fps in the dark.
So it use fixed frame rate on camcording mode.
Change-Id: I6ca4cf13e733629c75d244e79443b36b5dba59a5
Signed-off-by: Jeong-Seok Yang <jseok.yang@samsung.com>
pid:3640
|
|\ \ \
| |/ /
| | |
| | |
| | | |
* commit '096a5ced3e3d3868cb6b575d8fd209f9e8c7772e':
libcamera: Fix EXIF informations
|
| |\ \
| | |/
| | |
| | |
| | | |
* commit '0f5a5274024492536dab8dafa85ed1334aeff304':
libcamera: Fix EXIF informations
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Binary version, ISO, focal-length, and flash informations
in EXIF are fixed correctly.
Change-Id: I2dbfd217ae1e1bb875848ba89c4633a93d337779
Signed-off-by: Jeong-Seok Yang <jseok.yang@samsung.com>
pid:3604
|
|\ \ \
| |/ /
| | |
| | |
| | | |
* commit 'b60703dd540ac9d81fe718b1a1e234075f7c70d1':
Update kernel
|
| |\ \
| | |/
| | |
| | |
| | | |
* commit '19e06af6ed882c956061936169f5ac6cc75b4231':
Update kernel
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
4583f48 s3cfb_tl2796: Disable log messages when the requested gamma curve is out of range
3c4ec3a ARM: herring: panel: Move V19 and V43 adjustment points
6427385 s3cfb_tl2796: Allow passing the gamma adjustment points in the platform data.
b328e27 S5PC11X: SENSOR: Gyroscope can support interrupt or polling according to H/W rev
e93c27f S5PC11X: CAMERA: add assist flash when infinity mode
a9c62c3 mxt224: TOUCH: Calibrate touchscreen
da5a17b S5PC11X: WLAN: fix rising floor current in suspend when turning BT on after WiFi off.
2abb2a5 S5PC11X: CAMERA: new settings for preview
368cc0a S5PC11X: CAMERA: fix crash in s5k4ecgx driver when sensor not detected
cc0f386 input: cypress-touchkey: Send a key up event on suspend
2b771c8 mxt224: TOUCH: Send finger up events on suspend
6e2514021 S5PC11X: LCD: Fix the LCD Power On sequence in S3CFB
f3302c8 S5PC11X: BATTERY:Change full charge detection current Threshold
c757afe S5PC11X: CAMERA: add flash-state flag and frame rate setting
ad7fb04 S5PC11X: FIMD: Fimd use sclk_fimd clock.
a7ae270 S5PC11X: SOUND : can support to set gains in all modes for Europe.
6b0dd4a S5PC11X: CLOCK: Disable secure key clock.
37c2d3c ASoC: Increase Crespo earpiece mic gain by 6dB to +15dB
50e3138 S5PC11X: PVR: Fix PVR lockup caused by S3C_VSYNC_FLIP_ITEM access.
a4afcc9 S5PC11X: CAMERA: Update register settings for s5k4ecgx sensor
7f1ddb0 S5PC11X: Camera: Adjust ISO information
9f0a8d5 S5PC11X: SOUND: modified ear-jack detection configuration
9df9e58 S5PC11X: SOUND: update codec gain values in voicecall mode
Change-Id: I893a330213361cb811324df8f43ae82366ff12dd
|
|\ \ \
| |/ /
| | |
| | | |
brcm_patchram_plus in init.herring.rc
|
| |\ \
| | |/
| | |
| | | |
init.herring.rc
|
| | |
| | |
| | |
| | |
| | |
| | | |
remove debug option for brcm_patchram_plus in init.herring.rc.
Change-Id: I9d2a74d08dafffb52d336aec3aa63b1aea62c558
|
|\ \ \
| |/ / |
|
| |\ \
| | |/ |
|