20 May, 2011

1 commit


20 Mar, 2011

1 commit


29 Dec, 2010

1 commit


04 Aug, 2010

1 commit

  • Below you will find an updated version from the original series bunching all patches into one big patch
    updating broken web addresses that are located in Documentation/*
    Some of the addresses date as far far back as 1995 etc... so searching became a bit difficult,
    the best way to deal with these is to use web.archive.org to locate these addresses that are outdated.
    Now there are also some addresses pointing to .spec files some are located, but some(after searching
    on the companies site)where still no where to be found. In this case I just changed the address
    to the company site this way the users can contact the company and they can locate them for the users.

    Signed-off-by: Justin P. Mattock
    Signed-off-by: Thomas Weber
    Signed-off-by: Mike Frysinger
    Cc: Paulo Marques
    Cc: Randy Dunlap
    Cc: Michael Neuling
    Signed-off-by: Jiri Kosina

    Justin P. Mattock
     

30 Mar, 2009

1 commit


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