-
Notifications
You must be signed in to change notification settings - Fork 25
Add SF30-SN30 Pro firmware v1.34 #32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
Zlika
wants to merge
1
commit into
fwupd:master
Choose a base branch
from
Zlika:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Binary file not shown.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,18 @@ | ||
| # Copyright (C) 2016 Richard Hughes <[email protected]> | ||
|
|
||
| VENDOR=8Bitdo | ||
| PROJECT_NAME=SF30_Pro-SN30_Pro | ||
| VERSION=1.34 | ||
| FIRMWARE_FILES=Firmware_SF30&SN30_Pro_V$(VERSION).dat | ||
| METAINFO_FILES=sf30sn30pro.metainfo.xml | ||
|
|
||
| all: $(VENDOR)-$(PROJECT_NAME)-$(VERSION).cab | ||
|
|
||
| clean: | ||
| rm *.cab | ||
|
|
||
| check: $(METAINFO_FILES) | ||
| appstream-util validate-relax $(METAINFO_FILES) | ||
|
|
||
| %.cab: $(FIRMWARE_FILES) $(METAINFO_FILES) | ||
| gcab --create --nopath $@ "$(FIRMWARE_FILES)" $(METAINFO_FILES) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,12 @@ | ||
| 2020-05-28 Firmware v1.34 | ||
| 1. 优化 Switch 模式蓝牙回连的稳定性。 | ||
| 2. 修复 Xinput 模式蓝牙连接导致游戏拖慢问题。 | ||
| 3. 修复 Switch 模式 USB 连接 PC 时,Steam 识别异常的问题。 | ||
| 4. 增加 Xinput 模式蓝牙连接支持电量显示(通过 Xbox GameBar)。 | ||
|
|
||
| ---------------------------------------- | ||
|
|
||
| 升级方法: | ||
| 1. 按住手柄 L1+R1+START 开机, 顶部电源指示灯闪烁。 | ||
| 2. 通过 USB 缆线连接至 PC。 | ||
| 3. 运行 8BitDo_Update 程序,点击 USB 升级按钮后选择 Firmware.dat 文件进行升级。 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,13 @@ | ||
| 2020-05-28 Firmware v1.34 | ||
| 1. Enhanced the stability of bluetooth automatic reconnection on Switch mode. | ||
| 2. Fixed the lag issue to game on Xinput mode of bluetooth connection. | ||
| 3. Fixed the abnormal recognition issue to PC Steam on Switch mode of USB connection. | ||
| 4. Added support for battery level indication on Xinput mode of bluetooth connection (Via Xbox GameBar). | ||
|
|
||
| ---------------------------------- | ||
|
|
||
| Update instruction | ||
| 1. Press and hold L1+R1+START buttons on the controller to put it on its update mode. Power LED on the top will blink. | ||
| 2. Connect the controller to your PC via the USB cable. | ||
| 3. Run the 8bitdo_update application, click the USB Update button, find firmware.dat in the pop-up window and open it. | ||
| 4. After the upgrade is complete, disconnect the USB cable and use it. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,66 @@ | ||
| <?xml version="1.0" encoding="UTF-8"?> | ||
| <!-- Copyright 2016 Richard Hughes <[email protected]> --> | ||
| <!-- Copyright 2019 Mario Limonciello <[email protected]> --> | ||
| <component type="firmware"> | ||
| <id>com.8bitdo.sf30sn30pro.firmware</id> | ||
| <name>SF30/SN30 Pro</name> | ||
| <summary>Firmware for the 8Bitdo SF30/SN30 Pro Game Controller</summary> | ||
| <description> | ||
| <p> | ||
| Updating the firmware on your SF30/SN30 Pro device improves performance and adds | ||
| new features. | ||
| </p> | ||
| </description> | ||
| <provides> | ||
| <!-- USB\VID_057E&PID_2009 --> | ||
| <firmware type="flashed">b3850dd5-a010-5d5c-8834-2ff809e95869</firmware> | ||
| <!-- USB\VID_2DC8&PID_5750 --> | ||
| <firmware type="flashed">b02f1319-c1c4-54f4-b7f2-5bb3552f6a9e</firmware> | ||
| <!-- USB\VID_2DC8&PID_6000 --> | ||
| <firmware type="flashed">269b3121-097b-50d8-b9ba-d1f64f9cd241</firmware> | ||
| <!-- USB\VID_2DC8&PID_6001 --> | ||
| <firmware type="flashed">81becceb-f87b-5c66-b30a-b0958043d65d</firmware> | ||
| <!-- USB\VID_045E&PID_028E --> | ||
| <firmware type="flashed">e5f6e0cf-c156-58e6-94e5-10ef2dff807c</firmware> | ||
| <!-- USB\VID_054C&PID_05C4 --> | ||
| <firmware type="flashed">50afc861-c345-56d2-b4be-8a54e6a1ed12</firmware> | ||
| </provides> | ||
| <url type="homepage">http://www.8bitdo.com/sn30pro-sf30pro/</url> | ||
| <metadata_license>CC0-1.0</metadata_license> | ||
| <project_license>Proprietary</project_license> | ||
| <developer_name>8Bitdo</developer_name> | ||
| <releases> | ||
| <release urgency="medium" version="1.34" date="2020-05-28" timestamp="1590616800"> | ||
| <checksum filename="Firmware_SF30&SN30_Pro_V1.34.dat" target="content"/> | ||
| <description> | ||
| <p> | ||
| This stable release fixes the following issues: | ||
| </p> | ||
| <ul> | ||
| <li>Enhanced the stability of bluetooth automatic reconnection on Switch mode.</li> | ||
| <li>Fixed the lag issue to game on Xinput mode of bluetooth connection.</li> | ||
| <li>Fixed the abnormal recognition issue to PC Steam on Switch mode of USB connection.</li> | ||
| <li>Added support for battery level indication on Xinput mode of bluetooth connection (Via Xbox GameBar).</li> | ||
| </ul> | ||
| </description> | ||
| </release> | ||
| </releases> | ||
| <screenshots> | ||
| <screenshot type="default"> | ||
| <image type="source">https://raw.githubusercontent.com/hughsie/8bitdo-firmware/master/screenshots/sn30-pro.svg</image> | ||
| <caption>Unplug the controller, hold down L1 + R1 + START until the red LED on top of the controller is flashing and then reconnect the controller.</caption> | ||
| </screenshot> | ||
| </screenshots> | ||
|
|
||
| <!-- only newer versions of fwupd know about the new controller --> | ||
| <requires> | ||
| <id compare="ge" version="1.0.3">org.freedesktop.fwupd</id> | ||
| </requires> | ||
|
|
||
| <categories> | ||
| <category>X-Device</category> | ||
| </categories> | ||
| <custom> | ||
| <value key="LVFS::UpdateProtocol">com.8bitdo</value> | ||
| </custom> | ||
| </component> | ||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Look like it was intentionally removed (and don't work without it 🤷)
aba4713