diff options
Diffstat (limited to 'daemon')
| -rw-r--r-- | daemon/usb-linux.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/daemon/usb-linux.c b/daemon/usb-linux.c index 4a5711d..687e965 100644 --- a/daemon/usb-linux.c +++ b/daemon/usb-linux.c | |||
| @@ -270,7 +270,7 @@ int usb_discover(void) | |||
| 270 | } | 270 | } |
| 271 | if(devdesc.idVendor != VID_APPLE) | 271 | if(devdesc.idVendor != VID_APPLE) |
| 272 | continue; | 272 | continue; |
| 273 | if((devdesc.idProduct < PID_RANGE_LOW) && | 273 | if((devdesc.idProduct < PID_RANGE_LOW) || |
| 274 | (devdesc.idProduct > PID_RANGE_MAX)) | 274 | (devdesc.idProduct > PID_RANGE_MAX)) |
| 275 | continue; | 275 | continue; |
| 276 | libusb_device_handle *handle; | 276 | libusb_device_handle *handle; |
