Thank you. The "problem" is that almost 100% of tablets are supported for Windows and Apple computers. Not Linux or very rare and who know if will works on FreeBSD. I do not want to buy and than sending back.Look at the quality battery. If cheap, then look at this. Otherwise - you will be screwed, not a tablet. "Cans" in the battery dry out, you can't disperse the electrolyte. That's why they often push them off at a low price.
The tablet is "supported" by Windows computers - how is that? Do you want to somehow connect the Android tablet to a Windows PC? Via a hardware/software interface (junction)? Without using network protocols? Or will the tablet connect to the PC to transfer data?
I believe the OP was asking about graphics tablets. Not landfill tablets.You may have a hard time finding a tablet that is not using SDIO for wifi/audio. The older tablets also have a 32bit UEFI which makes using FreeBSD difficult. I have a tablet computer that is from 2013. I installed OpenBSD because of the UEFI and I have a USB hub for wifi and audio. But it works. Also, you need something with an actual BIOS/UEFI.
I'm sorry. I misunderstood. I don't have any experience with those devices. :/In my first post I wrote "graphics tablet" which I can use with Inkscape.
Like this one for example:
https://www.amazon.com/Tablet-XP-PE...36c-9325-9f784f3f02e7&pd_rd_i=B09LM62V5H&th=1
Tablet | Graphics | External DP/HDMI/VGA | Sound | WiFi | Ethernet | USB | Suspend / Resume | Needs config | Year introduced |
/Medion_P10356 |
| have, but didnt test | have, but didnt test | none | untested | 13-Current | 2019Q3 | ||
/Terra_Pad_1051 | | have, but didnt test | have, but didnt test | untested | none | untested | 12.1-RELEASE - Boot Freezes | 2020Q1 | |
Tablet | Graphics | External DP/HDMI/VGA | Sound | WiFi | Ethernet | USB | Suspend / Resume | Needs config | Year introduced |
# usbconfig -d ugen0.2 dump_device_desc
ugen0.2: <CTL-472 [One by Wacom (S)] Wacom Co., Ltd> at usbus0, cfg=0 md=HOST spd=FULL (12Mbps) pwr=ON (498mA)
bLength = 0x0012
bDescriptorType = 0x0001
bcdUSB = 0x0200
bDeviceClass = 0x0000 <Probed by interface class>
bDeviceSubClass = 0x0000
bDeviceProtocol = 0x0000
bMaxPacketSize0 = 0x0040
idVendor = 0x056a
idProduct = 0x037a
bcdDevice = 0x0100
iManufacturer = 0x0001 <Wacom Co.,Ltd.>
iProduct = 0x0002 <CTL-472>
iSerialNumber = 0x0003 <XXXXXXXXXXX>
bNumConfigurations = 0x0001
So, it works like a mouse pointer?I bought a One by Wacom (Small) CTL-472 and it seem to work with webcamd and drivers available in FreeBSD. You can follow the WacomTablet wiki for instructions on how to setup. I tried it in Krita and GIMP but couldn't get pen pressure working, tablet itself works.
Code:# usbconfig -d ugen0.2 dump_device_desc ugen0.2: <CTL-472 [One by Wacom (S)] Wacom Co., Ltd> at usbus0, cfg=0 md=HOST spd=FULL (12Mbps) pwr=ON (498mA) bLength = 0x0012 bDescriptorType = 0x0001 bcdUSB = 0x0200 bDeviceClass = 0x0000 <Probed by interface class> bDeviceSubClass = 0x0000 bDeviceProtocol = 0x0000 bMaxPacketSize0 = 0x0040 idVendor = 0x056a idProduct = 0x037a bcdDevice = 0x0100 iManufacturer = 0x0001 <Wacom Co.,Ltd.> iProduct = 0x0002 <CTL-472> iSerialNumber = 0x0003 <XXXXXXXXXXX> bNumConfigurations = 0x0001
Indeed it does. You can program the buttons too.So, it works like a mouse pointer?