{"id":18622396,"url":"https://github.com/hadess/udraw","last_synced_at":"2025-09-06T15:45:50.140Z","repository":{"id":146219940,"uuid":"67726593","full_name":"hadess/udraw","owner":"hadess","description":"THQ uDraw Game Tablet for PS3 Linux driver","archived":false,"fork":false,"pushed_at":"2018-04-21T00:42:01.000Z","size":31,"stargazers_count":8,"open_issues_count":0,"forks_count":1,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-25T08:42:34.770Z","etag":null,"topics":["driver","linux","playstation3","ps3","udraw","udrawtablet"],"latest_commit_sha":null,"homepage":null,"language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hadess.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2016-09-08T17:47:52.000Z","updated_at":"2023-06-30T11:47:33.000Z","dependencies_parsed_at":null,"dependency_job_id":"f3e4e6ed-f3d9-46ea-9676-b1636076cb7f","html_url":"https://github.com/hadess/udraw","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hadess%2Fudraw","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hadess%2Fudraw/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hadess%2Fudraw/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hadess%2Fudraw/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hadess","download_url":"https://codeload.github.com/hadess/udraw/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248335430,"owners_count":21086589,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["driver","linux","playstation3","ps3","udraw","udrawtablet"],"created_at":"2024-11-07T04:16:43.387Z","updated_at":"2025-04-11T03:31:15.168Z","avatar_url":"https://github.com/hadess.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# THQ uDraw Game Tablet for PS3 Linux driver\n\nThis repository was used for driver development when the driver was \nstill out-of-tree. The repository is however still updated with the \nlatest upstream patches, to make it easier to experiment and review\nchanges.\n\nNew features, and bug reports should be made using the usual kernel\ndevelopment process, through the linux-input@ mailing-list.\n\nThe code is under the same license as the Linux kernel itself. See \nCOPYING file for details.\n\n## Installation\n\nAfter compiling with `make` and `make install` (the latter as root or through `sudo`),\nyou'll need to create a few files to load the driver correctly.\n\nCreate a `/etc/udev/load_hid_udraw.sh` file with the content:\n```\n#!/bin/bash\nDRIVER=$1\nDEVICE=$2\nHID_DRV_PATH=/sys/bus/hid/drivers\n/sbin/modprobe hid_udraw_ps3_standalone\necho ${DEVICE} \u003e ${HID_DRV_PATH}/hid-generic/unbind\necho ${DEVICE} \u003e ${HID_DRV_PATH}/hid-udraw-ps3/bind\n```\n\nCreate a `/etc/udev/rules.d/80-udraw.rules` file with the content:\n```\nDRIVER==\"hid-generic\", ENV{MODALIAS}==\"hid:b0003g*v000020D6p0000CB17\", RUN+=\"/bin/sh /etc/udev/load_hid_udraw.sh hid-generic %k\"\n```\n\nAfter a reboot, the driver should be loaded automatically when the dongle gets plugged in.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhadess%2Fudraw","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhadess%2Fudraw","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhadess%2Fudraw/lists"}