RaspberryPiMouse icon indicating copy to clipboard operation
RaspberryPiMouse copied to clipboard

Raspberry Pi Mouse Device Driver

Results 15 RaspberryPiMouse issues
Sort by recently updated
recently updated
newest added
trafficstars

# What does this implement/fix? # Does this close any currently open issues? # How has this been tested? # Any other comments? # Checklists - [ ] I have...

# What does this implement/fix? - Since the build script for raspbian is obsolete, it was modified. Older scripts assume that the kernel source location is /usr/src/ linux, which is...

Type: Feature

# What does this implement/fix? # Does this close any currently open issues? close #61 # How has this been tested? # Any other comments? # Checklists - [x] I...

# 不具合の概要 5.12より新しいバージョンのカーネルではspi_transferに"delay_usecs" fieldがないため、`rtmouse.c`をそのままビルドしようとするとエラーが出ます # 実行環境 - OS: Raspberry Pi OS (Raspbian GNU/Linux 11 (bullseye)) - ソフトのバージョン: https://github.com/rt-net/RaspberryPiMouse/tree/53066c2c41ba766da563b10c1a7751c0a5d60d4a # 再現方法 1. `./utils/build_install.bash ` を実行する 4. 不具合が発生する # 期待する動作 エラーが出ずにinsmodまで完了する #...

Type: Bug

# Is your feature request related to a problem? Please describe. # Describe the solution you'd like # Describe alternatives you've considered # Additional context

Type: Feature

https://github.com/rt-net/RaspberryPiMouse/tree/master/SampleProgram ディレクトリ内のサンプルが増えてきたのでfomatterとlintの設定を追加する

Type: Feature

/dev/rtlightsensors0みたいな出力で良いかと

Type: Feature

**Describe the bug** `sudo rmmod rtmouse`実行後、`utils/build_install.bash`を実行したが、lightsensorが動かない。 **Expected behavior** `dmseg`でログを見ると、`rtmouse: mcp3204 removed`の後、`rtmouse: mcp3204 probed`のメッセージが出てないので、SPIモジュールの生成に失敗しているように見える。 **Full log** ``` dmesg | grep rtmouse [ 125.082949] rtmouse: loading out-of-tree module taints kernel. [ 125.084309]...

Type: Bug

Add ioctl functions: led,, buzzer, sensor, motor and counter

# 不具合の概要 23年5月にリリースされたRaspberry Pi OSでデバイスドライバのソースビルドに失敗します。 # 実行環境 - OS: Raspberry Pi OS bullseye - ソフトのバージョン: 53066c2c41ba766da563b10c1a7751c0a5d60d4a - Raspberry Pi 4を使用 ```sh $ lsb_release -a No LSB modules are available. Distributor...

Type: Bug