From 58ae2cd244f10889a856fe91b59bbb77214dcd52 Mon Sep 17 00:00:00 2001 From: Stefan Dorn Date: Mon, 2 Nov 2015 15:25:02 +0000 Subject: [PATCH] cuter name --- src/lib-other/pjrc/usb_keyboard/usb_keyboard.c | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/src/lib-other/pjrc/usb_keyboard/usb_keyboard.c b/src/lib-other/pjrc/usb_keyboard/usb_keyboard.c index 9ab5c49..43bed83 100644 --- a/src/lib-other/pjrc/usb_keyboard/usb_keyboard.c +++ b/src/lib-other/pjrc/usb_keyboard/usb_keyboard.c @@ -1,17 +1,17 @@ /* USB Keyboard Example for Teensy USB Development Board * http://www.pjrc.com/teensy/usb_keyboard.html * Copyright (c) 2009 PJRC.COM, LLC - * + * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell * copies of the Software, and to permit persons to whom the Software is * furnished to do so, subject to the following conditions: - * + * * The above copyright notice and this permission notice shall be included in * all copies or substantial portions of the Software. - * + * * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE @@ -34,16 +34,16 @@ **************************************************************************/ // You can change these to give your code its own name. -#define STR_MANUFACTURER L"unspecified" // TODO -#define STR_PRODUCT L"ErgoDox ergonomic keyboard" +#define STR_MANUFACTURER L"FalbabeTech" +#define STR_PRODUCT L"ErgoDox ergonomic keyboard" // Mac OS-X and Linux automatically load the correct drivers. On // Windows, even though the driver is supplied by Microsoft, an // INF file is needed to load the driver. These numbers need to // match the INF file. -#define VENDOR_ID 0x1d50 // Openmoko, Inc. -#define PRODUCT_ID 0x6028 // ErgoDox ergonomic keyboard +#define VENDOR_ID 0x1d50 // Openmoko, Inc. +#define PRODUCT_ID 0x6028 // ErgoDox ergonomic keyboard // USB devices are supposed to implment a halt feature, which is @@ -704,4 +704,3 @@ int8_t usb_extra_consumer_send() } return result; } -