Giter Site home page Giter Site logo

udraw's Introduction

THQ uDraw Game Tablet for PS3 Linux driver

This repository was used for driver development when the driver was still out-of-tree. The repository is however still updated with the latest upstream patches, to make it easier to experiment and review changes.

New features, and bug reports should be made using the usual kernel development process, through the linux-input@ mailing-list.

The code is under the same license as the Linux kernel itself. See COPYING file for details.

Installation

After compiling with make and make install (the latter as root or through sudo), you'll need to create a few files to load the driver correctly.

Create a /etc/udev/load_hid_udraw.sh file with the content:

#!/bin/bash
DRIVER=$1
DEVICE=$2
HID_DRV_PATH=/sys/bus/hid/drivers
/sbin/modprobe hid_udraw_ps3_standalone
echo ${DEVICE} > ${HID_DRV_PATH}/hid-generic/unbind
echo ${DEVICE} > ${HID_DRV_PATH}/hid-udraw-ps3/bind

Create a /etc/udev/rules.d/80-udraw.rules file with the content:

DRIVER=="hid-generic", ENV{MODALIAS}=="hid:b0003g*v000020D6p0000CB17", RUN+="/bin/sh /etc/udev/load_hid_udraw.sh hid-generic %k"

After a reboot, the driver should be loaded automatically when the dongle gets plugged in.

udraw's People

Contributors

hadess avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

Forkers

skudi

udraw's Issues

Make install issue with latest stable Ubuntu LTS 16.04

root@valentin-HP-Laptop-15-bs0xx:/home/valentin/Documentos/udraw-sysdriver# make install
make -C /lib/modules/4.13.0-38-generic/build SUBDIRS=/home/valentin/Documentos/udraw-sysdriver modules_install
make[1]: se entra en el directorio '/usr/src/linux-headers-4.13.0-38-generic'
  INSTALL /home/valentin/Documentos/udraw-sysdriver/hid_udraw_ps3_standalone.ko
At main.c:160:
- SSL error:02001002:system library:fopen:No such file or directory: bss_file.c:175
- SSL error:2006D080:BIO routines:BIO_new_file:no such file: bss_file.c:178
sign-file: certs/signing_key.pem: No such file or directory
  DEPMOD  4.13.0-38-generic
make[1]: se sale del directorio '/usr/src/linux-headers-4.13.0-38-generic'

So, this is stopping me from installing the driver since it seems to not find bss_file.c and certs/signing_key.pem

I wanted to ask if this is an issue with the driver.

No issue: Just thanks

Just now got around to using my uDraw tablet again and noticed you got upstream support added back in November. Just wanted to say a big thanks for making this work wonderfully out of the box without any configuration!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.