From a1082a831b2f317f6eadd4e9b500c53e0457c94b Mon Sep 17 00:00:00 2001 From: Michael Krufky Date: Mon, 5 Feb 2007 14:24:04 -0500 Subject: Backed out changeset a829a6ca77529b26451610ec6368ceeaa8103ebd From: Chris Rankin Due to usb_to_input_id(), this change was completely unnecessary. These three lines are trying to do exactly what usb_to_input_id() does already. Remove them. Signed-off-by: Chris Rankin Signed-off-by: Michael Krufky --- linux/drivers/media/dvb/dvb-usb/dvb-usb-remote.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'linux') diff --git a/linux/drivers/media/dvb/dvb-usb/dvb-usb-remote.c b/linux/drivers/media/dvb/dvb-usb/dvb-usb-remote.c index 1bee5dfad..1a86adbfa 100644 --- a/linux/drivers/media/dvb/dvb-usb/dvb-usb-remote.c +++ b/linux/drivers/media/dvb/dvb-usb/dvb-usb-remote.c @@ -125,9 +125,6 @@ int dvb_usb_remote_init(struct dvb_usb_device *d) input_dev->keycodemax = KEY_MAX; input_dev->name = "IR-receiver inside an USB DVB receiver"; input_dev->phys = d->rc_phys; - input_dev->id.bustype = BUS_USB; - input_dev->id.vendor = d->udev->descriptor.idVendor; - input_dev->id.product = d->udev->descriptor.idProduct; usb_to_input_id(d->udev, &input_dev->id); #if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,15) input_dev->cdev.dev = &d->udev->dev; -- cgit v1.2.3