.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
---|
1 | 2 | /* Linux driver for devices based on the DiBcom DiB0700 USB bridge |
---|
2 | | - * |
---|
3 | | - * This program is free software; you can redistribute it and/or modify it |
---|
4 | | - * under the terms of the GNU General Public License as published by the Free |
---|
5 | | - * Software Foundation, version 2. |
---|
6 | 3 | * |
---|
7 | 4 | * Copyright (C) 2005-6 DiBcom, SA |
---|
8 | 5 | */ |
---|
.. | .. |
---|
375 | 372 | .functionality = dib0700_i2c_func, |
---|
376 | 373 | }; |
---|
377 | 374 | |
---|
378 | | -int dib0700_identify_state(struct usb_device *udev, struct dvb_usb_device_properties *props, |
---|
379 | | - struct dvb_usb_device_description **desc, int *cold) |
---|
| 375 | +int dib0700_identify_state(struct usb_device *udev, |
---|
| 376 | + const struct dvb_usb_device_properties *props, |
---|
| 377 | + const struct dvb_usb_device_description **desc, |
---|
| 378 | + int *cold) |
---|
380 | 379 | { |
---|
381 | 380 | s16 ret; |
---|
382 | 381 | u8 *b; |
---|