patch-2.4.0-test11 linux/drivers/media/radio/radio-gemtek.c
Next file: linux/drivers/media/radio/radio-maestro.c
Previous file: linux/drivers/media/radio/radio-cadet.c
Back to the patch index
Back to the overall index
- Lines: 24
- Date:
Fri Nov 17 17:56:51 2000
- Orig file:
v2.4.0-test10/linux/drivers/media/radio/radio-gemtek.c
- Orig date:
Mon Mar 13 09:43:36 2000
diff -u --recursive --new-file v2.4.0-test10/linux/drivers/media/radio/radio-gemtek.c linux/drivers/media/radio/radio-gemtek.c
@@ -249,17 +249,12 @@
static struct video_device gemtek_radio=
{
- "GemTek radio",
- VID_TYPE_TUNER,
- VID_HARDWARE_GEMTEK,
- gemtek_open,
- gemtek_close,
- NULL, /* Can't read (no capture ability) */
- NULL, /* Can't write */
- NULL, /* Can't poll */
- gemtek_ioctl,
- NULL,
- NULL
+ name: "GemTek radio",
+ type: VID_TYPE_TUNER,
+ hardware: VID_HARDWARE_GEMTEK,
+ open: gemtek_open,
+ close: gemtek_close,
+ ioctl: gemtek_ioctl,
};
static int __init gemtek_init(void)
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)