/linux-6.12.1/drivers/input/tablet/ |
D | Kconfig | 3 # Tablet driver configuration 16 tristate "Acecad Flair tablet support (USB)" 21 tablet. Make sure to say Y to "Mouse support" 29 tristate "Aiptek 6000U/8000U and Genius G_PEN tablet support (USB)" 34 Aiptek 8000U or Genius G-PEN 560 tablet. Make sure to say Y to 42 tristate "Hanwang Art Master III tablet support (USB)" 47 Master III tablet. 53 tristate "KB Gear JamStudio tablet support (USB)" 58 JamStudio tablet. Make sure to say Y to "Mouse support" 66 tristate "Pegasus Mobile Notetaker Pen input tablet support" [all …]
|
D | aiptek.c | 30 * v1.1 - added support for tablet resolution, changed DV and proximity 53 * "Tablet Manager". 126 * BS2 also referred to as Tablet Pick 147 * To initialize the tablet: 226 /* Time to wait (in ms) in-between sending the tablet 228 * sequence from the tablet. 249 /* Length of incoming packet from the tablet 254 * whether the report came from the stylus, tablet mouse 255 * or "unknown" -- Unknown when the tablet is in relative 266 int odmCode; /* Tablet manufacturer code */ [all …]
|
/linux-6.12.1/drivers/hid/ |
D | hid-uclogic-rdesc.h | 37 /* Size of the original descriptor of the new WP5540U tablet */ 40 /* Size of the original descriptor of WP1062 tablet */ 47 /* Size of the original descriptor of PF1209 tablet */ 54 /* Size of the original descriptors of TWHL850 tablet */ 59 /* Fixed PID 0522 tablet report descriptor, interface 0 (stylus) */ 63 /* Fixed PID 0522 tablet report descriptor, interface 1 (mouse) */ 67 /* Fixed PID 0522 tablet report descriptor, interface 2 (frame buttons) */ 71 /* Size of the original descriptors of TWHA60 tablet */
|
D | hid-uclogic-params.c | 4 * - tablet initialization and parameter retrieval 49 * uclogic_params_pen_hid_dbg() - Dump tablet interface pen parameters 53 * Dump tablet interface pen parameters with hid_dbg(). The dump is indented 83 * uclogic_params_frame_hid_dbg() - Dump tablet interface frame parameters 87 * Dump tablet interface frame parameters with hid_dbg(). The dump is 109 * uclogic_params_hid_dbg() - Dump tablet interface parameters 113 * Dump tablet interface parameters with hid_dbg(). 145 * @hdev: The HID device of the tablet interface to retrieve the string 203 * uclogic_params_pen (tablet interface's pen input parameters). 215 * uclogic_params_pen_init_v1() - initialize tablet interface pen [all …]
|
D | hid-uclogic-params.h | 4 * - tablet initialization and parameter retrieval 65 * Tablet interface's pen input parameters. 109 * Parameters of frame control inputs of a tablet interface. 192 * Tablet interface report parameters. 258 /* Initialize a tablet interface and discover its parameters */ 262 /* Get a replacement report descriptor for a tablet's interface. */ 267 /* Free resources used by tablet interface's parameters */ 270 /* Dump tablet interface parameters with hid_dbg() */
|
D | hid-letsketch.c | 5 * Driver for the LetSketch / VSON WP9620N drawing tablet. 6 * This drawing tablet is also sold under other brand names such as Case U, 23 * Interface 1 EP 0x82 bootclass mouse, rdesc len 83, report id 0x0a, Tablet 27 * with a phone in portraid mode, while using the tablet in landscape mode. 121 /* All known brands selling this tablet use WP9620[N] as model name */ in letsketch_setup_input_tablet() 122 input->name = "WP9620 Tablet"; in letsketch_setup_input_tablet() 252 * message the tablet needs this elaborate magic reading of USB in letsketch_probe() 279 * The tablet should be in raw mode now, end with a final delay before in letsketch_probe() 322 MODULE_DESCRIPTION("Driver for the LetSketch / VSON WP9620N drawing tablet");
|
D | hid-waltop.c | 23 * tablet input mode, switching it between "default", "tablet" and "ink". 29 * The "tablet" mode uses some proprietary, yet decipherable protocol, which 38 * 02 16 01 tablet 42 /* Size of the original report descriptor of Slim Tablet 5.8 inch */ 45 /* Fixed Slim Tablet 5.8 inch descriptor */ 55 0x09, 0x46, /* Usage (Tablet Pick), */ 93 /* Size of the original report descriptor of Slim Tablet 12.1 inch */ 96 /* Fixed Slim Tablet 12.1 inch descriptor */ 106 0x09, 0x46, /* Usage (Tablet Pick), */ 157 0x09, 0x46, /* Usage (Tablet Pick), */ [all …]
|
/linux-6.12.1/drivers/platform/surface/ |
D | surface_aggregator_tabletsw.c | 3 * Surface System Aggregator Module (SSAM) tablet mode switch driver. 19 /* -- SSAM generic tablet switch driver framework. -------------------------- */ 92 int tablet, status; in ssam_tablet_sw_update_workfn() local 103 tablet = sw->ops.state_is_tablet_mode(sw, &state); in ssam_tablet_sw_update_workfn() 104 input_report_switch(sw->mode_switch, SW_TABLET_MODE, tablet); in ssam_tablet_sw_update_workfn() 121 int tablet, status; in ssam_tablet_sw_probe() local 148 /* Set up tablet mode switch. */ in ssam_tablet_sw_probe() 158 tablet = sw->ops.state_is_tablet_mode(sw, &sw->state); in ssam_tablet_sw_probe() 160 input_report_switch(sw->mode_switch, SW_TABLET_MODE, tablet); in ssam_tablet_sw_probe() 203 /* -- SSAM KIP tablet switch implementation. -------------------------------- */ [all …]
|
D | Kconfig | 130 tristate "Surface Aggregator Generic Tablet-Mode Switch Driver" 135 Provides a tablet-mode switch input device on Microsoft Surface models 144 the device should be considered in tablet-mode due to the keyboard cover 146 not available for input). It does so by creating a tablet-mode switch 149 Select M or Y here, if you want to provide tablet-mode switch input 226 tristate "Power/home/volume buttons driver for Microsoft Surface Pro 3/4 tablet" 230 This driver handles the power/home/volume buttons on the Microsoft Surface Pro 3/4 tablet.
|
/linux-6.12.1/drivers/hid/bpf/progs/ |
D | Huion__Inspiroy-2-S.bpf.c | 26 /* How this BPF program works: the tablet has two modes, firmware mode and 27 * tablet mode. In firmware mode (out of the box) the tablet sends button events 28 * and the dial as keyboard combinations. In tablet mode it uses a vendor specific 33 * To switch the tablet use e.g. https://github.com/whot/huion-switcher 39 * If that property is not set we fix all hidraw nodes so the tablet works in 58 * This rdesc does nothing until the tablet is switched to raw mode, see 62 * Second hidraw node is the Pen. This one sends events until the tablet is 115 * the tablet is switched to raw mode, then it's mute: 177 // Byte 1 in report - just exists so we get to be a tablet pad 184 // Bytes 2/3 in report - just exists so we get to be a tablet pad [all …]
|
D | Huion__Dial-2.bpf.c | 27 /* How this BPF program works: the tablet has two modes, firmware mode and 28 * tablet mode. In firmware mode (out of the box) the tablet sends button events 29 * and the dial as keyboard combinations. In tablet mode it uses a vendor specific 34 * To switch the tablet use e.g. https://github.com/whot/huion-switcher 40 * If that property is not set we fix all hidraw nodes so the tablet works in 58 * This rdesc does nothing until the tablet is switched to raw mode, see 62 * Second hidraw node is the Pen. This one sends events until the tablet is 116 * the tablet is switched to raw mode, then it's mute: 221 // Byte 1 in report - just exists so we get to be a tablet pad 228 // Bytes 2/3 in report - just exists so we get to be a tablet pad [all …]
|
/linux-6.12.1/Documentation/devicetree/bindings/arm/ |
D | sunxi.yaml | 39 - description: Allwinner GA10H Quad Core Tablet v1.1 44 - description: Allwinner GT90H Tablet v4 195 - description: Colorfly E708 Q1 Tablet 253 - description: Empire Electronix D709 Tablet 258 - description: Empire Electronix M712 Tablet 324 - description: Gemei G9 Tablet 381 - description: iNet D978 Rev 02 Tablet 386 - description: iNet Q972 Tablet 575 - description: MSI Primo81 Tablet 807 - description: Polaroid MID2407PXE03 Tablet [all …]
|
/linux-6.12.1/drivers/platform/x86/x86-android-tablets/ |
D | Kconfig | 3 # X86 Android tablet support Kconfig 7 tristate "X86 Android tablet support" 22 If you have a x86 Android tablet say Y or M here, for a generic x86
|
/linux-6.12.1/Documentation/ABI/testing/ |
D | sysfs-driver-wacom | 7 controls reporting speed of Wacom bluetooth tablet. Reading 8 from this file returns 1 if tablet reports in high speed mode 21 presence of said LEDs and OLEDs on the tablet device. 29 when the stylus does not touch the tablet surface, and no 39 when the stylus touches the tablet surface, or any button is
|
/linux-6.12.1/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
D | dmi.c | 54 /* Note the Voyo winpad A15 tablet uses the same Ampak AP6330 module, with the 55 * exact same nvram file as the Prowise-PT301 tablet. Since the nvram for the 106 /* Cyberbook T116 rugged tablet */ 164 /* Predia Basic tablet (+ with keyboard dock) */ 174 /* Voyo winpad A15 tablet */
|
/linux-6.12.1/drivers/platform/chrome/ |
D | chromeos_tbmc.c | 2 // Driver to detect Tablet Mode for ChromeOS convertible. 77 idev->name = "Tablet Mode Switch"; in chromeos_tbmc_add() 121 MODULE_DESCRIPTION("ChromeOS ACPI tablet switch driver");
|
/linux-6.12.1/drivers/input/ |
D | Kconfig | 12 Say Y here if you have any input device (mouse, keyboard, tablet, 118 If you're using a digitizer, or a graphic tablet, and want to use 128 If you're using a digitizer, or a graphic tablet, and want to use 199 source "drivers/input/tablet/Kconfig"
|
/linux-6.12.1/arch/arm64/boot/dts/qcom/ |
D | apq8094-sony-xperia-kitakami-karin_windy.dts | 12 model = "Sony Xperia Z4 Tablet (Wi-Fi)"; 14 chassis-type = "tablet";
|
D | msm8994-sony-xperia-kitakami-karin.dts | 11 model = "Sony Xperia Z4 Tablet (LTE)"; 13 chassis-type = "tablet";
|
/linux-6.12.1/arch/arm/boot/dts/vt8500/ |
D | wm8650-mid.dts | 3 * wm8650-mid.dts - Device tree file for Wondermedia WM8650-MID Tablet 12 model = "Wondermedia WM8650-MID Tablet";
|
D | wm8850-w70v2.dts | 4 * - Device tree file for Wondermedia WM8850 Tablet 16 model = "Wondermedia WM8850-W70v2 Tablet";
|
/linux-6.12.1/arch/arm/boot/dts/allwinner/ |
D | sun8i-q8-common.dtsi | 42 #include "sunxi-reference-design-tablet.dtsi" 43 #include "sun8i-reference-design-tablet.dtsi" 53 /* Tablet dts should provide panel compatible */
|
/linux-6.12.1/drivers/platform/x86/ |
D | Kconfig | 123 tristate "Lenovo Yoga Book tablet key driver" 137 tristate "Lenovo Yoga Tablet 2 1380 fast charge driver" 143 found on the Lenovo Yoga Tablet 2 1380F / 1380L models. 240 Lucid tablet. It may also support some MEDION, JVC or VICTOR 312 keyboard dock for the Asus TF103C 2-in-1 tablet. 319 If you have an Asus TF103C tablet say Y or M here, for a generic x86 402 tristate "Fujitsu Tablet Extras" 410 * Possibly other Fujitsu tablet models 413 tablet/notebook mode detection for convertible and 477 tristate "Lenovo Yoga Tablet Mode Control" [all …]
|
D | dual_accel_detect.h | 7 * ACPI methods, to let the firmware know if the 2-in-1 is in tablet- or laptop-mode. 9 * tablet-mode as well as to report SW_TABLET_MODE info to the OS.
|
/linux-6.12.1/drivers/input/mouse/ |
D | vsxxxaa.c | 5 * DEC VSXXX-AB tablet (digitizer with hair cross or stylus) 58 * The mice and tablet are described in "VCB02 Video Subsystem - Technical 71 #define DRIVER_DESC "Driver for DEC VSXXX-AA and -GA mice and VSXXX-AB tablet" 101 #define BUFLEN 15 /* At least 5 is needed for a full tablet packet */ 257 * Tablet position / button packet in vsxxxaa_handle_ABS_packet() 323 * D: <0010> == mouse, <0100> == tablet in vsxxxaa_handle_POR_packet() 334 * has some meaning if a tablet is attached. in vsxxxaa_handle_POR_packet() 481 __set_bit(BTN_TOUCH, input_dev->keybit); /* ...and Tablet */ in vsxxxaa_connect()
|