OSDN Git Service

android-x86/hardware-libhardware_legacy.git
14 years agochanges based on review feedback android-x86-1.6
Yi Sun [Fri, 31 Jul 2009 16:44:13 +0000 (09:44 -0700)]
changes based on review feedback

14 years agoadd code the get module path
Yi Sun [Fri, 31 Jul 2009 00:29:55 +0000 (17:29 -0700)]
add code the get module path

14 years agoadd check on phy80211 directory as well. Some drivers does not create wireless directory
Yi Sun [Thu, 30 Jul 2009 21:00:35 +0000 (14:00 -0700)]
add check on phy80211 directory as well. Some drivers does not create wireless directory

14 years agofixed the problem with module name look
Yi Sun [Wed, 29 Jul 2009 23:48:17 +0000 (16:48 -0700)]
fixed the problem with module name look

14 years agoadd wifi support for x86 in wifi
Yi Sun [Fri, 24 Jul 2009 23:52:29 +0000 (16:52 -0700)]
add wifi support for x86 in wifi

14 years agomerge from donut
Jean-Baptiste Queru [Thu, 3 Sep 2009 21:13:11 +0000 (14:13 -0700)]
merge from donut

14 years agoFix a hideous bug in the GPS emulation.
David Turner [Sat, 22 Aug 2009 06:47:50 +0000 (23:47 -0700)]
Fix a hideous bug in the GPS emulation.

This fixes a long-standing bug in the GPS emulation, and comes
from an open-source contributor (Rene de Groot)

See https://review.source.android.com/#change,10251

14 years agogps: gps_qemu: Added daylightsaving information is unavailble to broken-down time...
Rene de Groot [Wed, 3 Jun 2009 09:57:30 +0000 (11:57 +0200)]
gps: gps_qemu: Added daylightsaving information is unavailble to broken-down time struct

This fixes a problem where mktime() after a first call always returns -1. This
results in an mTime=-1000 on android.location.Location objects and thus fails to trigger
onLocationChanged().

14 years agoMerge korg/donut into korg/master
Jean-Baptiste Queru [Sun, 26 Jul 2009 00:48:02 +0000 (17:48 -0700)]
Merge korg/donut into korg/master

14 years agoAdd virtual destructor.
Marco Nelissen [Tue, 7 Jul 2009 18:04:11 +0000 (11:04 -0700)]
Add virtual destructor.

14 years agogps: Set SUPL server via hostname rather than IP address.
Mike Lockwood [Fri, 19 Jun 2009 18:57:20 +0000 (14:57 -0400)]
gps: Set SUPL server via hostname rather than IP address.

The GPS engine needs the hostname for the secure SUPL case
and deferring the DNS lookup to the HAL might be helpful in the future
if the SUPL server is on a carrier's private network.

Signed-off-by: Mike Lockwood <lockwood@android.com>
14 years agogps: Add hooks for GPS location injection.
Mike Lockwood [Thu, 11 Jun 2009 16:27:28 +0000 (12:27 -0400)]
gps: Add hooks for GPS location injection.

This will allow injecting cell ID location to the GPS
(not implemented yet).
Signed-off-by: Mike Lockwood <lockwood@android.com>
14 years agoam c69847d6: AI 149496: Backport emulator-related donut fixes into cupcake. This...
David Turner [Tue, 2 Jun 2009 20:15:19 +0000 (13:15 -0700)]
am c69847d6: AI 149496: Backport emulator-related donut fixes into cupcake.   This includes the following fixes:   - remove potential qemud crash at system boot   - fix GPS fix emulation   - fix inter-emulator networking (DNS resolution helper now behaves correctly on all IPv6-capable systems)   - add -prop <name>=<value> option to add system properties on boot   - allow F5 keybinding for SEARCH on keyboard-less hardware configurations   - allow skins to provide a "search" button   - fixed bad QADD/QSUB/QDADD/QDSUB ARM CPU instructions emulation

Merge commit 'c69847d6e5b418ef8e77893de73925aac5c64b5f' into donut

* commit 'c69847d6e5b418ef8e77893de73925aac5c64b5f':
  AI 149496: Backport emulator-related donut fixes into cupcake.

14 years agoAI 149496: Backport emulator-related donut fixes into cupcake.
David Turner [Tue, 2 Jun 2009 19:30:48 +0000 (12:30 -0700)]
AI 149496: Backport emulator-related donut fixes into cupcake.
  This includes the following fixes:
  - remove potential qemud crash at system boot
  - fix GPS fix emulation
  - fix inter-emulator networking (DNS resolution helper now behaves correctly on all IPv6-capable systems)
  - add -prop <name>=<value> option to add system properties on boot
  - allow F5 keybinding for SEARCH on keyboard-less hardware configurations
  - allow skins to provide a "search" button
  - fixed bad QADD/QSUB/QDADD/QDSUB ARM CPU instructions emulation

Automated import of CL 149496

14 years agoMerge change 2038 into donut
Android (Google) Code Review [Wed, 20 May 2009 14:15:45 +0000 (07:15 -0700)]
Merge change 2038 into donut

* changes:
  Remove deprecated version of openInputStream. Continuation of bug 1846343

14 years agoMerge change 1976 into donut
Android (Google) Code Review [Wed, 20 May 2009 14:14:09 +0000 (07:14 -0700)]
Merge change 1976 into donut

