Skip to content

Commit

Permalink
feat: add hpm6200 family usb id (#11)
Browse files Browse the repository at this point in the history
* add hpm6200 series hid info

* usb pid for HPM6800 and HPM5300
  • Loading branch information
jzz007 committed Mar 12, 2024
1 parent 321a31a commit 31e7333
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions hpm_isp/src/hid.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ use crate::isp_command::{Error, Interface, IspCommand, Packet};
enum Family {
HPM6700_6400 = 0x0001,
HPM6300 = 0x0002,
HPM6200 = 0x0003,
HPM6800 = 0x0004,
HPM5300 = 0x0005,
}

impl Family {
Expand Down

0 comments on commit 31e7333

Please sign in to comment.