alistair23-linux/drivers/media/usb/em28xx
Mauro Carvalho Chehab 3aa2b3b9cc [media] em28xx: Add a separate config dir for secondary bus
Prepare to register a separate bus for the second bus.
For now, just add a new field. A latter patch will add the
bits to make it work.
This patch was generated by this script:
perl -e 'while (<>) { if (s/EM2874_I2C_SECONDARY_BUS_SELECT.*\n//) {
	printf "\t\t.def_i2c_bus  = 1,\n"; $found = 1; print $_ } else { if ($found) { s/^\s+// }; $found = 0; print $_; } }' \
drivers/media/usb/em28xx/em28xx-cards.c >a && mv a drivers/media/usb/em28xx/em28xx-cards.c

Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
2013-03-18 18:14:52 -03:00
..
em28xx-audio.c
em28xx-cards.c [media] em28xx: Add a separate config dir for secondary bus 2013-03-18 18:14:52 -03:00
em28xx-core.c [media] em28xx: introduce #defines for the image quality default settings 2013-03-04 14:50:31 -03:00
em28xx-dvb.c [media] em28xx: Prepare to support 2 different I2C buses 2013-03-18 18:14:15 -03:00
em28xx-i2c.c [media] em28xx: Prepare to support 2 different I2C buses 2013-03-18 18:14:15 -03:00
em28xx-input.c [media] em28xx: Prepare to support 2 different I2C buses 2013-03-18 18:14:15 -03:00
em28xx-reg.h [media] em28xx: introduce #defines for the image quality default settings 2013-03-04 14:50:31 -03:00
em28xx-vbi.c [media] em28xx: convert to videobuf2 2013-01-05 01:03:38 -02:00
em28xx-video.c [media] em28xx: bump driver version to 0.2.0 2013-03-04 14:52:50 -03:00
em28xx.h [media] em28xx: Add a separate config dir for secondary bus 2013-03-18 18:14:52 -03:00
Kconfig [media] em28xx: convert to videobuf2 2013-01-05 01:03:38 -02:00
Makefile