Search results

  1. Liboicl

    Release [Alpha] PURE

    Do you mean the vendor and product numbers? #define DRIVER_VENDOR_NUM 0x10C4 #define DRIVER_PRODUCT_NUM 0x82C0 In decimal they are 4292 & 33472, respectively.
  2. Liboicl

    Release [Alpha] PURE

    As I said, I'm not stopping development, but it will be spaced out a lot. I am sure I will find the occasional day off to work on it.
  3. Liboicl

    Release [Alpha] PURE

    I have started back to college. Between full-time college and full-time work, I don't have much free time to work on this. My last release didn't get all the way done, but I have released the source code under GPLv3. I will continue to work on it, but hope others will contribute as well. I have...
  4. Liboicl

    Release [Alpha] PURE

    I have fixed several of the mentioned issues already. I need to do some more quality control and a bit more feature adding. I will likely have the next release out around Tuesday.
  5. Liboicl

    Release [Alpha] PURE

    I meant I wasn't sure on the Windows behavior. Thanks though.
  6. Liboicl

    Release [Alpha] PURE

    Adjustable sensitivity would be possible, but I figured most people would adjust that on the host. The PS3 uses the standard USB HID interface. I don't use XP, but even it should include the generic driver which would work. EDIT: Thinking back to some reading I did about Windows, I think even...
  7. Liboicl

    Release [Alpha] PURE

    Try using jstest-gtk to see if it picks it up. Also post the output of dmesg after you try to use it. I have thought about that, but if I did it, it would be up to each individual plugin maintainer to implement it. Maybe I should make a helper library with common functions for easy plugin...
  8. Liboicl

    Release [Alpha] PURE

    I found the issue. What happened was when one axis went to zero, so did the other. I have a few other fixes I'm working on and will upload a new version with this fix included.
  9. Liboicl

    Release [Alpha] PURE

    Well, my joysticks are wonky on my pandora. They drag automatically sometimes and such, but they work fine with this program. Maybe the issue is because I was trying to get it to work good with my sticks, or maybe you have issues with yours? Run Pandora Input-Tester from the system menu. Well, I...
  10. Liboicl

    Pandora Is the Pandora capable of emulating a USB HID device? (Yes!)

    I'm all good. I was just saying if it is a contest of graphics, as was stated, then I would lose. I don't see the need for a flashy interface to use the pandora as an input device. However, since it is based on a plugin system, the plugins could implement that if desired.
  11. Liboicl

    Pandora Is the Pandora capable of emulating a USB HID device? (Yes!)

    I guess I will probably lose then. I am gearing mine towards a core system that runs off plugins. I put together a basic zenity interface to make it easier to use, but it is solely a console program at heart. Each plugin is allowed to spawn graphics as found necessary...
  12. Liboicl

    Release [Alpha] PURE

    Plugin based Usb Ready device Emulator. This is a program that I have been working on, periodically, for some time. It uses gadgetfs to emulate usb devices via the OTG usb port of the pandora. It is based heavily upon plugin usage. There is only a basic zenity interface to help in selecting...
  13. Liboicl

    Pandora Is the Pandora capable of emulating a USB HID device? (Yes!)

    Good job. I plan to still finish mine up and release. Definitely nice to see others working on this. I will likely package up a test version of mine Tuesday. I wouldn't be opposed to the idea.
  14. Liboicl

    Pandora Is the Pandora capable of emulating a USB HID device? (Yes!)

    Well, the only thing I have that can record video is my phone. However, the quality on it is too bad. My monitor can barely be seen.
  15. Liboicl

    Pandora Is the Pandora capable of emulating a USB HID device? (Yes!)

    I have it where each plugin is responsible for handling input. The keyboard plugin I wrote reads directly from /dev/input. It should be possible, but I lack one to use in writing the plugin.
  16. Liboicl

    Pandora Is the Pandora capable of emulating a USB HID device? (Yes!)

    Indeed, but the orignal code I made was to use it as a PS3 controller. I reimplemented my original code via the new plugin system I wrote. Keyboard and mouse is planned. EDIT: I have a working keyboard plugin as well now. Just a little more polishing is needed. EDIT 2: I am typing this on my...
  17. Liboicl

    Pandora Is the Pandora capable of emulating a USB HID device? (Yes!)

    Well, good news everyone. I had a night off from work and I got the code rewrite working. My program now takes plugins. However, it can only load one at a time and currently only supports HID devices. I need to implement a few more devices to test with and clean the code up a bit more. The SEGA...
  18. Liboicl

    Pandora Is the Pandora capable of emulating a USB HID device? (Yes!)

    I would like to see the source released as well, if you are willing. I haven't done anything with bluetooth before and would like to merge that in with my current project.
  19. Liboicl

    Pandora as game controller on PC?

    I have been working on this here. I have it working as a controller, but am rewriting the code to make it emulate a usb hub and have it read plugins for each device to be attached. Allowing for any combination of usb devices to be used.
  20. Liboicl

    Pandora Is the Pandora capable of emulating a USB HID device? (Yes!)

    Yeah. Life has kept me busy and since time not spent making money is spent sleeping. I usually have little time for this. I do intend to continue my work, but sadly it will be a while. I have a tough climb in development where I am now, but once I get the code rewrite finished it should be...
Back
Top