Thanks for the report. If you could submit a patch, that would be
appreciated. You can find more information about submitting a patch and
details on formatting at https://canonical-kernel-docs.readthedocs-
hosted.com/latest/how-to/source-code/send-patches/ .
** Changed in: linux (Ubuntu)
Status: New => Triaged
** Changed in: linux (Ubuntu)
Assignee: (unassigned) => Canonical Kernel Team (canonical-kernel-team)
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/2119474
Title:
Please add support for NextWindow touchscreen (USB ID 1926:0bce) to
usbtouchscreen kernel driver
Status in linux package in Ubuntu:
Triaged
Bug description:
This is a request to add support for a legacy touchscreen device
(NextWindow, USB ID 1926:0bce) to the `usbtouchscreen` driver in
Ubuntu's kernel packages.
This device is widely present in Windows 10-era all-in-one PCs,
including the Sony VAIO VPCL2290X and other OEMs. The Linux kernel
detects the device via `lsusb` and binds it to `hid-generic` or
`usbhid`, but no input events are exposed.
Adding the following line to `usbtouchscreen.c` enables proper input
event registration and restores full touchscreen function:
```c
{ USB_DEVICE(0x1926, 0x0bce), .driver_info = DEVTYPE_NEXTWINDOW },
This change has been manually tested with kernel 5.4 on Pop!_OS and confirmed
to enable touch input successfully.
Other similar NextWindow devices (like 1926:0003) are already
supported by the driver, so this ID is likely an overlooked omission.
With the transition away from Windows 10, many users are moving to
Linux on legacy hardware. Including support for this device in Ubuntu
would benefit a wide class of now-Linux-capable AIO PCs.
Tested device:
Vendor: NextWindow
USB ID: 1926:0bce
Host system: Sony VAIO VPCL2290X
Please consider reinstating or adding support for this device. If a
patch or DKMS module is preferred, I’m happy to contribute it.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2119474/+subscriptions
--
Mailing list: https://launchpad.net/~kernel-packages
Post to : [email protected]
Unsubscribe : https://launchpad.net/~kernel-packages
More help : https://help.launchpad.net/ListHelp