- 13 Mar, 2002 40 commits
-
-
Linus Torvalds authored
-
Linus Torvalds authored
into penguin.transmeta.com:/home/penguin/torvalds/repositories/kernel/linux
-
David S. Miller authored
1) Fix EBUS register probing 2) Add some missing ioctl32 translations 3) Add sys_futex entries for sparc/sparc64 4) Add platform-specific pcibios_set_mwi implementation for sparc64 5) Fix set_brkpkt implementation so it works on UltraSPARC-III
-
David S. Miller authored
by struct sock cleanups.
-
David S. Miller authored
- CodingStyle cleanups - Adds MODULE_LICENSE - Fix missing release_sock calls - Remove leftovers from sock cleanup patches - Use skb_queue_purge
-
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 updates the documentation for the bttv driver.
-
Gerd Knorr authored
This patch is a update for the tuner module which controls the tuner chip on TV cards. No major changes, lots of small cleanups: make functions static, switch to name-based initialization for structs, ...
-
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.
-
Gerd Knorr authored
This patch updates the i2c audio chip modules. It improves the support for tda9874x chips. There are some bugfixes. It also has alot of small cleanups: switch some modules to new initialization, declare lots of functions static, ... which make the patch a bit large.
-
Gerd Knorr authored
This patch updates the btaudio sound driver. It fixes a bug in the poll function, makes the driver a bit more verbose at insmod time, adds a insmod option for the pci latency timer and does some minor cleanups.
-
Gerd Knorr authored
This patch updates the Winbond w9966cf parport webcam driver.
-
Gerd Knorr authored
This patch updates the mediavision pms video driver.
-
Gerd Knorr authored
This patch adapts the DSB usb radio driver to the videodev changes.
-
Gerd Knorr authored
This is the update for the trust radio driver.
-
Gerd Knorr authored
This patch updates the vicam usb camera driver. videodev adaptions are there, and the unplug race fix. I also did plenty of other small cleanups and fixes, lots of forgotten breaks in the big ioctl switch for example. I wouldn't be surprised if the driver didn't work at all ...
-
Gerd Knorr authored
This patch updates the saa5249 videotext driver.
-
Gerd Knorr authored
This patch updates the parallel port quickcam drivers (bw+color).
-
Gerd Knorr authored
This patch adapts the se401 driver to the videodev changes and fixes the unplug race.
-
Gerd Knorr authored
This patch adapts the philips webcam driver to the videodev changes. Also has the unplug race fix.
-
Gerd Knorr authored
This patch adapts the ov511 driver to the videodev changes. As Mark McClelland already sent in a patch with updates this just deletes the now obsolete code for the most part. The unplug-while-in-use race fix is also there.
-
Gerd Knorr authored
This patch adapts the stv usb camera driver to the videodev changes and fixes the unplug race.
-
Gerd Knorr authored
This patch updates the cpia driver. Additionally to the usual adoptions to the videodev changes done in all drivers this patch has a few more changes: - some cleanups in the drivers open() function. - Use file->private_data to keep a pointer to the drivers private data. This allows to unregister the device unconditionally in disconnect(), which in turn fixes some small races in case the device is unplugged while in use.
-
Gerd Knorr authored
This is the update for the typhoon radio driver.
-
Gerd Knorr authored
This is the update for the terratec radio driver.
-
Gerd Knorr authored
This patch updates the sf16fm radio driver.
-
Gerd Knorr authored
This patch updates the radiotrack driver.
-
Gerd Knorr authored
Here comes the aztech radio driver update.
-
Gerd Knorr authored
Here comes the aimslab radio driver update.
-
Gerd Knorr authored
This is the cadet radio driver update.
-
Gerd Knorr authored
This patch updates the gemtek and gemtek pci radio drivers.
-
Gerd Knorr authored
This patch updates the maestro radio driver.
-
Gerd Knorr authored
This patch updates the Maxi FM2000 Radio driver.
-
Gerd Knorr authored
This patch adapts the usbvideo module to the videodev changes. As with all usb drivers, the unplug race fix is present here too.
-
Gerd Knorr authored
The updates for the radio driver are all very similar: The individual open functions are gone and replaced by the video_exclusive_open/release functions in videodev.c. All userspace copying in the ioctl function is gone because video_generic_ioctl handles this now. The driver source files all become slightly shorter because of this.
-
Andrey Panin authored
This contains some minor changes to i82092.c PCMCIA driver: - MODULE_DEVICE_TABLE() added; - request_region() and pci_enable_device() return value checks added; - some printk() cleanups.
-
Adam J. Richter authored
It looks like sk->num became inet_sk(sk)->num in 2.5.7-pre1, but one of these changes was missed in net/ipv4/ipmr.c. Here is the patch.
-
http://gkernel.bkbits.net/net-drivers-2.5Linus Torvalds authored
into penguin.transmeta.com:/home/penguin/torvalds/repositories/kernel/linux
-
http://gkernel.bkbits.net/misc-2.5Linus Torvalds authored
into penguin.transmeta.com:/home/penguin/torvalds/repositories/kernel/linux
-
Vojtech Pavlik authored
In the FIT macro in ide-timing.h the argument got swapped because of a typo. All timings generated for VIA and AMD chips are wrong because of that. Safe, though, but slow. This fixes it.
-