<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in Makefile</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>88da1743 - can: usb: f81604: add Fintek F81604 support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/can/usb/Makefile#88da1743</link>
        <description>can: usb: f81604: add Fintek F81604 supportThis patch adds support for Fintek USB to 2CAN controller.Changelog:v7: https://lore.kernel.org/all/20230509073821.25289-1-peter_hong@fintek.com.tw  1. Fix consistency of coding style for &quot;break&quot; in f81604_register_urbs().  2. Remove goto statement in f81604_open().v6: https://lore.kernel.org/all/20230505022317.22417-1-peter_hong@fintek.com.tw  1. Remove non-used define and change constant mask to GENMASK().  2. Move some variables declaration from function start to block start.  3. Move some variables initization into declaration.  4. Change variable &quot;id&quot; in f81604_start_xmit() only for CAN ID usage.v5: https://lore.kernel.org/all/20230420024403.13830-1-peter_hong@fintek.com.tw  1. Change all u8 *buff to struct f81604_int_data/f81604_can_frame.  2. Change all netdev-&gt;dev_id to netdev-&gt;dev_port.  3. Remove over design for f81604_process_rx_packet(). This device only     report a frame at once, so the f81604_process_rx_packet() are reduced     to process 1 frame.v4: https://lore.kernel.org/all/20230413084253.1524-1-peter_hong@fintek.com.tw  1. Remove f81604_prepare_urbs/f81604_remove_urbs() and alloc URB/buffer     dynamically in f81604_register_urbs(), using &quot;urbs_anchor&quot; for manage     all rx/int URBs.  2. Add F81604 to MAINTAINERS list.  3. Change handle_clear_reg_work/handle_clear_overrun_work to single     clear_reg_work and using bitwise &quot;clear_flags&quot; to record it.  4. Move __f81604_set_termination in front of f81604_probe() to avoid     rarely racing condition.  5. Add __aligned to struct f81604_int_data / f81604_sff / f81604_eff.  6. Add aligned operations in f81604_start_xmit/f81604_process_rx_packet().  7. Change lots of CANBUS functions first parameter from struct usb_device*     to struct f81604_port_priv *priv. But remain f81604_write / f81604_read     / f81604_update_bits() as struct usb_device* for     __f81604_set_termination() in probe() stage.  8. Simplify f81604_read_int_callback() and separate into     f81604_handle_tx / f81604_handle_can_bus_errors() functions.v3: https://lore.kernel.org/all/20230327051048.11589-1-peter_hong@fintek.com.tw  1. Change CAN clock to using MEGA units.  2. Remove USB set/get retry, only remain SJA1000 reset/operation retry.  3. Fix all numberic constant to define.  4. Add terminator control. (only 0 &amp; 120 ohm)  5. Using struct data to represent INT/TX/RX endpoints data instead byte     arrays.  6. Error message reports changed from %d to %pe for mnemotechnic values.  7. Some bit operations are changed to FIELD_PREP().  8. Separate TX functions from f81604_read_int_callback().  9. cf-&gt;can_id |= CAN_ERR_CNT in f81604_read_int_callback to report valid     TX/RX error counts.  10. Move f81604_prepare_urbs/f81604_remove_urbs() from CAN open/close() to      USB probe/disconnect().  11. coding style refactoring.v2: https://lore.kernel.org/all/20230321081152.26510-1-peter_hong@fintek.com.tw  1. coding style refactoring.  2. some const number are defined to describe itself.  3. fix wrong usage for can_get_echo_skb() in f81604_write_bulk_callback().v1: https://lore.kernel.org/all/20230317093352.3979-1-peter_hong@fintek.com.twSigned-off-by: Ji-Ze Hong (Peter Hong) &lt;peter_hong@fintek.com.tw&gt;Reviewed-by: Vincent Mailhol &lt;mailhol.vincent@wanadoo.fr&gt;Link: https://lore.kernel.org/all/20230509073821.25289-1-peter_hong@fintek.com.tw[mkl: add changelog, fix printf format]Signed-off-by: Marc Kleine-Budde &lt;mkl@pengutronix.de&gt;

            List of files:
            /linux-6.15/drivers/net/can/usb/Makefile</description>
        <pubDate>Tue, 09 May 2023 07:38:21 +0000</pubDate>
        <dc:creator>Ji-Ze Hong &lt;peter_hong@fintek.com.tw&gt;</dc:creator>
    </item>
