improve handling of null rate in LIS3LV02Dx accelerometer driver. (rhbz 785814)

This commit is contained in:
Dave Jones 2012-02-17 16:03:23 -05:00
commit abc7c8e59f
2 changed files with 86 additions and 0 deletions

View file

@ -732,6 +732,8 @@ Patch13003: efi-dont-map-boot-services-on-32bit.patch
Patch14000: hibernate-freeze-filesystems.patch
Patch14010: lis3-improve-handling-of-null-rate.patch
Patch20000: utrace.patch
# Flattened devicetree support
@ -1451,6 +1453,8 @@ ApplyPatch efi-dont-map-boot-services-on-32bit.patch
ApplyPatch hibernate-freeze-filesystems.patch
ApplyPatch lis3-improve-handling-of-null-rate.patch
# utrace.
ApplyPatch utrace.patch
@ -2355,6 +2359,9 @@ fi
# ||----w |
# || ||
%changelog
* Fri Feb 17 2012 Dave Jones <davej@redhat.com>
- improve handling of null rate in LIS3LV02Dx accelerometer driver. (rhbz 785814)
* Fri Feb 17 2012 Dave Jones <davej@redhat.com>
- Reenable radio drivers. (rhbz 784824)