Skip to content

Commit

Permalink
Mark SoundLink Mini II as supported
Browse files Browse the repository at this point in the history
Thanks @arjunbj, @ighdez, @Gigzy, and @mberndt123 for testing this
device!
  • Loading branch information
tchebb committed Sep 3, 2023
1 parent e811020 commit 146c51c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ Tested devices
bose-dfu does to your device, even if that device is on the following list:**

- SoundLink Color II (used for initial development)
- SoundLink Mini II

It's likely that most Bose devices that take updates in `.dfu` format work with
this tool, but I can't guarantee that. If your device isn't on the list above
Expand Down
2 changes: 2 additions & 0 deletions src/device_ids.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ const BOSE_HID_USAGE_PAGE: u16 = 0xff00;
const COMPATIBLE_DEVICES: &[DeviceIds] = &[
// Bose Color II SoundLink
bose_dev(0x40fe, 0x400d),
// Bose SoundLink Mini II
bose_dev(0x40fe, 0x4009), // Same normal PID as Color II, not a typo
];

// Use UsbId instead of DeviceIds since some incompatible devices don't have a concept of DFU mode.
Expand Down

0 comments on commit 146c51c

Please sign in to comment.