- 07 Aug, 2003 1 commit
-
-
Gerd Knorr authored
* the usual pile of tv card database updates. * various signed/unsigned fixups (fix gcc 3.3 warnings) and releated cleanups (use ARRAY_SIZE macro, ...). * moved some code which can be shared with the new, upcoming cx2388x driver to a separate module. * split the irq handler into smaller functions. * some new features (field rate capture support for example). * simplified i2c code a bit by removing redundant bookkeeping of attached i2c clients. * merged i2c changes back into my tree, there are some no-op changes due to this. * various other bugfixes. * fix build failure with CONFIG_FW_LOADER enabled
-
- 17 Jul, 2003 1 commit
-
-
Michael Hunold authored
- add drivers for the Orion and Gemini frame grabber cards, based on the saa7146. For details, see http://www.hexium.hu/. Thanks to Michael Hunold <michael@mihu.de>.
-
- 08 Apr, 2003 1 commit
-
-
Alan Cox authored
-
- 03 Feb, 2003 1 commit
-
-
Kai Germaschewski authored
One of the goals of the whole new modversions implementation: export-objs is gone for good!
-
- 08 Jan, 2003 3 commits
-
-
Dave Jones authored
-
Gerd Knorr authored
This adds the v4l1-compat module. This is a module which can translate most (old) v4l1 ioctls into the new v4l2 API. This makes it easier for v4l2 drivers to present both old v4l and new v4l2 APIs to video4linux applications. The saa7134 driver uses this for example.
-
Gerd Knorr authored
This adds the tda9887 i2c module to the linux kernel. This one is needed for some TV cards. It also adds the missing #define to audiochip.h which currently breaks the bttv build.
-
- 15 Dec, 2002 1 commit
-
-
Brian Gerst authored
Makefiles no longer need to include Rules.make, which is currently an empty file. This patch removes it from the drivers tree Makefiles.
-
- 05 Dec, 2002 1 commit
-
-
Rusty Russell authored
From: Gerd Knorr <kraxel@bytesex.org> This adds the missing video-buf.o module to the module list if CONFIG_VIDEO_SAA7134 is enabled.
-
- 31 Oct, 2002 2 commits
-
-
Gerd Knorr authored
This patch adds a new device driver to the linux kernel. It is for TV cards based on the Philips SAA7134 chip. It supports the v4l2 API and thus depends on the v4l2 patches of the previous mails.
-
Gerd Knorr authored
This adds the v4l2 API to the linux kernel. The first, original video4linux API has a number of design bugs. They are fixed in this new API revision. It already exists for quite some time. Last weeks it got a number of cleanups based on the experiences of the last years (drop stuff nobody uses, fix some inconsistencies). We consider it being in a pretty good shape now and like to see it in 2.6. This patch is basically the header file with all the structs and ioctls in there. A small module with some helper functions for v4l2 drivers is included too. Related updates (bttv, ...) will follow as separate patches.
-
- 25 Jul, 2002 1 commit
-
-
Alan Cox authored
-
- 28 May, 2002 1 commit
-
-
Kai Germaschewski authored
-
- 22 Mar, 2002 1 commit
-
-
Kai Germaschewski authored
-
- 13 Mar, 2002 2 commits
-
-
Gerd Knorr authored
This is a major update of the bttv core (0.7.x to 0.8.x). There are way too many changes to list them all, the complete core code for video frame capture has been rewritten from scratch.
-
Gerd Knorr authored
This patch adds a helper module to manage pci dma buffers for video frames. I've recently started writing a driver for another frame grabber / TV card chip and tried to separate out common code to avoid duplicating code. The bttv core update (next mail) depends this patch.
-
- 05 Feb, 2002 4 commits
-
-
Linus Torvalds authored
- Jens Axboe: more bio stuff - Ingo Molnar: mempool for bio - Niibe Yutaka: Super-H update
-
Linus Torvalds authored
- Ivan Kokshaysky: fix alpha dec_and_lock with modules, for alpha config entry - Kai Germaschewski: ISDN updates - Jeff Garzik: network driver updates, sysv fs update - Kai Mäkisara: SCSI tape update - Alan Cox: large drivers merge - Nikita Danilov: reiserfs procfs information - Andrew Morton: ext3 merge - Christoph Hellwig: vxfs livelock fix - Trond Myklebust: NFS updates - Jens Axboe: cpqarray + cciss dequeue fix - Tim Waugh: parport_serial base_baud setting - Matthew Dharm: usb-storage Freecom driver fixes - Dave McCracken: wait4() thread group race fix
-
Linus Torvalds authored
- merge with Alan (USB, zoran, sony motion-eye, rio, dmi-scan)
-
Linus Torvalds authored
-