Skip to content

Commit

Permalink
Add firmware for SN30 gamepad
Browse files Browse the repository at this point in the history
  • Loading branch information
Felixoid committed May 6, 2020
1 parent fcab0be commit 5f88570
Show file tree
Hide file tree
Showing 4 changed files with 87 additions and 0 deletions.
19 changes: 19 additions & 0 deletions releases/SN30_GP/6.11/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Copyright (C) 2019 Richard Hughes <[email protected]>
# Copyright (C) 2019 Mikhail f. Shiryaev <[email protected]>

VENDOR=8Bitdo
PROJECT_NAME=SN30_GP
VERSION=6.11
FIRMWARE_FILES=$(wildcard *.dat)
METAINFO_FILES=sn30gp.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)
Binary file added releases/SN30_GP/6.11/SN30_Firmware_V6.11.dat
Binary file not shown.
12 changes: 12 additions & 0 deletions releases/SN30_GP/6.11/readme_en.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
2019-05-18 SN30+SF30_Firmware_V6.11

1. Fixed input lag issue with playing SUPER SMASH BROS.
2. Fixed the pop-up window error when using amiibo.

-------------------------------------------------------------------------------

Update instruction:
1. Press and hold L+R+START buttons on the controller to put it on its update mode. LEDs on the top will blink in red.
2. Connect the controller to your Windows or macOS via the USB cable.
3. Click on "USB Update" on your device, search for Firmware.dat in the pop-up window and run it.
4. Un-plug the controller when the upgrade process is done, then restart it before using.
56 changes: 56 additions & 0 deletions releases/SN30_GP/6.11/sn30gp.metainfo.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2016 Richard Hughes <[email protected]> -->
<!-- Copyright 2018 Mario Limonciello <[email protected]> -->
<component type="firmware">
<id>com.8bitdo.sn30-gp.firmware</id>
<name>SN30 GP</name>
<summary>Firmware for the 8Bitdo SN30 GP Game Controller</summary>
<description>
<p>
Updating the firmware on your SN30 GP device improves performance and adds
new features.
</p>
</description>
<provides>
<!-- USB\VID_2DC8&PID_5750&REV_0200 -->
<firmware type="flashed">78acf201-a624-5c0b-a521-e204be14e3d5</firmware>
<!-- USB\VID_2dC8&PID_5750 -->
<firmware type="flashed">b02f1319-c1c4-54f4-b7f2-5bb3552f6a9e</firmware>
</provides>
<url type="homepage">http://www.8bitdo.com/sn30-gp/</url>
<metadata_license>CC0-1.0</metadata_license>
<project_license>Proprietary</project_license>
<developer_name>8Bitdo</developer_name>
<releases>
<release urgency="medium" version="6.11" date="2018-12-06">
<checksum filename="SN30_Firmware_V6.11.dat" target="content"/>
<description>
<p>
This stable release fixes the following issues:
</p>
<ul>
<li>Fixed input lag issue with playing SUPER SMASH BROS.</li>
<li>Fixed the pop-up window error when using amiibo.</li>
</ul>
</description>
</release>
</releases>
<screenshots>
<screenshot type="default">
<image type="source">http://support.8bitdo.com/images/support/products/sn30-color.gif</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>

0 comments on commit 5f88570

Please sign in to comment.