summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
* | V4L/DVB (4669): Cx88: autodetect Club3D Zap TV2100 by subsystem id 12ab:2300Michael Krufky2006-10-031-0/+4
* | V4L/DVB (4668): Cx88: rename mpeg capability flags from CX88_BOARD_FOO to CX8...Michael Krufky2006-10-037-47/+47
* | V4L/DVB (4667): Changed cx88_board .dvb and .register to an enum.Steven Toth2006-10-037-45/+59
* | V4L/DVB (4666): Ensure the WM8775 driver is loaded generically for any board.Steven Toth2006-10-033-0/+6
* | V4L/DVB (4665): Add frontend structure callback for bus acquisition.Steven Toth2006-10-032-0/+11
* | V4L/DVB (4664): Pvrusb2: Don't use videodev.h; use v4l2-dev.h in its placeMike Isely2006-10-031-1/+1
* | V4L/DVB (4663): Pvrusb2: Get rid of private global context array brain damageMike Isely2006-10-031-75/+36
* | V4L/DVB (4662): Pvrusb2: Implement VIDIOC_INT_[G|S]_REGISTERMike Isely2006-10-033-0/+54
* | V4L/DVB (4661): Pvrusb2: improve 24XXX config option descriptionMike Isely2006-10-031-9/+4
* | V4L/DVB (4660): Some cleanups at helper chips menuMauro Carvalho Chehab2006-10-031-64/+66
* | V4L/DVB (4658): Another fix because of dvb_attachPatrick Boettcher2006-10-031-1/+1
* | V4L/DVB (4657): Power control of the device for dual boardPatrick Boettcher2006-10-032-3/+10
* | V4L/DVB (4656): Fixed dvb_attach for dib3000mc in dibusbPatrick Boettcher2006-10-031-2/+2
* | V4L/DVB (4655): Removed compilation warningsPatrick Boettcher2006-10-032-2/+4
* | V4L/DVB (4654): Added module parameter force_lna_activationPatrick Boettcher2006-10-031-1/+9
* | V4L/DVB (4654a): dib700m is not yet ready. Patrick Boettcher2006-10-031-1/+0
* | V4L/DVB (4653): Misc fixes for Nova-T 500Patrick Boettcher2006-10-034-7/+10
* | V4L/DVB (4652): Misc fixes for DiB3000MC and Nova-T 500Patrick Boettcher2006-10-032-48/+35
* | V4L/DVB (4651): Adding another USB product ID for Nova-T 500Patrick Boettcher2006-10-032-3/+5
* | V4L/DVB (4650): Misc fixes for dib0700 downloadPatrick Boettcher2006-10-034-7/+5
* | V4L/DVB (4649): Merged VP702x support to dvb-usb multi inputPatrick Boettcher2006-10-035-72/+149
* | V4L/DVB (4648): Hauppauge Nova-T 500 support addedPatrick Boettcher2006-10-038-27/+54
* | V4L/DVB (4647): Added module for DiB0700 based devicesPatrick Boettcher2006-10-034-0/+526
* | V4L/DVB (4646): Misc. changes, DiB3000MC, MT2060Patrick Boettcher2006-10-0311-132/+100
* | V4L/DVB (4645): Added new file for multiple input rewritePatrick Boettcher2006-10-031-0/+242
* | V4L/DVB (4644): Multi-input fix for dtt200uPatrick Boettcher2006-10-031-1/+1
* | V4L/DVB (4643): Multi-input patch for DVB-USB devicePatrick Boettcher2006-10-0323-1005/+1017
|/
* Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2006-10-032-32/+78
|\
| * [ARM] 3848/1: pxafb: Add option of fixing video modes and spitz QVGA mode sup...Richard Purdie2006-10-022-32/+78
* | Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-serialLinus Torvalds2006-10-039-103/+268
|\ \
| * | [SERIAL] add PNP IDs for FPI based touchscreensMatthew Garrett2006-10-011-0/+13
| * | [SERIAL] tickle NMI watchdog on serial output.Dave Jones2006-10-011-2/+3
| * | [SERIAL] Fix oops when removing suspended serial portRussell King2006-10-011-2/+7
| * | [SERIAL] Fix resume handling bugRussell King2006-10-011-8/+6
| * | [SERIAL] Remove wrong asm/serial.h inclusionsRussell King2006-10-012-2/+0
| * | [SERIAL] CONFIG_PM=n slim: drivers/serial/8250_pci.cAlexey Dobriyan2006-10-011-0/+4
| * | [SERIAL] OMAP1510 serial fix for 115200 baudJonathan McDowell2006-10-011-0/+11
| * | [SERIAL] returning proper error from serial core driverRam Gupta2006-10-011-0/+1
| * | [SERIAL] Make uart_line_info() correctly tell MMIO from I/O portSergei Shtylyov2006-10-011-4/+4
| * | [SERIAL] suspend/resume handlers don't have level arg anymoreSergei Shtylyov2006-10-012-4/+0
| * | [SERIAL] 8250 resourse management fixesSergei Shtylyov2006-10-011-9/+8
| * | [SERIAL] serial_cs: Add quirk for brainboxes 2-port RS232 cardRussell King2006-10-011-0/+20
| * | [SERIAL] serial_cs: handle Nokia multi->single port bodge via config quirkRussell King2006-10-011-5/+17
| * | [SERIAL] serial_cs: add configuration quirkRussell King2006-10-011-5/+34
| * | [SERIAL] serial_cs: Convert Oxford 950 / Possio GCC wakeup quirkRussell King2006-10-011-37/+63
| * | [SERIAL] serial_cs: convert IBM post-init handling to a quirkRussell King2006-10-011-34/+56
| * | [SERIAL] serial_cs: allow wildcarded quirksRussell King2006-10-011-4/+7
| * | [SERIAL] serial_cs: convert multi-port table to quirk tableRussell King2006-10-011-13/+42
| * | [SERIAL] serial_cs: Use clean up multiport card detectionRussell King2006-10-011-6/+5
| * | [SERIAL] Remove m32r_sio dependency on asm/serial.hRussell King2006-10-011-3/+2
OpenPOWER on IntegriCloud