redrat3.c (cbecf716ca618fd44feda6bd9a64a8179d031fc5) | redrat3.c (adb08a09230b8e7337dc162815288a189e9ee30f) |
---|---|
1// SPDX-License-Identifier: GPL-2.0-or-later 2/* 3 * USB RedRat3 IR Transceiver rc-core driver 4 * 5 * Copyright (c) 2011 by Jarod Wilson <jarod@redhat.com> 6 * based heavily on the work of Stephen Cox, with additional 7 * help from RedRat Ltd. 8 * | 1// SPDX-License-Identifier: GPL-2.0-or-later 2/* 3 * USB RedRat3 IR Transceiver rc-core driver 4 * 5 * Copyright (c) 2011 by Jarod Wilson <jarod@redhat.com> 6 * based heavily on the work of Stephen Cox, with additional 7 * help from RedRat Ltd. 8 * |
9 * This driver began life based an an old version of the first-generation | 9 * This driver began life based on an old version of the first-generation |
10 * lirc_mceusb driver from the lirc 0.7.2 distribution. It was then 11 * significantly rewritten by Stephen Cox with the aid of RedRat Ltd's 12 * Chris Dodge. 13 * 14 * The driver was then ported to rc-core and significantly rewritten again, 15 * by Jarod, using the in-kernel mceusb driver as a guide, after an initial 16 * port effort was started by Stephen. 17 * --- 1165 unchanged lines hidden --- | 10 * lirc_mceusb driver from the lirc 0.7.2 distribution. It was then 11 * significantly rewritten by Stephen Cox with the aid of RedRat Ltd's 12 * Chris Dodge. 13 * 14 * The driver was then ported to rc-core and significantly rewritten again, 15 * by Jarod, using the in-kernel mceusb driver as a guide, after an initial 16 * port effort was started by Stephen. 17 * --- 1165 unchanged lines hidden --- |