mirror of
https://github.com/clementine-player/Clementine
synced 2024-12-17 20:09:50 +01:00
Swap vendor id and product id for ilok2.
Update issue #2226 D'oh, fixed.
This commit is contained in:
parent
17adb2bd6d
commit
e1f66960f8
@ -474,7 +474,7 @@ void MacDeviceLister::USBDeviceAddedCallback(void* refcon, io_iterator_t it) {
|
||||
|
||||
if (device.vendor_id == 0x5ac || // I think we can safely skip Apple products.
|
||||
// Blacklist ilok2 as this probe may be breaking it.
|
||||
(device.vendor_id == 0x5036 && device.product_id == 0x088e)) {
|
||||
(device.vendor_id == 0x088e && device.product_id == 0x5036)) {
|
||||
continue;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user