[04:15] <_ami_> Is it possible to add custom IRQ to a GPIO? [04:15] <_ami_> i used gpiochip_irqchip_add() after setting up gpio_chip and irq_chip. I could see entry of new IRQ in /proc/interrupts whenever request_irq() is called. [04:15] <_ami_> i just wonder why ISR/irqhandler does not get called? [07:48] <sailus> hverkuil1: Let me resend the changed patches first. [07:49] <sailus> There's less common functionality as Mauro thought we won't need compat handling the way we've gotten used to on V4L2. [07:49] <sailus> I'll test them before resending. [07:53] <hverkuil1> OK, then I'll mark them as Superseded in patchwork. [08:52] <hverkuil1> mchehab: posted my final (?) pull request for 4.9 [09:16] <pinchartl> final is always a fuzzy concept :-) [09:43] <hverkuil1> pinchartl: can you review Ulrich's adv7604 patch series? [09:56] <pinchartl> hverkuil1: done [10:02] <hverkuil1> Thanks! [10:13] <sailus> hverkuil1: Which sparse version did you use? [10:13] <sailus> My 0.5.0 is entirely happy with current ad5820.c [10:15] <sailus> Ah... you have to specify CF="-D__CHECK_ENDIAN__". [10:21] <sailus> hverkuil1: Sent. [11:51] <svarbanov> hverkuil1: I want to add new compressed format h265, what would be the proffered name H265 or HEVC? [11:52] <hverkuil1> H265 [14:31] *** hverkuil2 has left [15:17] *** benjiG has left [19:19] *** awalls has left [20:00] <rmull> I have a camera (Ipevo Ziggi-HD Plus) that works with v4l2-ctl (v4l-utils 1.10.1, Linux 4.7) but it's missing some parameters that are supported by the manufacturer's software (specifically manual exposure setting). Where would I want to start if I wanted to get this feature supported by v4l? [20:01] <pinchartl> rmull: by getting documentation from the manufacturer, but that's usually pretty difficult, so you might want to skip to the next step directly :-) [20:02] <pinchartl> it seems to be a UVC camera [20:02] <rmull> Yes, definitely uvc [20:03] <pinchartl> can you send me the output of 'lsusb -v' for the device (you can use the -d option to filter out other devices), running as root if possible ? [20:03] <rmull> Sure, hold please [20:07] <rmull> pinchartl: http://sprunge.us/fNhA [20:09] <pinchartl> so, UVC provides a standard way to control the exposure time, but your camera doesn't implement it [20:10] <pinchartl> or at least doesn't advertise support for it [20:10] <pinchartl> it however advertises 41 device-specific controls [20:10] <pinchartl> that are of course completely undocumented [20:12] <pinchartl> does the manufacturer's software run on Linux ? [20:21] <rmull> No, it doesn't [20:22] <rmull> There is an OSX version [20:22] <pinchartl> you can try to get documentation from the manufacturer [20:22] <pinchartl> if that fails, the next option is reverse-engineering [20:23] <pinchartl> by capturing USB traffic, modifying the parameters you're interested in, and trying to understand how that translates to UVC requests [20:24] <rmull> May I ask how you identified that there were 41 device-specific controls? [20:27] <pinchartl> they're reported through UVC extension units in the USB descriptors [20:27] <pinchartl> UVC controls exposure through controls implemented by the camera input terminal, but yours only advertises support for focus [20:27] <pinchartl> extension units allow vendors to provide device-specific features [20:28] <pinchartl> but they require documentation [20:30] <rmull> Okay. I'll see what the manufacturer has to say, thanks for your help [20:31] <pinchartl> you're welcome [20:31] <pinchartl> please let me know if you can get more information [20:33] <rmull> Of course!