summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
* V4L/DVB (12227): gspca - pac7311: Webcam 093a:2629 added.Jean-Francois Moine2009-09-121-0/+1
* V4L/DVB (12226): gspca - spca508: Extend the write_vector routine.Jean-Francois Moine2009-09-121-4/+55
* V4L/DVB (12218): radio-si470x: conform to the RDS spec.Hans Verkuil2009-09-121-2/+7
* V4L/DVB (12217): radio-cadet: conform to the RDS spec.Hans Verkuil2009-09-121-2/+4
* V4L/DVB (12216): saa7134: set RDS capability if applicable.Hans Verkuil2009-09-123-1/+6
* V4L/DVB (12215): saa6588: conform to the final RDS spec.Hans Verkuil2009-09-121-13/+47
* V4L/DVB (12214): bttv: set RDS capability if applicable.Hans Verkuil2009-09-121-0/+2
* V4L/DVB (12210): ivtv: Fix automatic detection of AVerMedia UltraTV 1500MCE.Andy Walls2009-09-121-0/+1
* V4L/DVB (12209): ivtv: Add card entry for AVerMedia UltraTV 1500 MCE (M113 va...Andy Walls2009-09-123-1/+47
* V4L/DVB (12207): cx18: Add an EEPROM dump routine for the Yuan MPC718 and fut...Andy Walls2009-09-122-3/+40
* V4L/DVB (12204): bttv and meye: Use PCI_VDEVICEJoe Perches2009-09-122-10/+5
* V4L/DVB (12200): mt312: Fix checkpatch warningsMatthias Schwarzott2009-09-122-4/+5
* V4L/DVB (12199): remove redundant tests on unsignedRoel Kluin2009-09-123-3/+3
* V4L/DVB (12198): ivtv-driver.c: Remove unnecessary semicolonsJoe Perches2009-09-121-1/+1
* V4L/DVB (12197): Remove unnecessary semicolonsJoe Perches2009-09-127-8/+8
* V4L/DVB (12196): cx18-fileops.c: Remove unnecessary semicolonsJoe Perches2009-09-121-1/+1
* V4L/DVB (12190): em28xx: Add support for Gadmei UTV330+Zhenyu Wang2009-09-121-0/+2
* V4L/DVB (12188): uvcvideo: Set PROBE_MINMAX quirk for Aveo Technology webcamsLaurent Pinchart2009-09-121-1/+2
* V4L/DVB (12187): uvcvideo: Move UVC definitions to linux/usb/video.hLaurent Pinchart2009-09-121-135/+1
* V4L/DVB (12186): uvcvideo: Remove unused Logitech-specific constantsLaurent Pinchart2009-09-121-17/+0
* V4L/DVB (12185): uvcvideo: Prefix all UVC constants with UVC_Laurent Pinchart2009-09-125-292/+307
* V4L/DVB (12184): uvcvideo: Use class-specific descriptor types from usb/ch9.hLaurent Pinchart2009-09-122-9/+2
* V4L/DVB (12168): v4l2-ioctl: avoid flooding log with unasked debug messagesMauro Carvalho Chehab2009-09-121-4/+10
* V4L/DVB (12124): v4l2-ioctl: better output debug messages for VIDIOC_ENUM_FRA...Mauro Carvalho Chehab2009-09-121-6/+11
* V4L/DVB (12147): pwc: remove definitions that are already present at videodev2.hMauro Carvalho Chehab2009-09-121-6/+0
* V4L/DVB (12144): radio-si470x: removed v4l2_queryctrl in favor of v4l2_ctrl_q...Tobias Lorenz2009-09-121-32/+5
* V4L/DVB (12143): radio-si470x: cleanupsTobias Lorenz2009-09-121-9/+3
* V4L/DVB (12142): radio-si470x: Add suport for RDS endpoint interrupt modeTobias Lorenz2009-09-121-158/+192
* Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2009-09-1126-246/+891
|\
| * pata_rz1000: use printk_onceMarcin Slusarz2009-09-111-3/+1
| * ahci: kill @force_restart and refine CLO for ahci_kick_engine()Shane Huang2009-09-111-12/+10
| * pata_cs5535: add pci id for AMD based CS5535 controllersOtavio Salvador2009-09-111-1/+2
| * ahci: Add AMD SB900 SATA/IDE controller device IDsShane Huang2009-09-114-1/+11
| * drivers/ata: use resource_sizeJulia Lawall2009-09-114-7/+7
| * sata_fsl: Defer non-ncq commands when ncq commands activeAshish Kalra2009-09-081-0/+1
| * libata: add SATA PMP revision information for spec 1.2Shane Huang2009-09-081-0/+2
| * libata: fix off-by-one error in ata_tf_read_block()Tejun Heo2009-09-081-1/+7
| * ahci: Gigabyte GA-MA69VM-S2 can't do 64bit DMATejun Heo2009-09-081-0/+16
| * ahci: make ahci_asus_m2a_vm_32bit_only() quirk more genericTejun Heo2009-09-081-24/+29
| * dmi: extend dmi_get_year() to dmi_get_date()Tejun Heo2009-09-083-21/+62
| * dmi: fix date handling in dmi_get_year()Tejun Heo2009-09-081-2/+3
| * libata: unbreak TPM filtering by reorganizing ata_scsi_pass_thru()Tejun Heo2009-09-081-53/+51
| * sata_sis: convert to slave_linkTejun Heo2009-09-081-50/+25
| * sata_sil24: always set protocol override for non-ATAPI data commandsRobert Hancock2009-09-011-0/+11
| * libata: Export AHCI capabilitiesMatthew Garrett2009-09-011-0/+44
| * libata: Delegate nonrot flag setting to SCSIMartin K. Petersen2009-09-011-4/+0
| * [libata] Add pata_rdc driver for RDC ATA devicesAlan Cox2009-09-013-0/+411
| * drivers/ata: Remove unnecessary semicolonsJoe Perches2009-09-012-2/+2
| * libata: remove spindown skipping and warningTejun Heo2009-09-011-51/+0
| * libata: add command name parsing for error outputRobert Hancock2009-09-014-4/+143
OpenPOWER on IntegriCloud