* changes:
  Add input source parameter to openInputStream factory function. This change lays the foundation for recording from different sources. A series of changes will follow that implement the factory function for the various hardware configurations. Finally, the deprecated function will be removed. Bug 1846343

14 years agoFix GPS emulation.
David 'Digit' Turner [Wed, 20 May 2009 12:18:45 +0000 (14:18 +0200)]
Fix GPS emulation.

The problem was that qemu_gps_set_position_mode() was called with the value
GPS_POSITION_MODE_MS_BASED, which corresponds to AGPS (Assisted GPS), and
returned an error (which was not properly filtered by the JNI caller, but this
is the subject of another change).

This explains why GPS emulation doesn't work in the 1.5_r1 SDK. Unfortunately,
this fix requires generating a new system image for 1.5_r2 :-(

By the way, Mike, I don't understand why this position mode is being passed.
Looking at the code in GpsLocationProvider.java, I believe that this can only
happen if a SUPL host is given by the network, and I don't think this is the
case in the emulator, is it?

14 years agoRemove deprecated version of openInputStream.
Dave Sparks [Wed, 20 May 2009 01:36:08 +0000 (18:36 -0700)]
Remove deprecated version of openInputStream.
Continuation of bug 1846343

14 years agoAdd input source parameter to openInputStream factory function.
Dave Sparks [Tue, 19 May 2009 20:51:40 +0000 (13:51 -0700)]
Add input source parameter to openInputStream factory function.
This change lays the foundation for recording from different sources.
A series of changes will follow that implement the factory function
for the various hardware configurations. Finally, the deprecated
function will be removed.
Bug 1846343

14 years agoGPS: Generalize SUPL support to include AGPS for CDMA
Mike Lockwood [Mon, 11 May 2009 12:38:54 +0000 (08:38 -0400)]
GPS: Generalize SUPL support to include AGPS for CDMA

Signed-off-by: Mike Lockwood <lockwood@android.com>
15 years agoMerge branch 'readonly-p4-donut' into donut
Dmitry Shmidt [Mon, 20 Apr 2009 16:07:11 +0000 (09:07 -0700)]
Merge branch 'readonly-p4-donut' into donut

15 years agoAI 146929: Make TI Wifi driver choice framework-independent - part 2
Dmitry Shmidt [Mon, 20 Apr 2009 16:05:42 +0000 (09:05 -0700)]
AI 146929: Make TI Wifi driver choice framework-independent - part 2
  BUG=1786365

Automated import of CL 146929

15 years agogps: Add support for bringing up a GSM data connection on demand for SUPL.
Mike Lockwood [Tue, 14 Apr 2009 20:21:50 +0000 (16:21 -0400)]
gps: Add support for bringing up a GSM data connection on demand for SUPL.

Signed-off-by: Mike Lockwood <lockwood@android.com>
15 years agoMerge commit 'korg/cupcake' cupcake-x86
The Android Open Source Project [Fri, 27 Mar 2009 22:31:11 +0000 (15:31 -0700)]
Merge commit 'korg/cupcake'

15 years agoauto import from //branches/cupcake_rel/...@140373
The Android Open Source Project [Thu, 19 Mar 2009 00:39:47 +0000 (17:39 -0700)]
auto import from //branches/cupcake_rel/...@140373

15 years agoMerge commit 'remotes/korg/cupcake' into merge
Jean-Baptiste Queru [Tue, 17 Mar 2009 23:08:45 +0000 (16:08 -0700)]
Merge commit 'remotes/korg/cupcake' into merge

15 years agoauto import from //branches/cupcake/...@137197
The Android Open Source Project [Mon, 9 Mar 2009 18:52:14 +0000 (11:52 -0700)]
auto import from //branches/cupcake/...@137197

15 years agoauto import from //depot/cupcake/@135843
The Android Open Source Project [Wed, 4 Mar 2009 03:32:14 +0000 (19:32 -0800)]
auto import from //depot/cupcake/@135843

15 years agoauto import from //depot/cupcake/@135843
The Android Open Source Project [Wed, 4 Mar 2009 02:28:48 +0000 (18:28 -0800)]
auto import from //depot/cupcake/@135843

15 years agoauto import from //branches/cupcake/...@132569
The Android Open Source Project [Fri, 20 Feb 2009 15:38:32 +0000 (07:38 -0800)]
auto import from //branches/cupcake/...@132569

15 years agoauto import from //branches/cupcake/...@132276
The Android Open Source Project [Thu, 19 Feb 2009 18:57:35 +0000 (10:57 -0800)]
auto import from //branches/cupcake/...@132276

15 years agoauto import from //branches/cupcake/...@130745
The Android Open Source Project [Tue, 10 Feb 2009 23:44:04 +0000 (15:44 -0800)]
auto import from //branches/cupcake/...@130745

15 years agoMerge branch 'cupcake'
The Android Open Source Project [Tue, 20 Jan 2009 22:05:37 +0000 (14:05 -0800)]
Merge branch 'cupcake'

15 years agoauto import from //branches/cupcake/...@127101
The Android Open Source Project [Tue, 20 Jan 2009 22:03:59 +0000 (14:03 -0800)]
auto import from //branches/cupcake/...@127101

15 years agoauto import from //branches/cupcake/...@126645
The Android Open Source Project [Fri, 16 Jan 2009 00:12:14 +0000 (16:12 -0800)]
auto import from //branches/cupcake/...@126645