09 May, 2007

1 commit


21 Feb, 2007

1 commit


04 Oct, 2006

1 commit


25 Jun, 2006

1 commit

  • Add support for the AverMedia 6 Eyes MJPEG card.
    - Updated drivers/media/video/Kconfig with AVS6EYES
    options.
    - Added CONFIG_VIDEO_ZORAN_AVS6EYES to
    drivers/media/video/Makefile.
    - Added I2C_DRIVERID_BT866 and I2C_DRIVERID_KS0127 to
    include/linux/i2c-id.h
    - Added drivers/media/video/ks0127.c, imported and modified from
    the Marvel project.
    - Added drivers/media/video/ks0127.h, imported and modified from
    the Marvel project.
    - Added drivers/media/video/bt866.c, ported from a 2.4 version
    by Christer Weinigel.
    - Added AVS6EYES to drivers/media/video/zoran_card.c
    - Added input_mux to all cards in drivers/media/video/zoran_card.c
    - Added input mux module parameter to drivers/media/video/zoran_card.c
    - Added AVS6EYES to card_type in drivers/media/video/zoran.h
    - Added input_mux to card_info in drivers/media/video/zoran.h
    - Upped BUZ_MAX_INPUT in drivers/media/video/zoran.h from 8 to 16,
    as the AVS6EYES has 10.
    - Updated Documentation/video4linux/Zoran with information about AVS6EYES.

    Signed-off-by: Martin Samuelsson
    Signed-off-by: Adrian Bunk
    Signed-off-by: Andrew Morton
    Signed-off-by: Mauro Carvalho Chehab

    Martin Samuelsson
     

25 Mar, 2006

1 commit


11 Sep, 2005

1 commit

  • The attached patch fixes the following spelling errors in Documentation/
    - double "the"
    - Several misspellings of function/functionality
    - infomation
    - memeory
    - Recieved
    - wether
    and possibly others which I forgot ;-)
    Trailing whitespaces on the same line as the typo are also deleted.

    Signed-off-by: Tobias Klauser
    Signed-off-by: Domen Puncer
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Tobias Klauser
     

17 Apr, 2005

1 commit

  • Initial git repository build. I'm not bothering with the full history,
    even though we have it. We can create a separate "historical" git
    archive of that later if we want to, and in the meantime it's about
    3.2GB when imported into git - space that would just make the early
    git days unnecessarily complicated, when we don't have a lot of good
    infrastructure for it.

    Let it rip!

    Linus Torvalds