File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -73,6 +73,7 @@ sinowealth-kb-tool write \
7373| Deltaco Gaming WK95R | 2d169670eae0d36eae8188562c1f66e8 | SH68F90A | BYK916 | ✅ | ✅ |
7474| Digital Alliance Meca Warrior X | 2d169670eae0d36eae8188562c1f66e8 | SH68F90 | SH68F90S | ✅ | ✅ |
7575| E-Yooso Z11 | 3e0ebd0c440af5236d7ff8872343f85d | SH68F90? | BYK901 | ✅ | ✅ |
76+ | E-Yooso Z82 | 3e0ebd0c440af5236d7ff8872343f85d | SH68F90? | ❓ | ✅ | ✅ |
7677| [ Genesis Thor 300 RGB] ( https://genesis-zone.com/product/thor-300-rgb-brown ) | 2d169670eae0d36eae8188562c1f66e8 | SH68F90 | SH68F90S | ✅ | ✅ |
7778| [ Genesis Thor 300] ( https://genesis-zone.com/product/thor-300-outemu-blue ) | e57490acebcaabfcff84a0ff013955d9 | SH68F881 | SH68F881W | ✅ | ✅ |
7879| [ Kzzi K68Pro] ( http://en.kzzi.com/product/37/ ) | 3e0ebd0c440af5236d7ff8872343f85d | SH68F90A | ❓ | ✅ | ✅ |
Original file line number Diff line number Diff line change @@ -243,6 +243,12 @@ pub const DEVICE_EYOOSO_Z11: DeviceSpec = DeviceSpec {
243243 ..DEVICE_BASE_SH68F90
244244} ;
245245
246+ pub const DEVICE_EYOOSO_Z82 : DeviceSpec = DeviceSpec {
247+ vendor_id : 0x258a ,
248+ product_id : 0x010c ,
249+ ..DEVICE_BASE_SH68F90
250+ } ;
251+
246252pub const DEVICE_PORTRONICS_HYDRA10 : DeviceSpec = DeviceSpec {
247253 vendor_id : 0x258a ,
248254 product_id : 0x0049 ,
@@ -267,6 +273,7 @@ pub static DEVICES: Map<&'static str, DeviceSpec> = phf_map! {
267273 "deltaco-wk95r" => DEVICE_DELTACO_WK95R ,
268274 "digitalalliance-meca-warrior-x" => DEVICE_DIGITALALLIANCE_MECA_WARRIOR_X ,
269275 "eyooso-z11" => DEVICE_EYOOSO_Z11 ,
276+ "eyooso-z82" => DEVICE_EYOOSO_Z82 ,
270277 "genesis-thor-300-rgb" => DEVICE_GENESIS_THOR_300_RGB ,
271278 "genesis-thor-300" => DEVICE_GENESIS_THOR_300 ,
272279 "glorious-model-o" => DEVICE_GLORIOUS_MODEL_O ,
You can’t perform that action at this time.
0 commit comments