From 2489007e7d740ccbc3e0a202914e243ad5178787 Mon Sep 17 00:00:00 2001 From: codeworkx Date: Sat, 22 Sep 2012 09:48:20 +0200 Subject: merge opensource jb u5 Change-Id: I1aaec157aa196f3448eff8636134fce89a814cf2 --- drivers/samsung/fm_si4709/Si4709_main.c | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'drivers/samsung/fm_si4709/Si4709_main.c') diff --git a/drivers/samsung/fm_si4709/Si4709_main.c b/drivers/samsung/fm_si4709/Si4709_main.c index 5531c12..c0fcbfc 100644 --- a/drivers/samsung/fm_si4709/Si4709_main.c +++ b/drivers/samsung/fm_si4709/Si4709_main.c @@ -182,6 +182,20 @@ static long Si4709_ioctl(struct file *filp, unsigned int ioctl_cmd, } break; + case Si4709_IOC_SEEK_FULL: + { + u32 frequency = 0; + debug("Si4709_IOC_SEEK_FULL called\n"); + + ret = (long)Si4709_dev_seek_full(&frequency); + if (ret < 0) + debug("Si4709_IOC_SEEK_FULL failed\n"); + else if (copy_to_user + (argp, (void *)&frequency, sizeof(u32))) + ret = -EFAULT; + } + break; + case Si4709_IOC_SEEK_UP: { u32 frequency = 0; -- cgit v1.1