mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 20:32:04 +09:00
camsys_drv: v0.0x14.0
This commit is contained in:
@@ -167,7 +167,7 @@ static int camsys_extdev_register(camsys_devio_name_t *devio, camsys_dev_t *cams
|
||||
|
||||
extdev = camsys_find_extdev(devio->dev_id, camsys_dev);
|
||||
if (extdev != NULL) {
|
||||
err = -EINVAL; /* ddl@rock-chips.com: v0.0x13.0 */
|
||||
err = -EBUSY; /* ddl@rock-chips.com: v0.0x13.0 */
|
||||
camsys_warn("Extdev(dev_id: 0x%x) has been registered in %s!",
|
||||
devio->dev_id, dev_name(camsys_dev->miscdev.this_device));
|
||||
goto end;
|
||||
|
||||
@@ -95,8 +95,10 @@
|
||||
*v0.0x13.0:
|
||||
1) camsys_extdev_register return failed when this dev_id has been registered;
|
||||
2) add support JPG irq connect;
|
||||
*v0.0x14.0:
|
||||
1) camsys_extdev_register return -EBUSY when this dev_id has been registered;
|
||||
*/
|
||||
#define CAMSYS_DRIVER_VERSION KERNEL_VERSION(0,0x13,0)
|
||||
#define CAMSYS_DRIVER_VERSION KERNEL_VERSION(0,0x14,0)
|
||||
|
||||
|
||||
#define CAMSYS_PLATFORM_DRV_NAME "RockChip-CamSys"
|
||||
|
||||
Reference in New Issue
Block a user