I have made the following changes intended for : CE:Adaptation:N950-N9 / nokia-n950-configs CE:Adaptation:N950-N9 / udev-rules-n950
Please review and accept or decline. BOSS has already run some checks on this request. See the "Messages from BOSS" section below. https://build.pub.meego.com//request/show/5417 Thank You, tswindell [This message was auto-generated] --- Request # 5417: Messages from BOSS: State: review at 2012-08-05T19:21:28 by bossbot Reviews: accepted by bossbot : Prechecks succeeded. new for CE-maintainers : Please replace this text with a review and approve/reject the review (not the SR). BOSS will take care of the rest Changes: submit: home:tswindell:CE:Apps / nokia-n950-configs -> CE:Adaptation:N950-N9 / nokia-n950-configs changes files: -------------- --- nokia-n950-configs.changes +++ nokia-n950-configs.changes @@ -0,0 +1,3 @@ +* Sun Aug 05 2012 Tom Swindell <[email protected]> - 0.3.2 +- Added ECI accessory input config to n950-input-rules.conf + spec files: ----------- --- nokia-n950-configs.spec +++ nokia-n950-configs.spec @@ -9,7 +9,7 @@ # << macros Summary: Nokia N950-specific configuration files -Version: 0.3.1 +Version: 0.3.2 Release: 0 Group: System/Startup Services License: GPLv2 other changes: -------------- ++++++ n950-input-rules.conf --- n950-input-rules.conf +++ n950-input-rules.conf @@ -35,3 +35,11 @@ Option "Ignore" "off" EndSection +# Configure ECI wired handsfree input device. +Section "InputClass" + Identifier "ECI Accessory" + MatchProduct "ECI Accessory" + Driver "evdev" + Option "Ignore" "off" +EndSection + ++++++ nokia-n950-configs.yaml --- nokia-n950-configs.yaml +++ nokia-n950-configs.yaml @@ -1,6 +1,6 @@ Name: nokia-n950-configs Summary: Nokia N950-specific configuration files -Version: 0.3.1 +Version: 0.3.2 Release: 0 Group: System/Startup Services License: GPLv2 submit: home:tswindell:CE:Apps / udev-rules-n950 -> CE:Adaptation:N950-N9 / udev-rules-n950 changes files: -------------- --- udev-rules-n950.changes +++ udev-rules-n950.changes @@ -0,0 +1,3 @@ +* Sun Aug 05 2012 Tom Swindell <[email protected]> - 0.0.7 +- Added ECI wired headset rule for input keys. + spec files: ----------- --- udev-rules-n950.spec +++ udev-rules-n950.spec @@ -1,14 +1,16 @@ # # Do NOT Edit the Auto-generated Part! -# Generated by: spectacle version 0.23 +# Generated by: spectacle version 0.24.1 # + +Name: udev-rules-n950 + # >> macros # << macros -Name: udev-rules-n950 Summary: Udev rules for N950 -Version: 0.0.6 -Release: 0 +Version: 0.0.7 +Release: 1 Group: System/Libraries License: GPLv2 BuildArch: noarch @@ -19,18 +21,17 @@ Source4: n950-gps-sysfs.sh Source5: 10-n950-dss.rules Source6: omapdss-perms.sh +Source7: boss.conf Source100: udev-rules-n950.yaml Requires: udev Provides: udev-rules Conflicts: udev-rules-nokia-n900 - %description This package provides N950-specific udev rules. - %prep # No setup @@ -45,6 +46,7 @@ # >> build post # << build post + %install rm -rf %{buildroot} # >> install pre @@ -63,15 +65,9 @@ # << install post - - - - %files %defattr(-,root,root,-) # >> files %config %{_sysconfdir}/udev/rules.d/*.rules /lib/udev/*.sh # << files - - other changes: -------------- ++++++ 50-n950-common.rules --- 50-n950-common.rules +++ 50-n950-common.rules @@ -4,6 +4,7 @@ # Create inputdev symlinks for kbslider contextkit plugin SUBSYSTEM=="input" ATTRS{name}=="TWL4030 Keypad" SYMLINK+="input/keypad" SUBSYSTEM=="input" ATTRS{name}=="gpio-keys" SYMLINK+="input/gpio-keys" +SUBSYSTEM=="input" ATTRS{name}=="ECI Accessory" SYMLINK+="input/eci-keys" # Fix permissions for the Bridge driver KERNEL=="DspBridge" GROUP="video" MODE="660" ++++++ udev-rules-n950.yaml --- udev-rules-n950.yaml +++ udev-rules-n950.yaml @@ -1,7 +1,7 @@ Name: udev-rules-n950 Summary: Udev rules for N950 -Version: 0.0.6 -Release: 0 +Version: 0.0.7 +Release: 1 Group: System/Libraries License: GPLv2 BuildArch: noarch @@ -13,6 +13,7 @@ - n950-gps-sysfs.sh - 10-n950-dss.rules - omapdss-perms.sh + - boss.conf Description: | This package provides N950-specific udev rules.
