search for: tabletpc

Displaying 7 results from an estimated 7 matches for "tabletpc".

2010 Jan 29
2
[PATCH 0/2] hivex shell
Currently 'hivexget' is a very clumsy command line tool which only lets you display a single registry key in a hive file, for example: $ hivexget SOFTWARE '\Microsoft\Windows\TabletPC\TabSetup\' "TabletSetup"=dword:00000000" This is inflexible and got really annoying as I was trying to explore these hive files in preparation for adding write support to hivex. The first patch implements a simple interactive shell which allows you to 'cd' around a hi...
2009 Jun 11
1
OT: Windows Vista Tablet PC linux alternative
Hi all, I have this tabletpc one of my bosses insisted on buying. The machine runs Windows Vista TabletPC Edition. As it happens I have a thousand and one problems with this POS operating system... I think the hardware is fine though, so it's not that. Would any of you guys know of some kind of linux-based alternative,...
2011 Oct 12
0
client slow or never reconnects to different second address of server.
i have roaming TabletPCs that i would like to connect within the LAN and outside the firewall. The "server" is our main firewall and has two addresses, a 70.168.x.y public IP and a private 192.168.2.1 both listening at the same high port number. The tinc clients connect fine when connecting from home or elsewher...
2018 Mar 29
1
site-site vpn setup..
Al like any open-source or free sofware you need to put the leg work into what you want it to be. My company is actually creating something using TINC and we believe in it. If successful we'll be giving back to TINC monetarily in a big way to make TINC even better so if TINC isn't for you keep an eye on further developments in the future. Thanks, Rafael On Thu, Mar 29, 2018 at 12:03
2008 Mar 12
15
About WizardPen driver
First of all, I am sorry for my bad english. I have a UC-LoGIC WP8060 tablet.I using wizardpen taplet driver. I using PS 7.0 with wine-0.9.33. My Pen worked perfectly with wine-0.9.33, but PS7.0 has some bugs. I update my wine "wine-0.9.56". PS 7.0 working perfectly but my pen has not got pressure sensitive. I turn back wine-0.9.33. I have too much problems PS 7.0. I want to use new
2008 Feb 23
5
Corel Draw 11 on Ubuntu 7.10 with Wine 0.9.4.6
Hi @ All, I have installed Corel Draw on Ubuntu 7.10 with Wine 0.9.4.6. I used this installation guide http://appdb.winehq.org/appview.php?iVersionId=1840&iTestingId=6822 That meand I copied the to dll-files to home/.wine/win32 The Installation was successfull. No Errors. Than configured Wine and used the DLL Overridingtool to make "wintab32" & "msvcirt and native like
2020 Sep 09
17
[trivial PATCH] treewide: Convert switch/case fallthrough; to break;
...case 0: break; } diff --git a/drivers/hid/wacom_wac.c b/drivers/hid/wacom_wac.c index 83dfec327c42..822dc15b59b6 100644 --- a/drivers/hid/wacom_wac.c +++ b/drivers/hid/wacom_wac.c @@ -3833,7 +3833,7 @@ int wacom_setup_touch_input_capabilities(struct input_dev *input_dev, case MTTPC_B: case TABLETPC2FG: input_mt_init_slots(input_dev, features->touch_max, INPUT_MT_DIRECT); - fallthrough; + break; case TABLETPC: case TABLETPCE: diff --git a/drivers/i2c/busses/i2c-i801.c b/drivers/i2c/busses/i2c-i801.c index e32ef3f01fe8..b13b1cbcac29 100644 --- a/drivers/i2c/busses/i2c-i801.c +++ b...