| Commit message (Expand) | Author | Age | Files | Lines |
* | em28xx: remove backward compat macro added on a previous fix | Mauro Carvalho Chehab | 2008-12-01 | 1 | -12/+0 |
* | V4L/DVB (9748): em28xx: fix compile warning | Hans Verkuil | 2008-12-01 | 1 | -2/+0 |
* | V4L/DVB (9743): em28xx: fix oops audio | Douglas Schilling Landgraf | 2008-12-01 | 1 | -1/+1 |
* | V4L/DVB (9742): em28xx-alsa: implement another locking schema | Mauro Carvalho Chehab | 2008-11-24 | 1 | -13/+24 |
* | V4L/DVB (9732): sms1xxx: use new firmware for Hauppauge WinTV MiniStick | Michael Krufky | 2008-11-24 | 1 | -1/+1 |
* | V4L/DVB (9691): gspca: Move the video device to a separate area. | Jean-Francois Moine | 2008-11-24 | 2 | -16/+14 |
* | V4L/DVB (9690): gspca: Lock the subdrivers via module_get/put. | Jean-Francois Moine | 2008-11-24 | 2 | -4/+11 |
* | V4L/DVB (9689): gspca: Memory leak when disconnect while streaming. | Jean-Francois Moine | 2008-11-24 | 10 | -10/+39 |
* | V4L/DVB (9668): em28xx: fix a race condition with hald | Mauro Carvalho Chehab | 2008-11-20 | 1 | -53/+75 |
* | V4L/DVB (9664): af9015: don't reconnect device in USB-bus | Jose Alberto Reguero | 2008-11-20 | 1 | -6/+2 |
* | V4L/DVB (9647): em28xx: void having two concurrent control URB's | Mauro Carvalho Chehab | 2008-11-20 | 3 | -2/+12 |
* | V4L/DVB (9646): em28xx: avoid allocating/dealocating memory on every control urb | Mauro Carvalho Chehab | 2008-11-20 | 2 | -22/+31 |
* | V4L/DVB (9645): em28xx: Avoid memory leaks if registration fails | Mauro Carvalho Chehab | 2008-11-20 | 1 | -4/+5 |
* | V4L/DVB (9639): Make dib0700 remote control support work with firmware v1.20 | Devin Heitmueller | 2008-11-16 | 3 | -2/+158 |
* | V4L/DVB (9635): v4l: s2255drv fix firmware test on big-endian | Harvey Harrison | 2008-11-16 | 1 | -1/+1 |
* | V4L/DVB (9634): Make sure the i2c gate is open before powering down tuner | Devin Heitmueller | 2008-11-16 | 1 | -0/+2 |
* | V4L/DVB (9632): make em28xx aux audio input work | Devin Heitmueller | 2008-11-16 | 1 | -0/+2 |
* | V4L/DVB (9631): Make s2api work for ATSC support | Devin Heitmueller | 2008-11-16 | 1 | -1/+2 |
* | V4L/DVB (9627): em28xx: Avoid i2c register error for boards without eeprom | Mauro Carvalho Chehab | 2008-11-16 | 1 | -4/+6 |
* | V4L/DVB (9608): Fix section mismatch warning for dm1105 during make | Igor M. Liplianin | 2008-11-16 | 1 | -1/+1 |
* | V4L/DVB (9605): usb-urb: fix memory leak | Douglas Schilling Landgraf | 2008-11-16 | 1 | -5/+14 |
* | V4L/DVB (9604): ttusb_dec: fix memory leak | Douglas Schilling Landgraf | 2008-11-16 | 1 | -0/+1 |
* | V4L/DVB (9603): dvb-ttusb-budget: Add validation for ttusb_alloc_iso_urbs | Douglas Schilling Landgraf | 2008-11-16 | 1 | -1/+8 |
* | V4L/DVB (9602): dvb-ttusb-budget: Add NULL pointer validation | Douglas Schilling Landgraf | 2008-11-16 | 1 | -0/+6 |
* | V4L/DVB (9601): ttusb_dec: Add NULL pointer validation | Douglas Schilling Landgraf | 2008-11-16 | 1 | -0/+6 |
* | V4L/DVB (9624): CVE-2008-5033: fix OOPS on tvaudio when controlling bass/treble | Mauro Carvalho Chehab | 2008-11-14 | 1 | -8/+7 |
* | V4L/DVB (9623): tvaudio: Improve debug msg by printing something more human | Mauro Carvalho Chehab | 2008-11-14 | 1 | -1/+5 |
* | V4L/DVB (9622): tvaudio: Improve comments and remove a unneeded prototype | Mauro Carvalho Chehab | 2008-11-14 | 1 | -12/+7 |
* | V4L/DVB (9621): Avoid writing outside shadow.bytes[] array | Mauro Carvalho Chehab | 2008-11-14 | 1 | -3/+27 |
* | V4L/DVB (9620): tvaudio: use a direct reference for chip description | Mauro Carvalho Chehab | 2008-11-14 | 1 | -8/+9 |
* | V4L/DVB (9619): tvaudio: update initial comments | Mauro Carvalho Chehab | 2008-11-14 | 1 | -1/+5 |
* | V4L/DVB (9618): tvaudio: add additional logic to avoid OOPS | Mauro Carvalho Chehab | 2008-11-14 | 1 | -8/+37 |
* | V4L/DVB (9617): tvtime: remove generic_checkmode callback | Mauro Carvalho Chehab | 2008-11-14 | 1 | -36/+35 |
* | V4L/DVB (9616): tvaudio: cleanup - group all callbacks together | Mauro Carvalho Chehab | 2008-11-14 | 1 | -7/+18 |
* | V4L/DVB (9615): tvaudio: instead of using a magic number, use ARRAY_SIZE | Mauro Carvalho Chehab | 2008-11-14 | 1 | -3/+3 |
* | V4L/DVB (9613): tvaudio: fix a memory leak | Mauro Carvalho Chehab | 2008-11-14 | 1 | -0/+1 |
* | V4L/DVB (9516): cx18: Move DVB buffer transfer handling from irq handler to w... | Andy Walls | 2008-11-11 | 7 | -26/+75 |
* | V4L/DVB (9557): gspca: Small changes for the sensor HV7131B in zc3xx. | Jean-Francois Moine | 2008-11-11 | 1 | -3/+5 |
* | V4L/DVB (9556): gspca: Bad init sequence for sensor HV7131B in zc3xx. | Jean-Francois Moine | 2008-11-11 | 1 | -3/+3 |
* | V4L/DVB (9549): gspca: Fix a typo in one of gspca chips name. | Krzysztof Helt | 2008-11-11 | 1 | -1/+1 |
* | V4L/DVB (9515): cx18: Use correct Mailbox IRQ Ack values and misc IRQ handlin... | Andy Walls | 2008-11-11 | 4 | -48/+49 |
* | V4L/DVB (9493): kconfig patch | Frederic CAND | 2008-11-11 | 1 | -71/+71 |
* | V4L/DVB (9527): af9015: fix compile warnings | Antti Palosaari | 2008-11-11 | 2 | -8/+7 |
* | V4L/DVB (9524): af9013: fix bug in status reading | roel kluin | 2008-11-11 | 1 | -3/+3 |
* | V4L/DVB (9511): cx18: Mark CX18_CPU_DE_RELEASE_MDL as a slow API call | Andy Walls | 2008-11-11 | 1 | -1/+1 |
* | V4L/DVB (9510): cx18: Fix write retries for registers that always change - pa... | Andy Walls | 2008-11-11 | 4 | -12/+45 |
* | V4L/DVB (9506): ivtv/cx18: fix test whether modules should be loaded or not. | Hans Verkuil | 2008-11-11 | 2 | -15/+15 |
* | V4L/DVB (9499): cx88-mpeg: final fix for analogue only compilation + de-alloc... | Darron Broad | 2008-11-11 | 1 | -13/+15 |
* | V4L/DVB (9496): cx88-blackbird: bugfix: cx88-blackbird-mpeg-users | Frederic CAND | 2008-11-11 | 2 | -2/+7 |
* | V4L/DVB (9495): cx88-blackbird: bugfix: cx88-blackbird-poll-fix | Frederic CAND | 2008-11-11 | 1 | -0/+4 |