<item>
        <title>5e910bde - can/esd_usb2: Rename esd_usb2.c to esd_usb.c</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/can/usb/Makefile#5e910bde</link>
        <description>can/esd_usb2: Rename esd_usb2.c to esd_usb.cAs suggested by Vincent, renaming of esd_usb2.c to esd_usb.cand according to that, adaption of Kconfig and Makfile, too.Link: https://lore.kernel.org/all/20220624190517.2299701-2-frank.jungclaus@esd.euSigned-off-by: Frank Jungclaus &lt;frank.jungclaus@esd.eu&gt;Signed-off-by: Marc Kleine-Budde &lt;mkl@pengutronix.de&gt;

            List of files:
            /linux-6.15/drivers/net/can/usb/Makefile</description>
        <pubDate>Fri, 24 Jun 2022 19:05:15 +0000</pubDate>
        <dc:creator>Frank Jungclaus &lt;frank.jungclaus@esd.eu&gt;</dc:creator>
    </item>
<item>
        <title>85372578 - can: etas_es58x: add core support for ETAS ES58X CAN USB interfaces</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/can/usb/Makefile#85372578</link>
        <description>can: etas_es58x: add core support for ETAS ES58X CAN USB interfacesThis patch adds the core support for various USB CAN interfaces fromETAS GmbH (https://www.etas.com/en/products/es58x.php). The nextpatches add the glue code drivers for the individual interfaces.Link: https://lore.kernel.org/r/20210410095948.233305-2-mailhol.vincent@wanadoo.frCo-developed-by: Arunachalam Santhanam &lt;arunachalam.santhanam@in.bosch.com&gt;Signed-off-by: Arunachalam Santhanam &lt;arunachalam.santhanam@in.bosch.com&gt;Signed-off-by: Vincent Mailhol &lt;mailhol.vincent@wanadoo.fr&gt;Signed-off-by: Marc Kleine-Budde &lt;mkl@pengutronix.de&gt;

            List of files:
            /linux-6.15/drivers/net/can/usb/Makefile</description>
        <pubDate>Sat, 10 Apr 2021 09:59:46 +0000</pubDate>
        <dc:creator>Vincent Mailhol &lt;mailhol.vincent@wanadoo.fr&gt;</dc:creator>
    </item>
<item>
        <title>7259124e - can: kvaser_usb: Split driver into kvaser_usb_core.c and kvaser_usb_leaf.c</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/can/usb/Makefile#7259124e</link>
        <description>can: kvaser_usb: Split driver into kvaser_usb_core.c and kvaser_usb_leaf.cFirst part of adding support for Kvaser USB device family &quot;hydra&quot;.Split kvaser_usb.c into kvaser_usb/kvaser_usb{.h,_core.c,_leaf.c}.kvaser_usb_core.c contains common functionality, such as USBwriting/reading and allocation of netdev.kvaser_usb_leaf.c contains device specific code, used inkvaser_usb_core.c.struct kvaser_usb_dev_ops contains device specific functions that arecommon for all devices in the family. While, struct kvaser_usb_dev_cfgdescribes the device configurations in terms of CAN clock frequency,timestamp frequency and CAN controller bittiming constants.Signed-off-by: Jimmy Assarsson &lt;extja@kvaser.com&gt;Signed-off-by: Marc Kleine-Budde &lt;mkl@pengutronix.de&gt;

            List of files:
            /linux-6.15/drivers/net/can/usb/Makefile</description>
        <pubDate>Wed, 18 Jul 2018 21:29:28 +0000</pubDate>
        <dc:creator>Jimmy Assarsson &lt;extja@kvaser.com&gt;</dc:creator>
    </item>
<item>
        <title>9f2d3eae - can: ucan: add driver for Theobroma Systems UCAN devices</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/can/usb/Makefile#9f2d3eae</link>
        <description>can: ucan: add driver for Theobroma Systems UCAN devicesThe UCAN driver supports the microcontroller-based USB/CANadapters from Theobroma Systems. There are two form-factorsthat run essentially the same firmware:* Seal: standalone USB stick ( https://www.theobroma-systems.com/seal )* Mule: integrated on the PCB of various System-on-Modules from  Theobroma Systems like the A31-&#181;Q7 and the RK3399-Q7  ( https://www.theobroma-systems.com/rk3399-q7 )The USB wire protocol has been designed to be as generic andhardware-indendent as possible in the hope of being useful forimplementation on other microcontrollers.Signed-off-by: Martin Elshuber &lt;martin.elshuber@theobroma-systems.com&gt;Signed-off-by: Jakob Unterwurzacher &lt;jakob.unterwurzacher@theobroma-systems.com&gt;Signed-off-by: Philipp Tomsich &lt;philipp.tomsich@theobroma-systems.com&gt;Acked-by: Wolfgang Grandegger &lt;wg@grandegger.com&gt;Signed-off-by: Marc Kleine-Budde &lt;mkl@pengutronix.de&gt;

            List of files:
            /linux-6.15/drivers/net/can/usb/Makefile</description>
        <pubDate>Wed, 11 Apr 2018 16:06:42 +0000</pubDate>
        <dc:creator>Jakob Unterwurzacher &lt;jakob.unterwurzacher@theobroma-systems.com&gt;</dc:creator>
    </item>
<item>
        <title>ffbdd917 - can: usb: Kconfig/Makefile: sort alphabetically</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/can/usb/Makefile#ffbdd917</link>
        <description>can: usb: Kconfig/Makefile: sort alphabeticallyThis patch sorts the entries in the Kconfig and Makefile alphabetically,so that further contributors can generate patches more easily.Signed-off-by: Marc Kleine-Budde &lt;mkl@pengutronix.de&gt;

            List of files:
            /linux-6.15/drivers/net/can/usb/Makefile</description>
        <pubDate>Wed, 25 Apr 2018 15:42:00 +0000</pubDate>
        <dc:creator>Marc Kleine-Budde &lt;mkl@pengutronix.de&gt;</dc:creator>
    </item>
<item>
        <title>b2441318 - License cleanup: add SPDX GPL-2.0 license identifier to files with no license</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/can/usb/Makefile#b2441318</link>
        <description>License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseMany source files in the tree are missing licensing information, whichmakes it harder for compliance tools to determine the correct license.By default all files without license information are under the defaultlicense of the kernel, which is GPL version 2.Update the files which contain no license information with the &apos;GPL-2.0&apos;SPDX license identifier.  The SPDX identifier is a legally bindingshorthand, which can be used instead of the full boiler plate text.This patch is based on work done by Thomas Gleixner and Kate Stewart andPhilippe Ombredanne.How this work was done:Patches were generated and checked against linux-4.14-rc6 for a subset ofthe use cases: - file had no licensing information it it. - file was a */uapi/* one with no licensing information in it, - file was a */uapi/* one with existing licensing information,Further patches will be generated in subsequent months to fix up caseswhere non-standard license headers were used, and references to licensehad to be inferred by heuristics based on keywords.The analysis to determine which SPDX License Identifier to be applied toa file was done in a spreadsheet of side by side results from of theoutput of two independent scanners (ScanCode &amp; Windriver) producing SPDXtag:value files created by Philippe Ombredanne.  Philippe prepared thebase worksheet, and did an initial spot review of a few 1000 files.The 4.13 kernel was the starting point of the analysis with 60,537 filesassessed.  Kate Stewart did a file by file comparison of the scannerresults in the spreadsheet to determine which SPDX license identifier(s)to be applied to the file. She confirmed any determination that was notimmediately clear with lawyers working with the Linux Foundation.Criteria used to select files for SPDX license identifier tagging was: - Files considered eligible had to be source code files. - Make and config files were included as candidates if they contained &gt;5   lines of source - File already had some variant of a license header in it (even if &lt;5   lines).All documentation files were explicitly excluded.The following heuristics were used to determine which SPDX licenseidentifiers to apply. - when both scanners couldn&apos;t find any license traces, file was   considered to have no license information in it, and the top level   COPYING file license applied.   For non */uapi/* files that summary was:   SPDX license identifier                            # files   ---------------------------------------------------|-------   GPL-2.0                                              11139   and resulted in the first patch in this series.   If that file was a */uapi/* path one, it was &quot;GPL-2.0 WITH   Linux-syscall-note&quot; otherwise it was &quot;GPL-2.0&quot;.  Results of that was:   SPDX license identifier                            # files   ---------------------------------------------------|-------   GPL-2.0 WITH Linux-syscall-note                        930   and resulted in the second patch in this series. - if a file had some form of licensing information in it, and was one   of the */uapi/* ones, it was denoted with the Linux-syscall-note if   any GPL family license was found in the file or had no licensing in   it (per prior point).  Results summary:   SPDX license identifier                            # files   ---------------------------------------------------|------   GPL-2.0 WITH Linux-syscall-note                       270   GPL-2.0+ WITH Linux-syscall-note                      169   ((GPL-2.0 WITH Linux-syscall-note) OR BSD-2-Clause)    21   ((GPL-2.0 WITH Linux-syscall-note) OR BSD-3-Clause)    17   LGPL-2.1+ WITH Linux-syscall-note                      15   GPL-1.0+ WITH Linux-syscall-note                       14   ((GPL-2.0+ WITH Linux-syscall-note) OR BSD-3-Clause)    5   LGPL-2.0+ WITH Linux-syscall-note                       4   LGPL-2.1 WITH Linux-syscall-note                        3   ((GPL-2.0 WITH Linux-syscall-note) OR MIT)              3   ((GPL-2.0 WITH Linux-syscall-note) AND MIT)             1   and that resulted in the third patch in this series. - when the two scanners agreed on the detected license(s), that became   the concluded license(s). - when there was disagreement between the two scanners (one detected a   license but the other didn&apos;t, or they both detected different   licenses) a manual inspection of the file occurred. - In most cases a manual inspection of the information in the file   resulted in a clear resolution of the license that should apply (and   which scanner probably needed to revisit its heuristics). - When it was not immediately clear, the license identifier was   confirmed with lawyers working with the Linux Foundation. - If there was any question as to the appropriate license identifier,   the file was flagged for further research and to be revisited later   in time.In total, over 70 hours of logged manual review was done on thespreadsheet to determine the SPDX license identifiers to apply to thesource files by Kate, Philippe, Thomas and, in some cases, confirmationby lawyers working with the Linux Foundation.Kate also obtained a third independent scan of the 4.13 code base fromFOSSology, and compared selected files where the other two scannersdisagreed against that SPDX file, to see if there was new insights.  TheWindriver scanner is based on an older version of FOSSology in part, sothey are related.Thomas did random spot checks in about 500 files from the spreadsheetsfor the uapi headers and agreed with SPDX license identifier in thefiles he inspected. For the non-uapi files Thomas did random spot checksin about 15000 files.In initial set of patches against 4.14-rc6, 3 files were found to havecopy/paste license identifier errors, and have been fixed to reflect thecorrect identifier.Additionally Philippe spent 10 hours this week doing a detailed manualinspection and review of the 12,461 patched files from the initial patchversion early this week with: - a full scancode scan run, collecting the matched texts, detected   license ids and scores - reviewing anything where there was a license detected (about 500+   files) to ensure that the applied SPDX license was correct - reviewing anything where there was no detection but the patch license   was not GPL-2.0 WITH Linux-syscall-note to ensure that the applied   SPDX license was correctThis produced a worksheet with 20 files needing minor correction.  Thisworksheet was then exported into 3 different .csv files for thedifferent types of files to be modified.These .csv files were then reviewed by Greg.  Thomas wrote a script toparse the csv files and add the proper SPDX tag to the file, in theformat that the file expected.  This script was further refined by Gregbased on the output to detect more types of files automatically and todistinguish between header and source .c files (which need differentcomment types.)  Finally Greg ran the script using the .csv files togenerate the patches.Reviewed-by: Kate Stewart &lt;kstewart@linuxfoundation.org&gt;Reviewed-by: Philippe Ombredanne &lt;pombredanne@nexb.com&gt;Reviewed-by: Thomas Gleixner &lt;tglx@linutronix.de&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/net/can/usb/Makefile</description>
        <pubDate>Wed, 01 Nov 2017 14:07:57 +0000</pubDate>
        <dc:creator>Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;</dc:creator>
    </item>
<item>
        <title>51f3baad - can: mcba_usb: Add support for Microchip CAN BUS Analyzer</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/can/usb/Makefile#51f3baad</link>
        <description>can: mcba_usb: Add support for Microchip CAN BUS AnalyzerSocketCAN driver for Microchip CAN BUS Analyzer(http://www.microchip.com/development-tools/)Changes in v4:- possible memory leak fixed in mcba_usb_write_bulk_callback- LED support added- failure handling in mcba_usb_probe improved- C99 initializers for structs on stackChanges in v3:- improved/simplified CAN ID conversion- functions for transmission of skb and cmd separated- fixed/improved netif_stop_queue handling- style/cosmetic correctionsChanges in v2:- Termination handling reimplemented to fit new netlink API(IFLA_CAN_TERMINATION)- Bitrate handling reimplemented to fit new netlink API(IFLA_CAN_BITRATE)- CAN ID conversion refactored (changed from macro to inline functions)- CAN DLC handling using get_can_dlc()- Endianness handling for can_speed introduced- Debugging removed- Redundant error prints removed- Style/cosmetic corrections (i.e. macro names, redefs, inits etc.)Signed-off-by: Remigiusz Ko&#322;&#322;&#261;taj &lt;remigiusz.kollataj@mobica.com&gt;Signed-off-by: Marc Kleine-Budde &lt;mkl@pengutronix.de&gt;

            List of files:
            /linux-6.15/drivers/net/can/usb/Makefile</description>
        <pubDate>Fri, 14 Apr 2017 18:32:28 +0000</pubDate>
        <dc:creator>Remigiusz Ko&#322;&#322;&#261;taj &lt;remigiusz.kollataj@mobica.com&gt;</dc:creator>
    </item>
<item>
        <title>4ade6feb - net: can: use kbuild magic to inherit debug settings</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/can/usb/Makefile#4ade6feb</link>
        <description>net: can: use kbuild magic to inherit debug settingsNo need to manually copy debug settings into subdir Makefiles. kbuildhas a mechanism for inheriting, so let&apos;s use it.Signed-off-by: Wolfram Sang &lt;wsa@the-dreams.de&gt;Signed-off-by: Marc Kleine-Budde &lt;mkl@pengutronix.de&gt;

            List of files:
            /linux-6.15/drivers/net/can/usb/Makefile</description>
        <pubDate>Sun, 17 Aug 2014 22:38:24 +0000</pubDate>
        <dc:creator>Wolfram Sang &lt;wsa@the-dreams.de&gt;</dc:creator>
    </item>
<item>
        <title>d08e973a - can: gs_usb: Added support for the GS_USB CAN devices</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/can/usb/Makefile#d08e973a</link>
        <description>can: gs_usb: Added support for the GS_USB CAN devicesThe Geschwister Schneider Family of devices are galvanically isolated USB2.0 toCAN2.0A/B adapters. Currently two form factors are available, a tethered donglein a rugged enclosure, and mini-pci-e card.Signed-off-by: Maximilian Schneider &lt;max@schneidersoft.net&gt;Acked-by: Wolfgang Grandegger &lt;wg@grandegger.com&gt;Signed-off-by: Marc Kleine-Budde &lt;mkl@pengutronix.de&gt;

            List of files:
            /linux-6.15/drivers/net/can/usb/Makefile</description>
        <pubDate>Tue, 24 Dec 2013 19:29:45 +0000</pubDate>
        <dc:creator>Maximilian Schneider &lt;max@schneidersoft.net&gt;</dc:creator>
    </item>
<item>
        <title>0024d8ad - can: usb_8dev: Add support for USB2CAN interface from 8 devices</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/can/usb/Makefile#0024d8ad</link>
        <description>can: usb_8dev: Add support for USB2CAN interface from 8 devicesAdd device driver for USB2CAN interface from &quot;8 devices&quot; (http://www.8devices.com).changes since v10:* small cleanupschanges since v9:* fixed syslog messages* fixed crc error number* increased MAX_RX_URBS and MAX_TX_URBSchanges since v8:* remove all sysfs fileschanges since v7:* add sysfs documentation* fix minor styling issue* fixed can state for passive mode* changed handling for crc errorschanges since v6:* changed some variable types to big endian equivalent* small cleanupschanges since v5:* unlock mutex on errorchanges since v4:* removed FSF address* renamed struct usb_8dev* removed unused variable free_slots* replaced some _to_cpu functions with pointer equivalent* fix return value for usb_8dev_set_mode* handle can errors with separate function* fix overrun error handling* rewrite error handling for usb_8dev_start_xmit* fix urb submit in usb_8dev_start* various small fixesAcked-by: Wolfgang Grandegger &lt;wg@grandegger.com&gt;Tested-by: Oliver Hartkopp &lt;socketcan@hartkopp.net&gt;Signed-off-by: Bernd Krumboeck &lt;krumboeck@universalnet.at&gt;Signed-off-by: Marc Kleine-Budde &lt;mkl@pengutronix.de&gt;

            List of files:
            /linux-6.15/drivers/net/can/usb/Makefile</description>
        <pubDate>Sat, 19 Jan 2013 06:30:45 +0000</pubDate>
        <dc:creator>Bernd Krumboeck &lt;b.krumboeck@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>080f40a6 - can: kvaser_usb: Add support for Kvaser CAN/USB devices</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/can/usb/Makefile#080f40a6</link>
        <description>can: kvaser_usb: Add support for Kvaser CAN/USB devicesThis driver provides support for several Kvaser CAN/USB devices.Such kind of devices supports up to three CAN network interfaces.It has been tested with a Kvaser USB Leaf Light (one network interface)connected to a pch_can interface.The firmware version of the Kvaser device was 2.5.205.List of Kvaser devices supported by the driver:  - Kvaser Leaf Light  - Kvaser Leaf Professional HS  - Kvaser Leaf SemiPro HS  - Kvaser Leaf Professional LS  - Kvaser Leaf Professional SWC  - Kvaser Leaf Professional LIN  - Kvaser Leaf SemiPro LS  - Kvaser Leaf SemiPro SWC  - Kvaser Memorator II HS/HS  - Kvaser USBcan Professional HS/HS  - Kvaser Leaf Light GI  - Kvaser Leaf Professional HS (OBD-II connector)  - Kvaser Memorator Professional HS/LS  - Kvaser Leaf Light &quot;China&quot;  - Kvaser BlackBird SemiPro  - Kvaser USBcan RSigned-off-by: Daniel Berglund &lt;db@kvaser.com&gt;Signed-off-by: Olivier Sobrie &lt;olivier@sobrie.be&gt;Signed-off-by: Marc Kleine-Budde &lt;mkl@pengutronix.de&gt;

            List of files:
            /linux-6.15/drivers/net/can/usb/Makefile</description>
        <pubDate>Wed, 21 Nov 2012 07:11:13 +0000</pubDate>
        <dc:creator>Olivier Sobrie &lt;olivier@sobrie.be&gt;</dc:creator>
    </item>
<item>
        <title>bb478555 - can: usb: PEAK-System Technik USB adapters driver core</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/can/usb/Makefile#bb478555</link>
        <description>can: usb: PEAK-System Technik USB adapters driver coreThis patch adds the core of the peak_usb driver which handles PEAK-SystemTechnik PCAN USB adapters. It defines the parts which are common to thePCAN-USB adapters: can network interfaces management, network-to/from-usbdata path interface, timestamps management...Tested-by: Oliver Hartkopp &lt;socketcan@hartkopp.net&gt;Acked-by: Wolfgang Grandegger &lt;wg@grandegger.com&gt;Signed-off-by: Stephane Grosjean &lt;s.grosjean@peak-system.com&gt;Signed-off-by: Marc Kleine-Budde &lt;mkl@pengutronix.de&gt;

            List of files:
            /linux-6.15/drivers/net/can/usb/Makefile</description>
        <pubDate>Fri, 02 Mar 2012 15:13:04 +0000</pubDate>
        <dc:creator>Stephane Grosjean &lt;s.grosjean@peak-system.com&gt;</dc:creator>
    </item>
<item>
        <title>96d8e903 - can: Add driver for esd CAN-USB/2 device</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/can/usb/Makefile#96d8e903</link>
        <description>can: Add driver for esd CAN-USB/2 deviceThis patch adds a driver for esd&apos;s USB high speedCAN interface. The driver supports devices withmultiple CAN interfaces.Signed-off-by: Matthias Fuchs &lt;matthias.fuchs@esd.eu&gt;Acked-by: Wolfgang Grandegger &lt;wg@grandegger.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/can/usb/Makefile</description>
        <pubDate>Tue, 03 Aug 2010 02:55:23 +0000</pubDate>
        <dc:creator>Matthias Fuchs &lt;matthias.fuchs@esd.eu&gt;</dc:creator>
    </item>
<item>
        <title>b93cf3f0 - can: Fix driver Kconfig structure</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/can/usb/Makefile#b93cf3f0</link>
        <description>can: Fix driver Kconfig structureIn 2.6.32-rc the new EMS USB CAN driver was contributed and added the Kconfigentry right behind an entry of the same *vendor*. This teared the SJA1000based driver selection into pieces.This fix cleans up the 2.6.32-rc Kconfig files for the CAN drivers and movesthe SJA1000 and USB Kconfig portions into the belonging directories.As there are many new CAN drivers in the queue getting this cleanup into2.6.32-rc would massively reduce the problems for the upcoming drivers.Thanks,OliverSigned-off-by: Oliver Hartkopp &lt;oliver@hartkopp.net&gt;Signed-off-by: Wolfgang Grandegger &lt;wg@grandegger.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/can/usb/Makefile</description>
        <pubDate>Thu, 12 Nov 2009 01:35:01 +0000</pubDate>
        <dc:creator>Oliver Hartkopp &lt;oliver@hartkopp.net&gt;</dc:creator>
    </item>
<item>
        <title>702171ad - ems_usb: Added support for EMS CPC-USB/ARM7 CAN/USB interface</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/can/usb/Makefile#702171ad</link>
        <description>ems_usb: Added support for EMS CPC-USB/ARM7 CAN/USB interfaceThis patch adds support for one channel CAN/USB interace CPC-USB/ARM7 fromEMS Dr. Thomas Wuensche (http://www.ems-wuensche.com).Signed-off-by: Sebastian Haas &lt;haas@ems-wuensche.com&gt;Signed-off-by: Wolfgang Grandegger &lt;wg@grandegger.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/can/usb/Makefile</description>
        <pubDate>Wed, 16 Sep 2009 02:04:20 +0000</pubDate>
        <dc:creator>Sebastian Haas &lt;haas@ems-wuensche.com&gt;</dc:creator>
    </item>
</channel>
</rss>
