Re: usb to VGA

2014-05-29 Thread Peter Korsgaard
.engadget.com/2012/06/05/fresco-logic-unveils-usb-3-0-audio-video-controller-thinks-on/ I haven't seen any detailed description of the audio/video class and I'm not aware of any driver implementations. -- Bye, Peter Korsgaard ___

Re: evdev always returns fixed XY values

2015-05-24 Thread Peter Korsgaard
time 1432134719.652423, type 3 (EV_ABS), code 0 (ABS_X), value 7823 > Event: time 1432134719.652423, type 3 (EV_ABS), code 1 (ABS_Y), value 7987 But then returns values that are outside this range, confusing user space. Garbage in is garbage out. -- Bye, Peter Korsgaard ___

Re: evdev always returns fixed XY values

2015-05-25 Thread Peter Korsgaard
0, 0); input_set_abs_params(input_dev, ABS_Y, pdata->y_min ? : 0, pdata->y_max ? : MAX_12BIT, 0, 0); So presumably you just need to pass the correct x_max/y_max in your platform data. -- Venlig hilsen, Pet

Re: xinput ids

2015-06-08 Thread Peter Korsgaard
ot; > 12 16 Well, a bit - Bu you'd still need to extract the Device Node property and pass it to udev, so it doesn't help much. -- Venlig hilsen, Peter Korsgaard ___ xorg@lists.x.org: X.Org support Archives: http://lists.freedesktop.org/archives/xorg Info: http://lists.x.org/mailman/listinfo/xorg Your subscription address: %(user_address)s

Re: xinput ids

2015-06-09 Thread Peter Korsgaard
s are of the same type they will have the same device name, so you need to fish out the corresponding /dev/input/event* device node and pass it to udevadm info (assuming that the server is local) to E.G. key off the ID_PATH (E.G. the USB port the touchscreen is connected to). -- Bye, Pe