View | Details | Raw Unified | Return to bug 541082
Collapse All | Expand All

(-)api/data/cdb.old//Pens (+25 lines)
Lines 509-512 Link Here
509
 RawOption           = "ForceDevice" "ISDV4"
509
 RawOption           = "ForceDevice" "ISDV4"
510
}
510
}
511
511
512
#---------------------------------------------#
513
# TABLET PCs: HP tx2-12nnxx Stylus            #
514
#---------------------------------------------#
515
TABLET PCs:HP tx2-12nnxx Stylus {
516
 Device              = /dev/input/by-path/pci-0000:00:14.5-usb-0:2:1.0-event-mouse
517
 Option              = USB
518
 TabletMode          = Absolute
519
 Driver              = wacom
520
 Protocol            = Auto
521
 TabletType          = stylus
522
 RawOption           = "ForceDevice" "ISDV4","Button2" "3"
523
}
524
525
#---------------------------------------------#
526
# TABLET PCs: HP tx2-12nnxx Touch             #
527
#---------------------------------------------#
528
TABLET PCs:HP tx2-12nnxx Touch {
529
 Device              = /dev/input/by-path/pci-0000:00:14.5-usb-0:2:1.0-event-mouse
530
 Option              = USB
531
 TabletMode          = Absolute
532
 Driver              = wacom
533
 Protocol            = Auto
534
 TabletType          = touch
535
 RawOption           = "ForceDevice" "ISDV4","BottomX" "9600","BottomY" "7200"
536
}
512
537
(-)api/data/cdb.old//Tablets (+14 lines)
Lines 546-548 Link Here
546
  RawOption          = "MaximumXPosition" "8600","MaximumYPosition" "6485","MinimumXPosition" "154","MinimumYPosition" "110","BaudRate" "19200"
546
  RawOption          = "MaximumXPosition" "8600","MaximumYPosition" "6485","MinimumXPosition" "154","MinimumYPosition" "110","BaudRate" "19200"
547
}
547
}
548
548
549
#-----------------------------------------#
550
# TABLET PCs: HP tx2-12nnxx               #
551
#-----------------------------------------#
552
TABLET PCs:HP tx2-12nnxx {
553
 Driver           = wacom
554
 Device           = /dev/input/by-path/pci-0000:00:14.5-usb-0:2:1.0-event-mouse
555
 Option           = USB
556
 SendCoreEvents   = on
557
 TabletType       = cursor
558
 TabletMode       = Absolute
559
 StylusLink       = HP tx2-12nnxx Stylus
560
 TouchLink        = HP tx2-12nnxx Touch
561
}
562

Return to bug 541082