From 1f0f798d3837e780d2edd1e11625f8ac4505cff1 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Mon, 12 Oct 2020 22:02:32 +0200 Subject: [PATCH] ++openwrt scripts --- openwrt-add-gps.sh | 5 +++++ openwrt-add-temper.sh | 8 ++++++++ 2 files changed, 13 insertions(+) create mode 100644 openwrt-add-gps.sh create mode 100644 openwrt-add-temper.sh diff --git a/openwrt-add-gps.sh b/openwrt-add-gps.sh new file mode 100644 index 0000000..772e1e8 --- /dev/null +++ b/openwrt-add-gps.sh @@ -0,0 +1,5 @@ +#!/bin/sh + +opkg install kmod-usb-acm + +# ugps? diff --git a/openwrt-add-temper.sh b/openwrt-add-temper.sh new file mode 100644 index 0000000..866f3ee --- /dev/null +++ b/openwrt-add-temper.sh @@ -0,0 +1,8 @@ +#!/bin/sh + +opkg install kmod-usb-hid usbtemper + +exit 0 + +[ 2089.624343] hid-generic 0003:413D:2107.0001: input,hidraw0: USB HID v1.11 Keyboard [HID 413d:2107] on usb-101c0000.ehci-1.2/input0 +[ 2089.826684] hid-generic 0003:413D:2107.0002: hiddev96,hidraw1: USB HID v1.10 Device [HID 413d:2107] on usb-101c0000.ehci-1.2/input1