07 Oct, 2008

2 commits

  • This reverts commit 135aedc38e812b922aa56096f36a3d72ffbcf2fb, as
    requested by Hans Verkuil.

    It was a patch for 2.6.28 where the BKL was pushed down from v4l core to
    the drivers, not for 2.6.27!

    Requested-by: Hans Verkuil
    Cc: Mauro Carvalho Chehab
    Signed-of-by: Linus Torvalds

    Linus Torvalds
     
  • * 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/v4l-dvb: (33 commits)
    V4L/DVB (9103): em28xx: HVR-900 B3C0 - fix audio clicking issue
    V4L/DVB (9099): em28xx: Add detection for K-WORLD DVB-T 310U
    V4L/DVB (9092): gspca: Bad init values for sonixj ov7660.
    V4L/DVB (9080): gspca: Add a delay after writing to the sonixj sensors.
    V4L/DVB (9075): gspca: Bad check of returned status in i2c_read() spca561.
    V4L/DVB (9053): fix buffer overflow in uvc-video
    V4L/DVB (9043): S5H1420: Fix size of shadow-array to avoid overflow
    V4L/DVB (9037): Fix support for Hauppauge Nova-S SE
    V4L/DVB (9029): Fix deadlock in demux code
    V4L/DVB (8979): sms1xxx: Add new USB product ID for Hauppauge WinTV MiniStick
    V4L/DVB (8978): sms1xxx: fix product name for Hauppauge WinTV MiniStick
    V4L/DVB (8967): Use correct XC3028L firmware for AMD ATI TV Wonder 600
    V4L/DVB (8963): s2255drv field count fix
    V4L/DVB (8961): zr36067: Fix RGBR pixel format
    V4L/DVB (8960): drivers/media/video/cafe_ccic.c needs mm.h
    V4L/DVB (8958): zr36067: Return proper bytes-per-line value
    V4L/DVB (8957): zr36067: Restore the default pixel format
    V4L/DVB (8955): bttv: Prevent NULL pointer dereference in radio_open
    V4L/DVB (8935): em28xx-cards: Remove duplicate entry (EM2800_BOARD_KWORLD_USB2800)
    V4L/DVB (8933): gspca: Disable light frquency for zc3xx cs2102 Kokom.
    ...

    Linus Torvalds
     

05 Oct, 2008

22 commits


29 Sep, 2008

9 commits


11 Sep, 2008

3 commits


05 Sep, 2008

3 commits

  • Signed-off-by: Li Zefan
    Signed-off-by: Jean-Francois Moine
    Signed-off-by: Mauro Carvalho Chehab

    Li Zefan
     
  • While doing some testing using Luca Risolia's sonix driver I noticed that
    the video device did not get ACL's set to allow access by locally logged in
    users, nor does it show up as a video device in lshal, causing cheese to not
    see it.

    This turns out to be caused by all of Luca Risolia's drivers not setting
    the parent member of the video_device struct. This patch fixes this.

    Cc: Luca Risolia
    Signed-off-by: Hans de Goede
    Signed-off-by: Mauro Carvalho Chehab

    Hans de Goede
     
  • b2c2-flexcop, dvb/bt8xx and video/bt8xx fails to build on ARM with:

    __bad_udelay is specifically designed on ARM to fail when udelay is
    called in a bad way. arch/arm/include/asm/delay.h has this to say
    about __bad_udelay:

    /*
    * This function intentionally does not exist; if you see references to
    * it, it means that you're calling udelay() with an out of range value.
    *
    * With currently imposed limits, this means that we support a max delay
    * of 2000us. Further limits: HZ
    Signed-off-by: Mauro Carvalho Chehab

    Thierry MERLE
     

13 Aug, 2008

1 commit